Shades of Hint Of Green #DCF1D4
Tints of Hint Of Green #DCF1D4
RGB
CMYK
RGB Variations
Color information
#DCF1D4 (or 0xDCF1D4) is known color: Hint Of Green. HEX triplet: DC, F1 and D4. RGB value is (220,241,212). Sum of RGB (Red+Green+Blue) = 220+241+212=673 (89% of max value = 765). Red value is 220 (86.33% from 255 or 32.69% from 673); Green value is 241 (94.53% from 255 or 35.81% from 673); Blue value is 212 (83.20% from 255 or 31.50% from 673); Max value from RGB is 241 - color contains mainly: green. Hex color #DCF1D4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DCF1D4 is #230E2B. Grayscale: #E7E7E7. Windows color (decimal): -2297388 or 13955548. OLE color: 13955548.
HSL color Cylindrical-coordinate representation of color #DCF1D4: hue angle of 103.45º degrees, saturation: 0.51, 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 #DCF1D4 is Cyan = 0.09, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 220 | 241 | 212 | - |
| CMYK | 0.09 | 0 | 0.12 | 0.05 |
| HSL | 103.45º | 0.51% | 0.89% | - |
| HSV(B) | 103.45º | 0.12% | 0.95% | - |
| XYZ | 72.85 | 82.88 | 74.44 | - |
| YUV | 231.42 | 117.04 | 119.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 241 | 212 | 0.09 | 0 | 0.12 | 0.05 | 103.45 | 0.51 | 0.89 |
| Hex | DC | F1 | D4 | 9 | 0 | C | 5 | 67 | 33 | 59 |
| Octal | 334 | 361 | 324 | 11 | 0 | 14 | 5 | 147 | 63 | 131 |
| Binary | 11011100 | 11110001 | 11010100 | 1001 | 0 | 1100 | 101 | 1100111 | 110011 | 1011001 |
Color Harmonies of #DCF1D4
Complementary color
Monochromatic Colors of #DCF1D4
Black with #DCF1D4
Text Example
Text Example
White with #DCF1D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCF1D4; }
p { color: rgb(220,241,212); }
H1.HeaderClassName
{
color: #DCF1D4;
}
.AnyTagClassName
{
color: #DCF1D4;
}
</style>
background-color css
<style>
a { background-color: #DCF1D4; }
a { background-color: rgb(220,241,212); }
div.DivClassName
{
background-color: #DCF1D4;
}
.BgClassName
{
background-color: #DCF1D4;
}
</style>
border-color css
<style>
span { border-color: #DCF1D4; }
span { border-color: rgb(220,241,212); }
td.TdClassName
{
border-color: #DCF1D4;
}
.TagClassName
{
border-color: #DCF1D4;
}
</style>