Shades of Hint Of Green #DCF2D0
Tints of Hint Of Green #DCF2D0
RGB
CMYK
RGB Variations
Color information
#DCF2D0 (or 0xDCF2D0) is known color: Hint Of Green. HEX triplet: DC, F2 and D0. RGB value is (220,242,208). Sum of RGB (Red+Green+Blue) = 220+242+208=670 (88% of max value = 765). Red value is 220 (86.33% from 255 or 32.84% from 670); Green value is 242 (94.92% from 255 or 36.12% from 670); Blue value is 208 (81.64% from 255 or 31.04% from 670); Max value from RGB is 242 - color contains mainly: green. Hex color #DCF2D0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DCF2D0 is #230D2F. Grayscale: #E7E7E7. Windows color (decimal): -2297136 or 13693660. OLE color: 13693660.
HSL color Cylindrical-coordinate representation of color #DCF2D0: hue angle of 98.82º degrees, saturation: 0.57, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #DCF2D0 is Cyan = 0.09, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 220 | 242 | 208 | - |
| CMYK | 0.09 | 0 | 0.14 | 0.05 |
| HSL | 98.82º | 0.57% | 0.88% | - |
| HSV(B) | 98.82º | 0.14% | 0.95% | - |
| XYZ | 72.65 | 83.27 | 71.92 | - |
| YUV | 231.55 | 114.71 | 119.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 242 | 208 | 0.09 | 0 | 0.14 | 0.05 | 98.82 | 0.57 | 0.88 |
| Hex | DC | F2 | D0 | 9 | 0 | E | 5 | 63 | 39 | 58 |
| Octal | 334 | 362 | 320 | 11 | 0 | 16 | 5 | 143 | 71 | 130 |
| Binary | 11011100 | 11110010 | 11010000 | 1001 | 0 | 1110 | 101 | 1100011 | 111001 | 1011000 |
Color Harmonies of #DCF2D0
Complementary color
Monochromatic Colors of #DCF2D0
Black with #DCF2D0
Text Example
Text Example
White with #DCF2D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCF2D0; }
p { color: rgb(220,242,208); }
H1.HeaderClassName
{
color: #DCF2D0;
}
.AnyTagClassName
{
color: #DCF2D0;
}
</style>
background-color css
<style>
a { background-color: #DCF2D0; }
a { background-color: rgb(220,242,208); }
div.DivClassName
{
background-color: #DCF2D0;
}
.BgClassName
{
background-color: #DCF2D0;
}
</style>
border-color css
<style>
span { border-color: #DCF2D0; }
span { border-color: rgb(220,242,208); }
td.TdClassName
{
border-color: #DCF2D0;
}
.TagClassName
{
border-color: #DCF2D0;
}
</style>