Shades of Green Mist #CDD59B
Tints of Green Mist #CDD59B
RGB
CMYK
RGB Variations
Color information
#CDD59B (or 0xCDD59B) is known color: Green Mist. HEX triplet: CD, D5 and 9B. RGB value is (205,213,155). Sum of RGB (Red+Green+Blue) = 205+213+155=573 (75% of max value = 765). Red value is 205 (80.47% from 255 or 35.78% from 573); Green value is 213 (83.59% from 255 or 37.17% from 573); Blue value is 155 (60.94% from 255 or 27.05% from 573); Max value from RGB is 213 - color contains mainly: green. Hex color #CDD59B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDD59B is #322A64. Grayscale: #CCCCCC. Windows color (decimal): -3287653 or 10212813. OLE color: 10212813.
HSL color Cylindrical-coordinate representation of color #CDD59B: hue angle of 68.28º degrees, saturation: 0.41, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #CDD59B is Cyan = 0.04, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 205 | 213 | 155 | - |
| CMYK | 0.04 | 0 | 0.27 | 0.16 |
| HSL | 68.28º | 0.41% | 0.72% | - |
| HSV(B) | 68.28º | 0.27% | 0.84% | - |
| XYZ | 54.89 | 62.93 | 40.26 | - |
| YUV | 204 | 100.35 | 128.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 213 | 155 | 0.04 | 0 | 0.27 | 0.16 | 68.28 | 0.41 | 0.72 |
| Hex | CD | D5 | 9B | 4 | 0 | 1B | 10 | 44 | 29 | 48 |
| Octal | 315 | 325 | 233 | 4 | 0 | 33 | 20 | 104 | 51 | 110 |
| Binary | 11001101 | 11010101 | 10011011 | 100 | 0 | 11011 | 10000 | 1000100 | 101001 | 1001000 |
Color Harmonies of #CDD59B
Complementary color
Monochromatic Colors of #CDD59B
Black with #CDD59B
Text Example
Text Example
White with #CDD59B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDD59B; }
p { color: rgb(205,213,155); }
H1.HeaderClassName
{
color: #CDD59B;
}
.AnyTagClassName
{
color: #CDD59B;
}
</style>
background-color css
<style>
a { background-color: #CDD59B; }
a { background-color: rgb(205,213,155); }
div.DivClassName
{
background-color: #CDD59B;
}
.BgClassName
{
background-color: #CDD59B;
}
</style>
border-color css
<style>
span { border-color: #CDD59B; }
span { border-color: rgb(205,213,155); }
td.TdClassName
{
border-color: #CDD59B;
}
.TagClassName
{
border-color: #CDD59B;
}
</style>