Shades of Hint Of Green #DCF4D0
Tints of Hint Of Green #DCF4D0
RGB
CMYK
RGB Variations
Color information
#DCF4D0 (or 0xDCF4D0) is known color: Hint Of Green. HEX triplet: DC, F4 and D0. RGB value is (220,244,208). Sum of RGB (Red+Green+Blue) = 220+244+208=672 (89% of max value = 765). Red value is 220 (86.33% from 255 or 32.74% from 672); Green value is 244 (95.70% from 255 or 36.31% from 672); Blue value is 208 (81.64% from 255 or 30.95% from 672); Max value from RGB is 244 - color contains mainly: green. Hex color #DCF4D0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DCF4D0 is #230B2F. Grayscale: #E8E8E8. Windows color (decimal): -2296624 or 13694172. OLE color: 13694172.
HSL color Cylindrical-coordinate representation of color #DCF4D0: hue angle of 100º degrees, saturation: 0.62, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #DCF4D0 is Cyan = 0.10, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.04.
Color convert
RGB | 220 | 244 | 208 | - |
CMYK | 0.10 | 0 | 0.15 | 0.04 |
HSL | 100º | 0.62% | 0.89% | - |
HSV(B) | 100º | 0.15% | 0.96% | - |
XYZ | 73.25 | 84.47 | 72.12 | - |
YUV | 232.72 | 114.05 | 118.93 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 220 | 244 | 208 | 0.10 | 0 | 0.15 | 0.04 | 100 | 0.62 | 0.89 |
Hex | DC | F4 | D0 | A | 0 | F | 4 | 64 | 3E | 59 |
Octal | 334 | 364 | 320 | 12 | 0 | 17 | 4 | 144 | 76 | 131 |
Binary | 11011100 | 11110100 | 11010000 | 1010 | 0 | 1111 | 100 | 1100100 | 111110 | 1011001 |
Color Harmonies of #DCF4D0
Complementary color
Monochromatic Colors of #DCF4D0
Black with #DCF4D0
Text Example
Text Example
White with #DCF4D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCF4D0; }
p { color: rgb(220,244,208); }
H1.HeaderClassName
{
color: #DCF4D0;
}
.AnyTagClassName
{
color: #DCF4D0;
}
</style>
background-color css
<style>
a { background-color: #DCF4D0; }
a { background-color: rgb(220,244,208); }
div.DivClassName
{
background-color: #DCF4D0;
}
.BgClassName
{
background-color: #DCF4D0;
}
</style>
border-color css
<style>
span { border-color: #DCF4D0; }
span { border-color: rgb(220,244,208); }
td.TdClassName
{
border-color: #DCF4D0;
}
.TagClassName
{
border-color: #DCF4D0;
}
</style>