Shades of Reef #E2FF9A
Tints of Reef #E2FF9A
RGB
CMYK
RGB Variations
Color information
#E2FF9A (or 0xE2FF9A) is known color: Reef. HEX triplet: E2, FF and 9A. RGB value is (226,255,154). Sum of RGB (Red+Green+Blue) = 226+255+154=635 (84% of max value = 765). Red value is 226 (88.67% from 255 or 35.59% from 635); Green value is 255 (100% from 255 or 40.16% from 635); Blue value is 154 (60.55% from 255 or 24.25% from 635); Max value from RGB is 255 - color contains mainly: green. Hex color #E2FF9A is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #E2FF9A is #1D0065. Grayscale: #EBEBEB. Windows color (decimal): -1900646 or 10158050. OLE color: 10158050.
HSL color Cylindrical-coordinate representation of color #E2FF9A: hue angle of 77.23º 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 #E2FF9A is Cyan = 0.11, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.
Color convert
| RGB | 226 | 255 | 154 | - |
| CMYK | 0.11 | 0 | 0.40 | 0 |
| HSL | 77.23º | 1% | 0.8% | - |
| HSV(B) | 77.23º | 0.4% | 1% | - |
| XYZ | 72.96 | 90.02 | 44.1 | - |
| YUV | 234.82 | 82.39 | 121.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 255 | 154 | 0.11 | 0 | 0.40 | 0 | 77.23 | 1 | 0.8 |
| Hex | E2 | FF | 9A | B | 0 | 28 | 0 | 4D | 64 | 50 |
| Octal | 342 | 377 | 232 | 13 | 0 | 50 | 0 | 115 | 144 | 120 |
| Binary | 11100010 | 11111111 | 10011010 | 1011 | 0 | 101000 | 0 | 1001101 | 1100100 | 1010000 |
Color Harmonies of #E2FF9A
Complementary color
Monochromatic Colors of #E2FF9A
Black with #E2FF9A
Text Example
Text Example
White with #E2FF9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2FF9A; }
p { color: rgb(226,255,154); }
H1.HeaderClassName
{
color: #E2FF9A;
}
.AnyTagClassName
{
color: #E2FF9A;
}
</style>
background-color css
<style>
a { background-color: #E2FF9A; }
a { background-color: rgb(226,255,154); }
div.DivClassName
{
background-color: #E2FF9A;
}
.BgClassName
{
background-color: #E2FF9A;
}
</style>
border-color css
<style>
span { border-color: #E2FF9A; }
span { border-color: rgb(226,255,154); }
td.TdClassName
{
border-color: #E2FF9A;
}
.TagClassName
{
border-color: #E2FF9A;
}
</style>