Shades of Reef #E2FF9F
Tints of Reef #E2FF9F
RGB
CMYK
RGB Variations
Color information
#E2FF9F (or 0xE2FF9F) is known color: Reef. HEX triplet: E2, FF and 9F. RGB value is (226,255,159). Sum of RGB (Red+Green+Blue) = 226+255+159=640 (84% of max value = 765). Red value is 226 (88.67% from 255 or 35.31% from 640); Green value is 255 (100% from 255 or 39.84% from 640); Blue value is 159 (62.5% from 255 or 24.84% from 640); Max value from RGB is 255 - color contains mainly: green. Hex color #E2FF9F is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #E2FF9F is #1D0060. Grayscale: #EBEBEB. Windows color (decimal): -1900641 or 10485730. OLE color: 10485730.
HSL color Cylindrical-coordinate representation of color #E2FF9F: hue angle of 78.12º degrees, saturation: 1, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #E2FF9F is Cyan = 0.11, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.
Color convert
| RGB | 226 | 255 | 159 | - |
| CMYK | 0.11 | 0 | 0.38 | 0 |
| HSL | 78.12º | 1% | 0.81% | - |
| HSV(B) | 78.12º | 0.38% | 1% | - |
| XYZ | 73.38 | 90.19 | 46.34 | - |
| YUV | 235.39 | 84.89 | 121.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 255 | 159 | 0.11 | 0 | 0.38 | 0 | 78.12 | 1 | 0.81 |
| Hex | E2 | FF | 9F | B | 0 | 26 | 0 | 4E | 64 | 51 |
| Octal | 342 | 377 | 237 | 13 | 0 | 46 | 0 | 116 | 144 | 121 |
| Binary | 11100010 | 11111111 | 10011111 | 1011 | 0 | 100110 | 0 | 1001110 | 1100100 | 1010001 |
Color Harmonies of #E2FF9F
Complementary color
Monochromatic Colors of #E2FF9F
Black with #E2FF9F
Text Example
Text Example
White with #E2FF9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2FF9F; }
p { color: rgb(226,255,159); }
H1.HeaderClassName
{
color: #E2FF9F;
}
.AnyTagClassName
{
color: #E2FF9F;
}
</style>
background-color css
<style>
a { background-color: #E2FF9F; }
a { background-color: rgb(226,255,159); }
div.DivClassName
{
background-color: #E2FF9F;
}
.BgClassName
{
background-color: #E2FF9F;
}
</style>
border-color css
<style>
span { border-color: #E2FF9F; }
span { border-color: rgb(226,255,159); }
td.TdClassName
{
border-color: #E2FF9F;
}
.TagClassName
{
border-color: #E2FF9F;
}
</style>