Shades of Hint Of Green #E6FFD0
Tints of Hint Of Green #E6FFD0
RGB
CMYK
RGB Variations
Color information
#E6FFD0 (or 0xE6FFD0) is known color: Hint Of Green. HEX triplet: E6, FF and D0. RGB value is (230,255,208). Sum of RGB (Red+Green+Blue) = 230+255+208=693 (91% of max value = 765). Red value is 230 (90.23% from 255 or 33.19% from 693); Green value is 255 (100% from 255 or 36.80% from 693); Blue value is 208 (81.64% from 255 or 30.01% from 693); Max value from RGB is 255 - color contains mainly: green. Hex color #E6FFD0 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #E6FFD0 is #19002F. Grayscale: #F2F2F2. Windows color (decimal): -1638448 or 13696998. OLE color: 13696998.
HSL color Cylindrical-coordinate representation of color #E6FFD0: hue angle of 91.91º degrees, saturation: 1, lightness: 0.91%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #E6FFD0 is Cyan = 0.10, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.
Color convert
RGB | 230 | 255 | 208 | - |
CMYK | 0.10 | 0 | 0.18 | 0 |
HSL | 91.91º | 1% | 0.91% | - |
HSV(B) | 91.91º | 0.18% | 1% | - |
XYZ | 79.78 | 92.9 | 73.4 | - |
YUV | 242.17 | 108.72 | 119.32 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 230 | 255 | 208 | 0.10 | 0 | 0.18 | 0 | 91.91 | 1 | 0.91 |
Hex | E6 | FF | D0 | A | 0 | 12 | 0 | 5C | 64 | 5B |
Octal | 346 | 377 | 320 | 12 | 0 | 22 | 0 | 134 | 144 | 133 |
Binary | 11100110 | 11111111 | 11010000 | 1010 | 0 | 10010 | 0 | 1011100 | 1100100 | 1011011 |
Color Harmonies of #E6FFD0
Complementary color
Monochromatic Colors of #E6FFD0
Black with #E6FFD0
Text Example
Text Example
White with #E6FFD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6FFD0; }
p { color: rgb(230,255,208); }
H1.HeaderClassName
{
color: #E6FFD0;
}
.AnyTagClassName
{
color: #E6FFD0;
}
</style>
background-color css
<style>
a { background-color: #E6FFD0; }
a { background-color: rgb(230,255,208); }
div.DivClassName
{
background-color: #E6FFD0;
}
.BgClassName
{
background-color: #E6FFD0;
}
</style>
border-color css
<style>
span { border-color: #E6FFD0; }
span { border-color: rgb(230,255,208); }
td.TdClassName
{
border-color: #E6FFD0;
}
.TagClassName
{
border-color: #E6FFD0;
}
</style>