Shades of Reef #E2FF98
Tints of Reef #E2FF98
RGB
CMYK
RGB Variations
Color information
#E2FF98 (or 0xE2FF98) is known color: Reef. HEX triplet: E2, FF and 98. RGB value is (226,255,152). Sum of RGB (Red+Green+Blue) = 226+255+152=633 (83% of max value = 765). Red value is 226 (88.67% from 255 or 35.70% from 633); Green value is 255 (100% from 255 or 40.28% from 633); Blue value is 152 (59.77% from 255 or 24.01% from 633); Max value from RGB is 255 - color contains mainly: green. Hex color #E2FF98 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #E2FF98 is #1D0067. Grayscale: #EAEAEA. Windows color (decimal): -1900648 or 10026978. OLE color: 10026978.
HSL color Cylindrical-coordinate representation of color #E2FF98: hue angle of 76.89º degrees, saturation: 1, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #E2FF98 is Cyan = 0.11, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.
Color convert
| RGB | 226 | 255 | 152 | - |
| CMYK | 0.11 | 0 | 0.40 | 0 |
| HSL | 76.89º | 1% | 0.8% | - |
| HSV(B) | 76.89º | 0.4% | 1% | - |
| XYZ | 72.79 | 89.96 | 43.23 | - |
| YUV | 234.59 | 81.39 | 121.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 255 | 152 | 0.11 | 0 | 0.40 | 0 | 76.89 | 1 | 0.8 |
| Hex | E2 | FF | 98 | B | 0 | 28 | 0 | 4D | 64 | 50 |
| Octal | 342 | 377 | 230 | 13 | 0 | 50 | 0 | 115 | 144 | 120 |
| Binary | 11100010 | 11111111 | 10011000 | 1011 | 0 | 101000 | 0 | 1001101 | 1100100 | 1010000 |
Color Harmonies of #E2FF98
Complementary color
Monochromatic Colors of #E2FF98
Black with #E2FF98
Text Example
Text Example
White with #E2FF98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2FF98; }
p { color: rgb(226,255,152); }
H1.HeaderClassName
{
color: #E2FF98;
}
.AnyTagClassName
{
color: #E2FF98;
}
</style>
background-color css
<style>
a { background-color: #E2FF98; }
a { background-color: rgb(226,255,152); }
div.DivClassName
{
background-color: #E2FF98;
}
.BgClassName
{
background-color: #E2FF98;
}
</style>
border-color css
<style>
span { border-color: #E2FF98; }
span { border-color: rgb(226,255,152); }
td.TdClassName
{
border-color: #E2FF98;
}
.TagClassName
{
border-color: #E2FF98;
}
</style>