Shades of Hint Of Green #DCF5D0
Tints of Hint Of Green #DCF5D0
RGB
CMYK
RGB Variations
Color information
#DCF5D0 (or 0xDCF5D0) is known color: Hint Of Green. HEX triplet: DC, F5 and D0. RGB value is (220,245,208). Sum of RGB (Red+Green+Blue) = 220+245+208=673 (89% of max value = 765). Red value is 220 (86.33% from 255 or 32.69% from 673); Green value is 245 (96.09% from 255 or 36.40% from 673); Blue value is 208 (81.64% from 255 or 30.91% from 673); Max value from RGB is 245 - color contains mainly: green. Hex color #DCF5D0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DCF5D0 is #230A2F. Grayscale: #E9E9E9. Windows color (decimal): -2296368 or 13694428. OLE color: 13694428.
HSL color Cylindrical-coordinate representation of color #DCF5D0: hue angle of 100.54º degrees, saturation: 0.65, 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 #DCF5D0 is Cyan = 0.10, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 220 | 245 | 208 | - |
| CMYK | 0.10 | 0 | 0.15 | 0.04 |
| HSL | 100.54º | 0.65% | 0.89% | - |
| HSV(B) | 100.54º | 0.15% | 0.96% | - |
| XYZ | 73.55 | 85.07 | 72.22 | - |
| YUV | 233.31 | 113.72 | 118.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 245 | 208 | 0.10 | 0 | 0.15 | 0.04 | 100.54 | 0.65 | 0.89 |
| Hex | DC | F5 | D0 | A | 0 | F | 4 | 65 | 41 | 59 |
| Octal | 334 | 365 | 320 | 12 | 0 | 17 | 4 | 145 | 101 | 131 |
| Binary | 11011100 | 11110101 | 11010000 | 1010 | 0 | 1111 | 100 | 1100101 | 1000001 | 1011001 |
Color Harmonies of #DCF5D0
Complementary color
Monochromatic Colors of #DCF5D0
Black with #DCF5D0
Text Example
Text Example
White with #DCF5D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCF5D0; }
p { color: rgb(220,245,208); }
H1.HeaderClassName
{
color: #DCF5D0;
}
.AnyTagClassName
{
color: #DCF5D0;
}
</style>
background-color css
<style>
a { background-color: #DCF5D0; }
a { background-color: rgb(220,245,208); }
div.DivClassName
{
background-color: #DCF5D0;
}
.BgClassName
{
background-color: #DCF5D0;
}
</style>
border-color css
<style>
span { border-color: #DCF5D0; }
span { border-color: rgb(220,245,208); }
td.TdClassName
{
border-color: #DCF5D0;
}
.TagClassName
{
border-color: #DCF5D0;
}
</style>