#EBFE96

Color #EBFE96 Tidal (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tidal #EBFE96

Tints of Tidal #EBFE96

Color information

#EBFE96 (or 0xEBFE96) is unknown color: approx Tidal. HEX triplet: EB, FE and 96. RGB value is (235,254,150). Sum of RGB (Red+Green+Blue) = 235+254+150=639 (84% of max value = 765). Red value is 235 (92.19% from 255 or 36.78% from 639); Green value is 254 (99.61% from 255 or 39.75% from 639); Blue value is 150 (58.98% from 255 or 23.47% from 639); Max value from RGB is 254 - color contains mainly: green. Hex color #EBFE96 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EBFE96 is #140169. Grayscale: #ECECEC. Windows color (decimal): -1311082 or 9895659. OLE color: 9895659.

HSL color Cylindrical-coordinate representation of color #EBFE96: hue angle of 70.96º degrees, saturation: 0.98, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #EBFE96 is Cyan = 0.07, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.00.

Color convert

RGB235254150-
CMYK0.0700.410.00
HSL70.96º98.11%79.22%-
HSV(B)70.96º40.94%99.61%-
XYZ75.2190.7542.41-
YUV236.4679.21126.96-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 235 (92.19% from 255) = 36.78%
GREEN value IS 254 (99.61% from 255) = 39.75%
BLUE value IS 150 (58.98% from 255) = 23.47%
R=36.78%
G=39.75%
B=23.47%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2352541500.0700.410.0070.9698.1179.22
HexEBFE967029047624f
Octal35337622670510107142117
Binary11101011111111101001011011101010010100011111000101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBFE96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBFE96; }

 p { color: rgb(235,254,150); }

 H1.HeaderClassName
 {
   color: #EBFE96;
 }
 .AnyTagClassName
 {
   color: #EBFE96;
 }
</style>
background-color css

<style>
 a { background-color: #EBFE96; }

 a { background-color: rgb(235,254,150); }

 div.DivClassName
 {
   background-color: #EBFE96;
 }
 .BgClassName
 {
   background-color: #EBFE96;
 }
</style>
border-color css

<style>
 span { border-color: #EBFE96; }

 span { border-color: rgb(235,254,150); }

 td.TdClassName
 {
   border-color: #EBFE96;
 }
 .TagClassName
 {
   border-color: #EBFE96;
 }
</style>