Shades of Hint Of Green #DCF2D4
Tints of Hint Of Green #DCF2D4
RGB
CMYK
RGB Variations
Color information
#DCF2D4 (or 0xDCF2D4) is known color: Hint Of Green. HEX triplet: DC, F2 and D4. RGB value is (220,242,212). Sum of RGB (Red+Green+Blue) = 220+242+212=674 (89% of max value = 765). Red value is 220 (86.33% from 255 or 32.64% from 674); Green value is 242 (94.92% from 255 or 35.91% from 674); Blue value is 212 (83.20% from 255 or 31.45% from 674); Max value from RGB is 242 - color contains mainly: green. Hex color #DCF2D4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DCF2D4 is #230D2B. Grayscale: #E8E8E8. Windows color (decimal): -2297132 or 13955804. OLE color: 13955804.
HSL color Cylindrical-coordinate representation of color #DCF2D4: hue angle of 104º degrees, saturation: 0.54, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #DCF2D4 is Cyan = 0.09, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.05.
Color convert
RGB | 220 | 242 | 212 | - |
CMYK | 0.09 | 0 | 0.12 | 0.05 |
HSL | 104º | 0.54% | 0.89% | - |
HSV(B) | 104º | 0.12% | 0.95% | - |
XYZ | 73.15 | 83.47 | 74.54 | - |
YUV | 232 | 116.71 | 119.44 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 220 | 242 | 212 | 0.09 | 0 | 0.12 | 0.05 | 104 | 0.54 | 0.89 |
Hex | DC | F2 | D4 | 9 | 0 | C | 5 | 68 | 36 | 59 |
Octal | 334 | 362 | 324 | 11 | 0 | 14 | 5 | 150 | 66 | 131 |
Binary | 11011100 | 11110010 | 11010100 | 1001 | 0 | 1100 | 101 | 1101000 | 110110 | 1011001 |
Color Harmonies of #DCF2D4
Complementary color
Monochromatic Colors of #DCF2D4
Black with #DCF2D4
Text Example
Text Example
White with #DCF2D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCF2D4; }
p { color: rgb(220,242,212); }
H1.HeaderClassName
{
color: #DCF2D4;
}
.AnyTagClassName
{
color: #DCF2D4;
}
</style>
background-color css
<style>
a { background-color: #DCF2D4; }
a { background-color: rgb(220,242,212); }
div.DivClassName
{
background-color: #DCF2D4;
}
.BgClassName
{
background-color: #DCF2D4;
}
</style>
border-color css
<style>
span { border-color: #DCF2D4; }
span { border-color: rgb(220,242,212); }
td.TdClassName
{
border-color: #DCF2D4;
}
.TagClassName
{
border-color: #DCF2D4;
}
</style>