Shades of Green Mist #CCD59B
Tints of Green Mist #CCD59B
RGB
CMYK
RGB Variations
Color information
#CCD59B (or 0xCCD59B) is known color: Green Mist. HEX triplet: CC, D5 and 9B. RGB value is (204,213,155). Sum of RGB (Red+Green+Blue) = 204+213+155=572 (75% of max value = 765). Red value is 204 (80.08% from 255 or 35.66% from 572); Green value is 213 (83.59% from 255 or 37.24% from 572); Blue value is 155 (60.94% from 255 or 27.10% from 572); Max value from RGB is 213 - color contains mainly: green. Hex color #CCD59B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCD59B is #332A64. Grayscale: #CBCBCB. Windows color (decimal): -3353189 or 10212812. OLE color: 10212812.
HSL color Cylindrical-coordinate representation of color #CCD59B: hue angle of 69.31º 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 #CCD59B is Cyan = 0.04, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 204 | 213 | 155 | - |
| CMYK | 0.04 | 0 | 0.27 | 0.16 |
| HSL | 69.31º | 0.41% | 0.72% | - |
| HSV(B) | 69.31º | 0.27% | 0.84% | - |
| XYZ | 54.61 | 62.79 | 40.25 | - |
| YUV | 203.7 | 100.52 | 128.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 213 | 155 | 0.04 | 0 | 0.27 | 0.16 | 69.31 | 0.41 | 0.72 |
| Hex | CC | D5 | 9B | 4 | 0 | 1B | 10 | 45 | 29 | 48 |
| Octal | 314 | 325 | 233 | 4 | 0 | 33 | 20 | 105 | 51 | 110 |
| Binary | 11001100 | 11010101 | 10011011 | 100 | 0 | 11011 | 10000 | 1000101 | 101001 | 1001000 |
Color Harmonies of #CCD59B
Complementary color
Monochromatic Colors of #CCD59B
Black with #CCD59B
Text Example
Text Example
White with #CCD59B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCD59B; }
p { color: rgb(204,213,155); }
H1.HeaderClassName
{
color: #CCD59B;
}
.AnyTagClassName
{
color: #CCD59B;
}
</style>
background-color css
<style>
a { background-color: #CCD59B; }
a { background-color: rgb(204,213,155); }
div.DivClassName
{
background-color: #CCD59B;
}
.BgClassName
{
background-color: #CCD59B;
}
</style>
border-color css
<style>
span { border-color: #CCD59B; }
span { border-color: rgb(204,213,155); }
td.TdClassName
{
border-color: #CCD59B;
}
.TagClassName
{
border-color: #CCD59B;
}
</style>