#E0FC94

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

Shades of Reef #E0FC94

Tints of Reef #E0FC94

Color information

#E0FC94 (or 0xE0FC94) is unknown color: approx Reef. HEX triplet: E0, FC and 94. RGB value is (224,252,148). Sum of RGB (Red+Green+Blue) = 224+252+148=624 (82% of max value = 765). Red value is 224 (87.89% from 255 or 35.90% from 624); Green value is 252 (98.83% from 255 or 40.38% from 624); Blue value is 148 (58.20% from 255 or 23.72% from 624); Max value from RGB is 252 - color contains mainly: green. Hex color #E0FC94 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #E0FC94 is #1F036B. Grayscale: #E8E8E8. Windows color (decimal): -2032492 or 9764064. OLE color: 9764064.

HSL color Cylindrical-coordinate representation of color #E0FC94: hue angle of 76.15º degrees, saturation: 0.95, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #E0FC94 is Cyan = 0.11, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.01.

Color convert

RGB224252148-
CMYK0.1100.410.01
HSL76.15º94.55%78.43%-
HSV(B)76.15º41.27%98.82%-
XYZ70.987.6141.19-
YUV231.7780.72122.46-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 35.90%
GREEN value IS 252 (98.83% from 255) = 40.38%
BLUE value IS 148 (58.20% from 255) = 23.72%
R=35.90%
G=40.38%
B=23.72%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2242521480.1100.410.0176.1594.5578.43
HexE0FC94B02914c5f4e
Octal340374224130511114137116
Binary111000001111110010010100101101010011100110010111111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0FC94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0FC94; }

 p { color: rgb(224,252,148); }

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

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

 a { background-color: rgb(224,252,148); }

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

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

 span { border-color: rgb(224,252,148); }

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