Shades of Hint Of Green #DCF5CA
Tints of Hint Of Green #DCF5CA
RGB
CMYK
RGB Variations
Color information
#DCF5CA (or 0xDCF5CA) is known color: Hint Of Green. HEX triplet: DC, F5 and CA. RGB value is (220,245,202). Sum of RGB (Red+Green+Blue) = 220+245+202=667 (88% of max value = 765). Red value is 220 (86.33% from 255 or 32.98% from 667); Green value is 245 (96.09% from 255 or 36.73% from 667); Blue value is 202 (79.30% from 255 or 30.28% from 667); Max value from RGB is 245 - color contains mainly: green. Hex color #DCF5CA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DCF5CA is #230A35. Grayscale: #E8E8E8. Windows color (decimal): -2296374 or 13301212. OLE color: 13301212.
HSL color Cylindrical-coordinate representation of color #DCF5CA: hue angle of 94.88º degrees, saturation: 0.68, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #DCF5CA is Cyan = 0.10, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 220 | 245 | 202 | - |
| CMYK | 0.10 | 0 | 0.18 | 0.04 |
| HSL | 94.88º | 0.68% | 0.88% | - |
| HSV(B) | 94.88º | 0.18% | 0.96% | - |
| XYZ | 72.83 | 84.78 | 68.4 | - |
| YUV | 232.62 | 110.72 | 119 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 245 | 202 | 0.10 | 0 | 0.18 | 0.04 | 94.88 | 0.68 | 0.88 |
| Hex | DC | F5 | CA | A | 0 | 12 | 4 | 5F | 44 | 58 |
| Octal | 334 | 365 | 312 | 12 | 0 | 22 | 4 | 137 | 104 | 130 |
| Binary | 11011100 | 11110101 | 11001010 | 1010 | 0 | 10010 | 100 | 1011111 | 1000100 | 1011000 |
Color Harmonies of #DCF5CA
Complementary color
Monochromatic Colors of #DCF5CA
Black with #DCF5CA
Text Example
Text Example
White with #DCF5CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCF5CA; }
p { color: rgb(220,245,202); }
H1.HeaderClassName
{
color: #DCF5CA;
}
.AnyTagClassName
{
color: #DCF5CA;
}
</style>
background-color css
<style>
a { background-color: #DCF5CA; }
a { background-color: rgb(220,245,202); }
div.DivClassName
{
background-color: #DCF5CA;
}
.BgClassName
{
background-color: #DCF5CA;
}
</style>
border-color css
<style>
span { border-color: #DCF5CA; }
span { border-color: rgb(220,245,202); }
td.TdClassName
{
border-color: #DCF5CA;
}
.TagClassName
{
border-color: #DCF5CA;
}
</style>