Shades of Reef #E1FF96
Tints of Reef #E1FF96
RGB
CMYK
RGB Variations
Color information
#E1FF96 (or 0xE1FF96) is known color: Reef. HEX triplet: E1, FF and 96. RGB value is (225,255,150). Sum of RGB (Red+Green+Blue) = 225+255+150=630 (83% of max value = 765). Red value is 225 (88.28% from 255 or 35.71% from 630); Green value is 255 (100% from 255 or 40.48% from 630); Blue value is 150 (58.98% from 255 or 23.81% from 630); Max value from RGB is 255 - color contains mainly: green. Hex color #E1FF96 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #E1FF96 is #1E0069. Grayscale: #EAEAEA. Windows color (decimal): -1966186 or 9895905. OLE color: 9895905.
HSL color Cylindrical-coordinate representation of color #E1FF96: hue angle of 77.14º 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 #E1FF96 is Cyan = 0.12, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.
Color convert
| RGB | 225 | 255 | 150 | - |
| CMYK | 0.12 | 0 | 0.41 | 0 |
| HSL | 77.14º | 1% | 0.79% | - |
| HSV(B) | 77.14º | 0.41% | 1% | - |
| XYZ | 72.32 | 89.73 | 42.36 | - |
| YUV | 234.06 | 80.56 | 121.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 255 | 150 | 0.12 | 0 | 0.41 | 0 | 77.14 | 1 | 0.79 |
| Hex | E1 | FF | 96 | C | 0 | 29 | 0 | 4D | 64 | 4F |
| Octal | 341 | 377 | 226 | 14 | 0 | 51 | 0 | 115 | 144 | 117 |
| Binary | 11100001 | 11111111 | 10010110 | 1100 | 0 | 101001 | 0 | 1001101 | 1100100 | 1001111 |
Color Harmonies of #E1FF96
Complementary color
Monochromatic Colors of #E1FF96
Black with #E1FF96
Text Example
Text Example
White with #E1FF96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1FF96; }
p { color: rgb(225,255,150); }
H1.HeaderClassName
{
color: #E1FF96;
}
.AnyTagClassName
{
color: #E1FF96;
}
</style>
background-color css
<style>
a { background-color: #E1FF96; }
a { background-color: rgb(225,255,150); }
div.DivClassName
{
background-color: #E1FF96;
}
.BgClassName
{
background-color: #E1FF96;
}
</style>
border-color css
<style>
span { border-color: #E1FF96; }
span { border-color: rgb(225,255,150); }
td.TdClassName
{
border-color: #E1FF96;
}
.TagClassName
{
border-color: #E1FF96;
}
</style>