#E0F29E

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

Shades of Reef #E0F29E

Tints of Reef #E0F29E

Color information

#E0F29E (or 0xE0F29E) is unknown color: approx Reef. HEX triplet: E0, F2 and 9E. RGB value is (224,242,158). Sum of RGB (Red+Green+Blue) = 224+242+158=624 (82% of max value = 765). Red value is 224 (87.89% from 255 or 35.90% from 624); Green value is 242 (94.92% from 255 or 38.78% from 624); Blue value is 158 (62.11% from 255 or 25.32% from 624); Max value from RGB is 242 - color contains mainly: green. Hex color #E0F29E is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #E0F29E is #1F0D61. Grayscale: #E3E3E3. Windows color (decimal): -2035042 or 10416864. OLE color: 10416864.

HSL color Cylindrical-coordinate representation of color #E0F29E: hue angle of 72.86º degrees, saturation: 0.76, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #E0F29E is Cyan = 0.07, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.05.

Color convert

RGB224242158-
CMYK0.0700.350.05
HSL72.86º76.36%78.43%-
HSV(B)72.86º34.71%94.9%-
XYZ68.6681.8244.52-
YUV227.0489.04125.83-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 35.90%
GREEN value IS 242 (94.92% from 255) = 38.78%
BLUE value IS 158 (62.11% from 255) = 25.32%
R=35.90%
G=38.78%
B=25.32%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2242421580.0700.350.0572.8676.3678.43
HexE0F29E70235494c4e
Octal34036223670435111114116
Binary1110000011110010100111101110100011101100100110011001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0F29E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0F29E; }

 p { color: rgb(224,242,158); }

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

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

 a { background-color: rgb(224,242,158); }

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

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

 span { border-color: rgb(224,242,158); }

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