#E1FF96

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

Shades of Reef #E1FF96

Tints of Reef #E1FF96

Color information

#E1FF96 (or 0xE1FF96) is unknown color: approx Reef. HEX triplet: E1, FF and 96. RGB value is (225,255,150). Sum of RGB (Red+Green+Blue) = 225+255+150=630 (83% of max value = 765). Red value is 225 (88.28% from 255 or 35.71% from 630); Green value is 255 (100% from 255 or 40.48% from 630); Blue value is 150 (58.98% from 255 or 23.81% from 630); Max value from RGB is 255 - color contains mainly: green. Hex color #E1FF96 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #E1FF96 is #1E0069. Grayscale: #EAEAEA. Windows color (decimal): -1966186 or 9895905. OLE color: 9895905.

HSL color Cylindrical-coordinate representation of color #E1FF96: hue angle of 77.14º 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 #E1FF96 is Cyan = 0.12, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.

Color convert

RGB225255150-
CMYK0.1200.410
HSL77.14º100%79.41%-
HSV(B)77.14º41.18%100%-
XYZ72.3289.7342.36-
YUV234.0680.56121.54-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 35.71%
GREEN value IS 255 (100% from 255) = 40.48%
BLUE value IS 150 (58.98% from 255) = 23.81%
R=35.71%
G=40.48%
B=23.81%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2252551500.1200.41077.1410079.41
HexE1FF96C02904d644f
Octal341377226140510115144117
Binary111000011111111110010110110001010010100110111001001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1FF96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1FF96; }

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

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

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

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

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

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

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

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