Shades of Green Mist #CDCD9C
Tints of Green Mist #CDCD9C
RGB
CMYK
RGB Variations
Color information
#CDCD9C (or 0xCDCD9C) is known color: Green Mist. HEX triplet: CD, CD and 9C. RGB value is (205,205,156). Sum of RGB (Red+Green+Blue) = 205+205+156=566 (74% of max value = 765). Red value is 205 (80.47% from 255 or 36.22% from 566); Green value is 205 (80.47% from 255 or 36.22% from 566); Blue value is 156 (61.33% from 255 or 27.56% from 566); Max value from RGB is 205 - color contains mainly: red, green. Hex color #CDCD9C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDCD9C is #323263. Grayscale: #C7C7C7. Windows color (decimal): -3289700 or 10276301. OLE color: 10276301.
HSL color Cylindrical-coordinate representation of color #CDCD9C: hue angle of 60º degrees, saturation: 0.33, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #CDCD9C is Cyan = 0, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 205 | 156 | - |
| CMYK | 0 | 0 | 0.24 | 0.20 |
| HSL | 60º | 0.33% | 0.71% | - |
| HSV(B) | 60º | 0.24% | 0.8% | - |
| XYZ | 53.01 | 59.04 | 40.05 | - |
| YUV | 199.41 | 103.5 | 131.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 205 | 156 | 0 | 0 | 0.24 | 0.20 | 60 | 0.33 | 0.71 |
| Hex | CD | CD | 9C | 0 | 0 | 18 | 14 | 3C | 21 | 47 |
| Octal | 315 | 315 | 234 | 0 | 0 | 30 | 24 | 74 | 41 | 107 |
| Binary | 11001101 | 11001101 | 10011100 | 0 | 0 | 11000 | 10100 | 111100 | 100001 | 1000111 |
Color Harmonies of #CDCD9C
Complementary color
Monochromatic Colors of #CDCD9C
Black with #CDCD9C
Text Example
Text Example
White with #CDCD9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDCD9C; }
p { color: rgb(205,205,156); }
H1.HeaderClassName
{
color: #CDCD9C;
}
.AnyTagClassName
{
color: #CDCD9C;
}
</style>
background-color css
<style>
a { background-color: #CDCD9C; }
a { background-color: rgb(205,205,156); }
div.DivClassName
{
background-color: #CDCD9C;
}
.BgClassName
{
background-color: #CDCD9C;
}
</style>
border-color css
<style>
span { border-color: #CDCD9C; }
span { border-color: rgb(205,205,156); }
td.TdClassName
{
border-color: #CDCD9C;
}
.TagClassName
{
border-color: #CDCD9C;
}
</style>