Shades of Hint Of Green #DCF5CC
Tints of Hint Of Green #DCF5CC
RGB
CMYK
RGB Variations
Color information
#DCF5CC (or 0xDCF5CC) is known color: Hint Of Green. HEX triplet: DC, F5 and CC. RGB value is (220,245,204). Sum of RGB (Red+Green+Blue) = 220+245+204=669 (88% of max value = 765). Red value is 220 (86.33% from 255 or 32.88% from 669); Green value is 245 (96.09% from 255 or 36.62% from 669); Blue value is 204 (80.08% from 255 or 30.49% from 669); Max value from RGB is 245 - color contains mainly: green. Hex color #DCF5CC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DCF5CC is #230A33. Grayscale: #E8E8E8. Windows color (decimal): -2296372 or 13432284. OLE color: 13432284.
HSL color Cylindrical-coordinate representation of color #DCF5CC: hue angle of 96.59º degrees, saturation: 0.67, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #DCF5CC is Cyan = 0.10, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 220 | 245 | 204 | - |
| CMYK | 0.10 | 0 | 0.17 | 0.04 |
| HSL | 96.59º | 0.67% | 0.88% | - |
| HSV(B) | 96.59º | 0.17% | 0.96% | - |
| XYZ | 73.07 | 84.88 | 69.66 | - |
| YUV | 232.85 | 111.72 | 118.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 245 | 204 | 0.10 | 0 | 0.17 | 0.04 | 96.59 | 0.67 | 0.88 |
| Hex | DC | F5 | CC | A | 0 | 11 | 4 | 61 | 43 | 58 |
| Octal | 334 | 365 | 314 | 12 | 0 | 21 | 4 | 141 | 103 | 130 |
| Binary | 11011100 | 11110101 | 11001100 | 1010 | 0 | 10001 | 100 | 1100001 | 1000011 | 1011000 |
Color Harmonies of #DCF5CC
Complementary color
Monochromatic Colors of #DCF5CC
Black with #DCF5CC
Text Example
Text Example
White with #DCF5CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCF5CC; }
p { color: rgb(220,245,204); }
H1.HeaderClassName
{
color: #DCF5CC;
}
.AnyTagClassName
{
color: #DCF5CC;
}
</style>
background-color css
<style>
a { background-color: #DCF5CC; }
a { background-color: rgb(220,245,204); }
div.DivClassName
{
background-color: #DCF5CC;
}
.BgClassName
{
background-color: #DCF5CC;
}
</style>
border-color css
<style>
span { border-color: #DCF5CC; }
span { border-color: rgb(220,245,204); }
td.TdClassName
{
border-color: #DCF5CC;
}
.TagClassName
{
border-color: #DCF5CC;
}
</style>