#E9FF96

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

Shades of Tidal #E9FF96

Tints of Tidal #E9FF96

Color information

#E9FF96 (or 0xE9FF96) is unknown color: approx Tidal. HEX triplet: E9, FF and 96. RGB value is (233,255,150). Sum of RGB (Red+Green+Blue) = 233+255+150=638 (84% of max value = 765). Red value is 233 (91.41% from 255 or 36.52% from 638); Green value is 255 (100% from 255 or 39.97% from 638); Blue value is 150 (58.98% from 255 or 23.51% from 638); Max value from RGB is 255 - color contains mainly: green. Hex color #E9FF96 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #E9FF96 is #160069. Grayscale: #ECECEC. Windows color (decimal): -1441898 or 9895913. OLE color: 9895913.

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

Color convert

RGB233255150-
CMYK0.0900.410
HSL72.57º100%79.41%-
HSV(B)72.57º41.18%100%-
XYZ74.8791.0542.48-
YUV236.4579.21125.54-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 36.52%
GREEN value IS 255 (100% from 255) = 39.97%
BLUE value IS 150 (58.98% from 255) = 23.51%
R=36.52%
G=39.97%
B=23.51%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2332551500.0900.41072.5710079.41
HexE9FF969029049644f
Octal351377226110510111144117
Binary111010011111111110010110100101010010100100111001001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9FF96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9FF96; }

 p { color: rgb(233,255,150); }

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

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

 a { background-color: rgb(233,255,150); }

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

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

 span { border-color: rgb(233,255,150); }

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