Shades of Hint Of Green #DCF2D2
Tints of Hint Of Green #DCF2D2
RGB
CMYK
RGB Variations
Color information
#DCF2D2 (or 0xDCF2D2) is known color: Hint Of Green. HEX triplet: DC, F2 and D2. RGB value is (220,242,210). Sum of RGB (Red+Green+Blue) = 220+242+210=672 (89% of max value = 765). Red value is 220 (86.33% from 255 or 32.74% from 672); Green value is 242 (94.92% from 255 or 36.01% from 672); Blue value is 210 (82.42% from 255 or 31.25% from 672); Max value from RGB is 242 - color contains mainly: green. Hex color #DCF2D2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DCF2D2 is #230D2D. Grayscale: #E7E7E7. Windows color (decimal): -2297134 or 13824732. OLE color: 13824732.
HSL color Cylindrical-coordinate representation of color #DCF2D2: hue angle of 101.25º degrees, saturation: 0.55, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #DCF2D2 is Cyan = 0.09, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 220 | 242 | 210 | - |
| CMYK | 0.09 | 0 | 0.13 | 0.05 |
| HSL | 101.25º | 0.55% | 0.89% | - |
| HSV(B) | 101.25º | 0.13% | 0.95% | - |
| XYZ | 72.9 | 83.37 | 73.22 | - |
| YUV | 231.77 | 115.71 | 119.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 242 | 210 | 0.09 | 0 | 0.13 | 0.05 | 101.25 | 0.55 | 0.89 |
| Hex | DC | F2 | D2 | 9 | 0 | D | 5 | 65 | 37 | 59 |
| Octal | 334 | 362 | 322 | 11 | 0 | 15 | 5 | 145 | 67 | 131 |
| Binary | 11011100 | 11110010 | 11010010 | 1001 | 0 | 1101 | 101 | 1100101 | 110111 | 1011001 |
Color Harmonies of #DCF2D2
Complementary color
Monochromatic Colors of #DCF2D2
Black with #DCF2D2
Text Example
Text Example
White with #DCF2D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCF2D2; }
p { color: rgb(220,242,210); }
H1.HeaderClassName
{
color: #DCF2D2;
}
.AnyTagClassName
{
color: #DCF2D2;
}
</style>
background-color css
<style>
a { background-color: #DCF2D2; }
a { background-color: rgb(220,242,210); }
div.DivClassName
{
background-color: #DCF2D2;
}
.BgClassName
{
background-color: #DCF2D2;
}
</style>
border-color css
<style>
span { border-color: #DCF2D2; }
span { border-color: rgb(220,242,210); }
td.TdClassName
{
border-color: #DCF2D2;
}
.TagClassName
{
border-color: #DCF2D2;
}
</style>