Shades of Reef #E2FF96
Tints of Reef #E2FF96
RGB
CMYK
RGB Variations
Color information
#E2FF96 (or 0xE2FF96) is known color: Reef. HEX triplet: E2, FF and 96. RGB value is (226,255,150). Sum of RGB (Red+Green+Blue) = 226+255+150=631 (83% of max value = 765). Red value is 226 (88.67% from 255 or 35.82% from 631); Green value is 255 (100% from 255 or 40.41% from 631); Blue value is 150 (58.98% from 255 or 23.77% from 631); Max value from RGB is 255 - color contains mainly: green. Hex color #E2FF96 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #E2FF96 is #1D0069. Grayscale: #EAEAEA. Windows color (decimal): -1900650 or 9895906. OLE color: 9895906.
HSL color Cylindrical-coordinate representation of color #E2FF96: hue angle of 76.57º degrees, saturation: 1, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #E2FF96 is Cyan = 0.11, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.
Color convert
| RGB | 226 | 255 | 150 | - |
| CMYK | 0.11 | 0 | 0.41 | 0 |
| HSL | 76.57º | 1% | 0.79% | - |
| HSV(B) | 76.57º | 0.41% | 1% | - |
| XYZ | 72.63 | 89.89 | 42.38 | - |
| YUV | 234.36 | 80.39 | 122.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 255 | 150 | 0.11 | 0 | 0.41 | 0 | 76.57 | 1 | 0.79 |
| Hex | E2 | FF | 96 | B | 0 | 29 | 0 | 4D | 64 | 4F |
| Octal | 342 | 377 | 226 | 13 | 0 | 51 | 0 | 115 | 144 | 117 |
| Binary | 11100010 | 11111111 | 10010110 | 1011 | 0 | 101001 | 0 | 1001101 | 1100100 | 1001111 |
Color Harmonies of #E2FF96
Complementary color
Monochromatic Colors of #E2FF96
Black with #E2FF96
Text Example
Text Example
White with #E2FF96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2FF96; }
p { color: rgb(226,255,150); }
H1.HeaderClassName
{
color: #E2FF96;
}
.AnyTagClassName
{
color: #E2FF96;
}
</style>
background-color css
<style>
a { background-color: #E2FF96; }
a { background-color: rgb(226,255,150); }
div.DivClassName
{
background-color: #E2FF96;
}
.BgClassName
{
background-color: #E2FF96;
}
</style>
border-color css
<style>
span { border-color: #E2FF96; }
span { border-color: rgb(226,255,150); }
td.TdClassName
{
border-color: #E2FF96;
}
.TagClassName
{
border-color: #E2FF96;
}
</style>