Shades of Hint Of Green #DCF9CD
Tints of Hint Of Green #DCF9CD
RGB
CMYK
RGB Variations
Color information
#DCF9CD (or 0xDCF9CD) is known color: Hint Of Green. HEX triplet: DC, F9 and CD. RGB value is (220,249,205). Sum of RGB (Red+Green+Blue) = 220+249+205=674 (89% of max value = 765). Red value is 220 (86.33% from 255 or 32.64% from 674); Green value is 249 (97.66% from 255 or 36.94% from 674); Blue value is 205 (80.47% from 255 or 30.42% from 674); Max value from RGB is 249 - color contains mainly: green. Hex color #DCF9CD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DCF9CD is #230632. Grayscale: #EBEBEB. Windows color (decimal): -2295347 or 13498844. OLE color: 13498844.
HSL color Cylindrical-coordinate representation of color #DCF9CD: hue angle of 99.55º degrees, saturation: 0.79, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #DCF9CD is Cyan = 0.12, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.02.
Color convert
RGB | 220 | 249 | 205 | - |
CMYK | 0.12 | 0 | 0.18 | 0.02 |
HSL | 99.55º | 0.79% | 0.89% | - |
HSV(B) | 99.55º | 0.18% | 0.98% | - |
XYZ | 74.41 | 87.37 | 70.7 | - |
YUV | 235.31 | 110.89 | 117.08 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 220 | 249 | 205 | 0.12 | 0 | 0.18 | 0.02 | 99.55 | 0.79 | 0.89 |
Hex | DC | F9 | CD | C | 0 | 12 | 2 | 64 | 4F | 59 |
Octal | 334 | 371 | 315 | 14 | 0 | 22 | 2 | 144 | 117 | 131 |
Binary | 11011100 | 11111001 | 11001101 | 1100 | 0 | 10010 | 10 | 1100100 | 1001111 | 1011001 |
Color Harmonies of #DCF9CD
Complementary color
Monochromatic Colors of #DCF9CD
Black with #DCF9CD
Text Example
Text Example
White with #DCF9CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCF9CD; }
p { color: rgb(220,249,205); }
H1.HeaderClassName
{
color: #DCF9CD;
}
.AnyTagClassName
{
color: #DCF9CD;
}
</style>
background-color css
<style>
a { background-color: #DCF9CD; }
a { background-color: rgb(220,249,205); }
div.DivClassName
{
background-color: #DCF9CD;
}
.BgClassName
{
background-color: #DCF9CD;
}
</style>
border-color css
<style>
span { border-color: #DCF9CD; }
span { border-color: rgb(220,249,205); }
td.TdClassName
{
border-color: #DCF9CD;
}
.TagClassName
{
border-color: #DCF9CD;
}
</style>