Shades of Green Mist #CDD19B
Tints of Green Mist #CDD19B
RGB
CMYK
RGB Variations
Color information
#CDD19B (or 0xCDD19B) is known color: Green Mist. HEX triplet: CD, D1 and 9B. RGB value is (205,209,155). Sum of RGB (Red+Green+Blue) = 205+209+155=569 (75% of max value = 765). Red value is 205 (80.47% from 255 or 36.03% from 569); Green value is 209 (82.03% from 255 or 36.73% from 569); Blue value is 155 (60.94% from 255 or 27.24% from 569); Max value from RGB is 209 - color contains mainly: green. Hex color #CDD19B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDD19B is #322E64. Grayscale: #C9C9C9. Windows color (decimal): -3288677 or 10211789. OLE color: 10211789.
HSL color Cylindrical-coordinate representation of color #CDD19B: hue angle of 64.44º degrees, saturation: 0.37, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #CDD19B is Cyan = 0.02, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 205 | 209 | 155 | - |
| CMYK | 0.02 | 0 | 0.26 | 0.18 |
| HSL | 64.44º | 0.37% | 0.71% | - |
| HSV(B) | 64.44º | 0.26% | 0.82% | - |
| XYZ | 53.89 | 60.95 | 39.93 | - |
| YUV | 201.65 | 101.67 | 130.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 209 | 155 | 0.02 | 0 | 0.26 | 0.18 | 64.44 | 0.37 | 0.71 |
| Hex | CD | D1 | 9B | 2 | 0 | 1A | 12 | 40 | 25 | 47 |
| Octal | 315 | 321 | 233 | 2 | 0 | 32 | 22 | 100 | 45 | 107 |
| Binary | 11001101 | 11010001 | 10011011 | 10 | 0 | 11010 | 10010 | 1000000 | 100101 | 1000111 |
Color Harmonies of #CDD19B
Complementary color
Monochromatic Colors of #CDD19B
Black with #CDD19B
Text Example
Text Example
White with #CDD19B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDD19B; }
p { color: rgb(205,209,155); }
H1.HeaderClassName
{
color: #CDD19B;
}
.AnyTagClassName
{
color: #CDD19B;
}
</style>
background-color css
<style>
a { background-color: #CDD19B; }
a { background-color: rgb(205,209,155); }
div.DivClassName
{
background-color: #CDD19B;
}
.BgClassName
{
background-color: #CDD19B;
}
</style>
border-color css
<style>
span { border-color: #CDD19B; }
span { border-color: rgb(205,209,155); }
td.TdClassName
{
border-color: #CDD19B;
}
.TagClassName
{
border-color: #CDD19B;
}
</style>