Shades of Reef #E1FA97
Tints of Reef #E1FA97
RGB
CMYK
RGB Variations
Color information
#E1FA97 (or 0xE1FA97) is known color: Reef. HEX triplet: E1, FA and 97. RGB value is (225,250,151). Sum of RGB (Red+Green+Blue) = 225+250+151=626 (82% of max value = 765). Red value is 225 (88.28% from 255 or 35.94% from 626); Green value is 250 (98.05% from 255 or 39.94% from 626); Blue value is 151 (59.38% from 255 or 24.12% from 626); Max value from RGB is 250 - color contains mainly: green. Hex color #E1FA97 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #E1FA97 is #1E0568. Grayscale: #E7E7E7. Windows color (decimal): -1967465 or 9960161. OLE color: 9960161.
HSL color Cylindrical-coordinate representation of color #E1FA97: hue angle of 75.15º degrees, saturation: 0.91, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #E1FA97 is Cyan = 0.10, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 225 | 250 | 151 | - |
| CMYK | 0.10 | 0 | 0.40 | 0.02 |
| HSL | 75.15º | 0.91% | 0.79% | - |
| HSV(B) | 75.15º | 0.4% | 0.98% | - |
| XYZ | 70.82 | 86.61 | 42.26 | - |
| YUV | 231.24 | 82.72 | 123.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 250 | 151 | 0.10 | 0 | 0.40 | 0.02 | 75.15 | 0.91 | 0.79 |
| Hex | E1 | FA | 97 | A | 0 | 28 | 2 | 4B | 5B | 4F |
| Octal | 341 | 372 | 227 | 12 | 0 | 50 | 2 | 113 | 133 | 117 |
| Binary | 11100001 | 11111010 | 10010111 | 1010 | 0 | 101000 | 10 | 1001011 | 1011011 | 1001111 |
Color Harmonies of #E1FA97
Complementary color
Monochromatic Colors of #E1FA97
Black with #E1FA97
Text Example
Text Example
White with #E1FA97
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1FA97; }
p { color: rgb(225,250,151); }
H1.HeaderClassName
{
color: #E1FA97;
}
.AnyTagClassName
{
color: #E1FA97;
}
</style>
background-color css
<style>
a { background-color: #E1FA97; }
a { background-color: rgb(225,250,151); }
div.DivClassName
{
background-color: #E1FA97;
}
.BgClassName
{
background-color: #E1FA97;
}
</style>
border-color css
<style>
span { border-color: #E1FA97; }
span { border-color: rgb(225,250,151); }
td.TdClassName
{
border-color: #E1FA97;
}
.TagClassName
{
border-color: #E1FA97;
}
</style>