Shades of Hint Of Green #DCF7D2
Tints of Hint Of Green #DCF7D2
RGB
CMYK
RGB Variations
Color information
#DCF7D2 (or 0xDCF7D2) is known color: Hint Of Green. HEX triplet: DC, F7 and D2. RGB value is (220,247,210). Sum of RGB (Red+Green+Blue) = 220+247+210=677 (89% of max value = 765). Red value is 220 (86.33% from 255 or 32.50% from 677); Green value is 247 (96.88% from 255 or 36.48% from 677); Blue value is 210 (82.42% from 255 or 31.02% from 677); Max value from RGB is 247 - color contains mainly: green. Hex color #DCF7D2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DCF7D2 is #23082D. Grayscale: #EAEAEA. Windows color (decimal): -2295854 or 13826012. OLE color: 13826012.
HSL color Cylindrical-coordinate representation of color #DCF7D2: hue angle of 103.78º degrees, saturation: 0.7, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #DCF7D2 is Cyan = 0.11, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 220 | 247 | 210 | - |
| CMYK | 0.11 | 0 | 0.15 | 0.03 |
| HSL | 103.78º | 0.7% | 0.9% | - |
| HSV(B) | 103.78º | 0.15% | 0.97% | - |
| XYZ | 74.41 | 86.39 | 73.73 | - |
| YUV | 234.71 | 114.05 | 117.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 247 | 210 | 0.11 | 0 | 0.15 | 0.03 | 103.78 | 0.7 | 0.9 |
| Hex | DC | F7 | D2 | B | 0 | F | 3 | 68 | 46 | 5A |
| Octal | 334 | 367 | 322 | 13 | 0 | 17 | 3 | 150 | 106 | 132 |
| Binary | 11011100 | 11110111 | 11010010 | 1011 | 0 | 1111 | 11 | 1101000 | 1000110 | 1011010 |
Color Harmonies of #DCF7D2
Complementary color
Monochromatic Colors of #DCF7D2
Black with #DCF7D2
Text Example
Text Example
White with #DCF7D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCF7D2; }
p { color: rgb(220,247,210); }
H1.HeaderClassName
{
color: #DCF7D2;
}
.AnyTagClassName
{
color: #DCF7D2;
}
</style>
background-color css
<style>
a { background-color: #DCF7D2; }
a { background-color: rgb(220,247,210); }
div.DivClassName
{
background-color: #DCF7D2;
}
.BgClassName
{
background-color: #DCF7D2;
}
</style>
border-color css
<style>
span { border-color: #DCF7D2; }
span { border-color: rgb(220,247,210); }
td.TdClassName
{
border-color: #DCF7D2;
}
.TagClassName
{
border-color: #DCF7D2;
}
</style>