Shades of Green Mist #CDD69C
Tints of Green Mist #CDD69C
RGB
CMYK
RGB Variations
Color information
#CDD69C (or 0xCDD69C) is known color: Green Mist. HEX triplet: CD, D6 and 9C. RGB value is (205,214,156). Sum of RGB (Red+Green+Blue) = 205+214+156=575 (76% of max value = 765). Red value is 205 (80.47% from 255 or 35.65% from 575); Green value is 214 (83.98% from 255 or 37.22% from 575); Blue value is 156 (61.33% from 255 or 27.13% from 575); Max value from RGB is 214 - color contains mainly: green. Hex color #CDD69C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDD69C is #322963. Grayscale: #CCCCCC. Windows color (decimal): -3287396 or 10278605. OLE color: 10278605.
HSL color Cylindrical-coordinate representation of color #CDD69C: hue angle of 69.31º degrees, saturation: 0.41, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #CDD69C is Cyan = 0.04, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 205 | 214 | 156 | - |
| CMYK | 0.04 | 0 | 0.27 | 0.16 |
| HSL | 69.31º | 0.41% | 0.73% | - |
| HSV(B) | 69.31º | 0.27% | 0.84% | - |
| XYZ | 55.22 | 63.47 | 40.79 | - |
| YUV | 204.7 | 100.52 | 128.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 214 | 156 | 0.04 | 0 | 0.27 | 0.16 | 69.31 | 0.41 | 0.73 |
| Hex | CD | D6 | 9C | 4 | 0 | 1B | 10 | 45 | 29 | 49 |
| Octal | 315 | 326 | 234 | 4 | 0 | 33 | 20 | 105 | 51 | 111 |
| Binary | 11001101 | 11010110 | 10011100 | 100 | 0 | 11011 | 10000 | 1000101 | 101001 | 1001001 |
Color Harmonies of #CDD69C
Complementary color
Monochromatic Colors of #CDD69C
Black with #CDD69C
Text Example
Text Example
White with #CDD69C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDD69C; }
p { color: rgb(205,214,156); }
H1.HeaderClassName
{
color: #CDD69C;
}
.AnyTagClassName
{
color: #CDD69C;
}
</style>
background-color css
<style>
a { background-color: #CDD69C; }
a { background-color: rgb(205,214,156); }
div.DivClassName
{
background-color: #CDD69C;
}
.BgClassName
{
background-color: #CDD69C;
}
</style>
border-color css
<style>
span { border-color: #CDD69C; }
span { border-color: rgb(205,214,156); }
td.TdClassName
{
border-color: #CDD69C;
}
.TagClassName
{
border-color: #CDD69C;
}
</style>