Shades of Hint Of Green #E2FED0
Tints of Hint Of Green #E2FED0
RGB
CMYK
RGB Variations
Color information
#E2FED0 (or 0xE2FED0) is known color: Hint Of Green. HEX triplet: E2, FE and D0. RGB value is (226,254,208). Sum of RGB (Red+Green+Blue) = 226+254+208=688 (91% of max value = 765). Red value is 226 (88.67% from 255 or 32.85% from 688); Green value is 254 (99.61% from 255 or 36.92% from 688); Blue value is 208 (81.64% from 255 or 30.23% from 688); Max value from RGB is 254 - color contains mainly: green. Hex color #E2FED0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #E2FED0 is #1D012F. Grayscale: #F0F0F0. Windows color (decimal): -1900848 or 13696738. OLE color: 13696738.
HSL color Cylindrical-coordinate representation of color #E2FED0: hue angle of 96.52º degrees, saturation: 0.96, lightness: 0.91%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #E2FED0 is Cyan = 0.11, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.00.
Color convert
RGB | 226 | 254 | 208 | - |
CMYK | 0.11 | 0 | 0.18 | 0.00 |
HSL | 96.52º | 0.96% | 0.91% | - |
HSV(B) | 96.52º | 0.18% | 1% | - |
XYZ | 78.19 | 91.61 | 73.24 | - |
YUV | 240.38 | 109.72 | 117.74 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 226 | 254 | 208 | 0.11 | 0 | 0.18 | 0.00 | 96.52 | 0.96 | 0.91 |
Hex | E2 | FE | D0 | B | 0 | 12 | 0 | 61 | 60 | 5B |
Octal | 342 | 376 | 320 | 13 | 0 | 22 | 0 | 141 | 140 | 133 |
Binary | 11100010 | 11111110 | 11010000 | 1011 | 0 | 10010 | 0 | 1100001 | 1100000 | 1011011 |
Color Harmonies of #E2FED0
Complementary color
Monochromatic Colors of #E2FED0
Black with #E2FED0
Text Example
Text Example
White with #E2FED0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2FED0; }
p { color: rgb(226,254,208); }
H1.HeaderClassName
{
color: #E2FED0;
}
.AnyTagClassName
{
color: #E2FED0;
}
</style>
background-color css
<style>
a { background-color: #E2FED0; }
a { background-color: rgb(226,254,208); }
div.DivClassName
{
background-color: #E2FED0;
}
.BgClassName
{
background-color: #E2FED0;
}
</style>
border-color css
<style>
span { border-color: #E2FED0; }
span { border-color: rgb(226,254,208); }
td.TdClassName
{
border-color: #E2FED0;
}
.TagClassName
{
border-color: #E2FED0;
}
</style>