Shades of Reef #E2FA9A
Tints of Reef #E2FA9A
RGB
CMYK
RGB Variations
Color information
#E2FA9A (or 0xE2FA9A) is known color: Reef. HEX triplet: E2, FA and 9A. RGB value is (226,250,154). Sum of RGB (Red+Green+Blue) = 226+250+154=630 (83% of max value = 765). Red value is 226 (88.67% from 255 or 35.87% from 630); Green value is 250 (98.05% from 255 or 39.68% from 630); Blue value is 154 (60.55% from 255 or 24.44% from 630); Max value from RGB is 250 - color contains mainly: green. Hex color #E2FA9A is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #E2FA9A is #1D0565. Grayscale: #E8E8E8. Windows color (decimal): -1901926 or 10156770. OLE color: 10156770.
HSL color Cylindrical-coordinate representation of color #E2FA9A: hue angle of 75º degrees, saturation: 0.91, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #E2FA9A is Cyan = 0.10, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 226 | 250 | 154 | - |
| CMYK | 0.10 | 0 | 0.38 | 0.02 |
| HSL | 75º | 0.91% | 0.79% | - |
| HSV(B) | 75º | 0.38% | 0.98% | - |
| XYZ | 71.38 | 86.87 | 43.58 | - |
| YUV | 231.88 | 84.05 | 123.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 250 | 154 | 0.10 | 0 | 0.38 | 0.02 | 75 | 0.91 | 0.79 |
| Hex | E2 | FA | 9A | A | 0 | 26 | 2 | 4B | 5B | 4F |
| Octal | 342 | 372 | 232 | 12 | 0 | 46 | 2 | 113 | 133 | 117 |
| Binary | 11100010 | 11111010 | 10011010 | 1010 | 0 | 100110 | 10 | 1001011 | 1011011 | 1001111 |
Color Harmonies of #E2FA9A
Complementary color
Monochromatic Colors of #E2FA9A
Black with #E2FA9A
Text Example
Text Example
White with #E2FA9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2FA9A; }
p { color: rgb(226,250,154); }
H1.HeaderClassName
{
color: #E2FA9A;
}
.AnyTagClassName
{
color: #E2FA9A;
}
</style>
background-color css
<style>
a { background-color: #E2FA9A; }
a { background-color: rgb(226,250,154); }
div.DivClassName
{
background-color: #E2FA9A;
}
.BgClassName
{
background-color: #E2FA9A;
}
</style>
border-color css
<style>
span { border-color: #E2FA9A; }
span { border-color: rgb(226,250,154); }
td.TdClassName
{
border-color: #E2FA9A;
}
.TagClassName
{
border-color: #E2FA9A;
}
</style>