Shades of Reef #E0FE98
Tints of Reef #E0FE98
RGB
CMYK
RGB Variations
Color information
#E0FE98 (or 0xE0FE98) is known color: Reef. HEX triplet: E0, FE and 98. RGB value is (224,254,152). Sum of RGB (Red+Green+Blue) = 224+254+152=630 (83% of max value = 765). Red value is 224 (87.89% from 255 or 35.56% from 630); Green value is 254 (99.61% from 255 or 40.32% from 630); Blue value is 152 (59.77% from 255 or 24.13% from 630); Max value from RGB is 254 - color contains mainly: green. Hex color #E0FE98 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #E0FE98 is #1F0167. Grayscale: #E9E9E9. Windows color (decimal): -2031976 or 10026720. OLE color: 10026720.
HSL color Cylindrical-coordinate representation of color #E0FE98: hue angle of 77.65º degrees, saturation: 0.98, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #E0FE98 is Cyan = 0.12, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 224 | 254 | 152 | - |
| CMYK | 0.12 | 0 | 0.40 | 0.00 |
| HSL | 77.65º | 0.98% | 0.8% | - |
| HSV(B) | 77.65º | 0.4% | 1% | - |
| XYZ | 71.85 | 89 | 43.1 | - |
| YUV | 233.4 | 82.06 | 121.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 254 | 152 | 0.12 | 0 | 0.40 | 0.00 | 77.65 | 0.98 | 0.8 |
| Hex | E0 | FE | 98 | C | 0 | 28 | 0 | 4E | 62 | 50 |
| Octal | 340 | 376 | 230 | 14 | 0 | 50 | 0 | 116 | 142 | 120 |
| Binary | 11100000 | 11111110 | 10011000 | 1100 | 0 | 101000 | 0 | 1001110 | 1100010 | 1010000 |
Color Harmonies of #E0FE98
Complementary color
Monochromatic Colors of #E0FE98
Black with #E0FE98
Text Example
Text Example
White with #E0FE98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0FE98; }
p { color: rgb(224,254,152); }
H1.HeaderClassName
{
color: #E0FE98;
}
.AnyTagClassName
{
color: #E0FE98;
}
</style>
background-color css
<style>
a { background-color: #E0FE98; }
a { background-color: rgb(224,254,152); }
div.DivClassName
{
background-color: #E0FE98;
}
.BgClassName
{
background-color: #E0FE98;
}
</style>
border-color css
<style>
span { border-color: #E0FE98; }
span { border-color: rgb(224,254,152); }
td.TdClassName
{
border-color: #E0FE98;
}
.TagClassName
{
border-color: #E0FE98;
}
</style>