Shades of Reef #E0FC9A
Tints of Reef #E0FC9A
RGB
CMYK
RGB Variations
Color information
#E0FC9A (or 0xE0FC9A) is known color: Reef. HEX triplet: E0, FC and 9A. RGB value is (224,252,154). Sum of RGB (Red+Green+Blue) = 224+252+154=630 (83% of max value = 765). Red value is 224 (87.89% from 255 or 35.56% from 630); Green value is 252 (98.83% from 255 or 40% from 630); Blue value is 154 (60.55% from 255 or 24.44% from 630); Max value from RGB is 252 - color contains mainly: green. Hex color #E0FC9A is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #E0FC9A is #1F0365. Grayscale: #E8E8E8. Windows color (decimal): -2032486 or 10157280. OLE color: 10157280.
HSL color Cylindrical-coordinate representation of color #E0FC9A: hue angle of 77.14º degrees, saturation: 0.94, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #E0FC9A is Cyan = 0.11, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 224 | 252 | 154 | - |
| CMYK | 0.11 | 0 | 0.39 | 0.01 |
| HSL | 77.14º | 0.94% | 0.8% | - |
| HSV(B) | 77.14º | 0.39% | 0.99% | - |
| XYZ | 71.38 | 87.8 | 43.76 | - |
| YUV | 232.46 | 83.72 | 121.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 252 | 154 | 0.11 | 0 | 0.39 | 0.01 | 77.14 | 0.94 | 0.8 |
| Hex | E0 | FC | 9A | B | 0 | 27 | 1 | 4D | 5E | 50 |
| Octal | 340 | 374 | 232 | 13 | 0 | 47 | 1 | 115 | 136 | 120 |
| Binary | 11100000 | 11111100 | 10011010 | 1011 | 0 | 100111 | 1 | 1001101 | 1011110 | 1010000 |
Color Harmonies of #E0FC9A
Complementary color
Monochromatic Colors of #E0FC9A
Black with #E0FC9A
Text Example
Text Example
White with #E0FC9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0FC9A; }
p { color: rgb(224,252,154); }
H1.HeaderClassName
{
color: #E0FC9A;
}
.AnyTagClassName
{
color: #E0FC9A;
}
</style>
background-color css
<style>
a { background-color: #E0FC9A; }
a { background-color: rgb(224,252,154); }
div.DivClassName
{
background-color: #E0FC9A;
}
.BgClassName
{
background-color: #E0FC9A;
}
</style>
border-color css
<style>
span { border-color: #E0FC9A; }
span { border-color: rgb(224,252,154); }
td.TdClassName
{
border-color: #E0FC9A;
}
.TagClassName
{
border-color: #E0FC9A;
}
</style>