Shades of Reef #E1FF95
Tints of Reef #E1FF95
RGB
CMYK
RGB Variations
Color information
#E1FF95 (or 0xE1FF95) is known color: Reef. HEX triplet: E1, FF and 95. RGB value is (225,255,149). Sum of RGB (Red+Green+Blue) = 225+255+149=629 (83% of max value = 765). Red value is 225 (88.28% from 255 or 35.77% from 629); Green value is 255 (100% from 255 or 40.54% from 629); Blue value is 149 (58.59% from 255 or 23.69% from 629); Max value from RGB is 255 - color contains mainly: green. Hex color #E1FF95 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #E1FF95 is #1E006A. Grayscale: #EAEAEA. Windows color (decimal): -1966187 or 9830369. OLE color: 9830369.
HSL color Cylindrical-coordinate representation of color #E1FF95: hue angle of 76.98º degrees, saturation: 1, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #E1FF95 is Cyan = 0.12, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.
Color convert
| RGB | 225 | 255 | 149 | - |
| CMYK | 0.12 | 0 | 0.42 | 0 |
| HSL | 76.98º | 1% | 0.79% | - |
| HSV(B) | 76.98º | 0.42% | 1% | - |
| XYZ | 72.24 | 89.7 | 41.94 | - |
| YUV | 233.95 | 80.06 | 121.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 255 | 149 | 0.12 | 0 | 0.42 | 0 | 76.98 | 1 | 0.79 |
| Hex | E1 | FF | 95 | C | 0 | 2A | 0 | 4D | 64 | 4F |
| Octal | 341 | 377 | 225 | 14 | 0 | 52 | 0 | 115 | 144 | 117 |
| Binary | 11100001 | 11111111 | 10010101 | 1100 | 0 | 101010 | 0 | 1001101 | 1100100 | 1001111 |
Color Harmonies of #E1FF95
Complementary color
Monochromatic Colors of #E1FF95
Black with #E1FF95
Text Example
Text Example
White with #E1FF95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1FF95; }
p { color: rgb(225,255,149); }
H1.HeaderClassName
{
color: #E1FF95;
}
.AnyTagClassName
{
color: #E1FF95;
}
</style>
background-color css
<style>
a { background-color: #E1FF95; }
a { background-color: rgb(225,255,149); }
div.DivClassName
{
background-color: #E1FF95;
}
.BgClassName
{
background-color: #E1FF95;
}
</style>
border-color css
<style>
span { border-color: #E1FF95; }
span { border-color: rgb(225,255,149); }
td.TdClassName
{
border-color: #E1FF95;
}
.TagClassName
{
border-color: #E1FF95;
}
</style>