Shades of Hint Of Green #E2FFCF
Tints of Hint Of Green #E2FFCF
RGB
CMYK
RGB Variations
Color information
#E2FFCF (or 0xE2FFCF) is known color: Hint Of Green. HEX triplet: E2, FF and CF. RGB value is (226,255,207). Sum of RGB (Red+Green+Blue) = 226+255+207=688 (91% of max value = 765). Red value is 226 (88.67% from 255 or 32.85% from 688); Green value is 255 (100% from 255 or 37.06% from 688); Blue value is 207 (81.25% from 255 or 30.09% from 688); Max value from RGB is 255 - color contains mainly: green. Hex color #E2FFCF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #E2FFCF is #1D0030. Grayscale: #F1F1F1. Windows color (decimal): -1900593 or 13631458. OLE color: 13631458.
HSL color Cylindrical-coordinate representation of color #E2FFCF: hue angle of 96.25º degrees, saturation: 1, lightness: 0.91%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #E2FFCF is Cyan = 0.11, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.
Color convert
| RGB | 226 | 255 | 207 | - |
| CMYK | 0.11 | 0 | 0.19 | 0 |
| HSL | 96.25º | 1% | 0.91% | - |
| HSV(B) | 96.25º | 0.19% | 1% | - |
| XYZ | 78.39 | 92.19 | 72.7 | - |
| YUV | 240.86 | 108.89 | 117.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 255 | 207 | 0.11 | 0 | 0.19 | 0 | 96.25 | 1 | 0.91 |
| Hex | E2 | FF | CF | B | 0 | 13 | 0 | 60 | 64 | 5B |
| Octal | 342 | 377 | 317 | 13 | 0 | 23 | 0 | 140 | 144 | 133 |
| Binary | 11100010 | 11111111 | 11001111 | 1011 | 0 | 10011 | 0 | 1100000 | 1100100 | 1011011 |
Color Harmonies of #E2FFCF
Complementary color
Monochromatic Colors of #E2FFCF
Black with #E2FFCF
Text Example
Text Example
White with #E2FFCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2FFCF; }
p { color: rgb(226,255,207); }
H1.HeaderClassName
{
color: #E2FFCF;
}
.AnyTagClassName
{
color: #E2FFCF;
}
</style>
background-color css
<style>
a { background-color: #E2FFCF; }
a { background-color: rgb(226,255,207); }
div.DivClassName
{
background-color: #E2FFCF;
}
.BgClassName
{
background-color: #E2FFCF;
}
</style>
border-color css
<style>
span { border-color: #E2FFCF; }
span { border-color: rgb(226,255,207); }
td.TdClassName
{
border-color: #E2FFCF;
}
.TagClassName
{
border-color: #E2FFCF;
}
</style>