Shades of Green Mist #CCD399
Tints of Green Mist #CCD399
RGB
CMYK
RGB Variations
Color information
#CCD399 (or 0xCCD399) is known color: Green Mist. HEX triplet: CC, D3 and 99. RGB value is (204,211,153). Sum of RGB (Red+Green+Blue) = 204+211+153=568 (75% of max value = 765). Red value is 204 (80.08% from 255 or 35.92% from 568); Green value is 211 (82.81% from 255 or 37.15% from 568); Blue value is 153 (60.16% from 255 or 26.94% from 568); Max value from RGB is 211 - color contains mainly: green. Hex color #CCD399 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCD399 is #332C66. Grayscale: #CACACA. Windows color (decimal): -3353703 or 10081228. OLE color: 10081228.
HSL color Cylindrical-coordinate representation of color #CCD399: hue angle of 67.24º degrees, saturation: 0.4, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #CCD399 is Cyan = 0.03, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 204 | 211 | 153 | - |
| CMYK | 0.03 | 0 | 0.27 | 0.17 |
| HSL | 67.24º | 0.4% | 0.71% | - |
| HSV(B) | 67.24º | 0.27% | 0.83% | - |
| XYZ | 53.95 | 61.73 | 39.21 | - |
| YUV | 202.3 | 100.18 | 129.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 211 | 153 | 0.03 | 0 | 0.27 | 0.17 | 67.24 | 0.4 | 0.71 |
| Hex | CC | D3 | 99 | 3 | 0 | 1B | 11 | 43 | 28 | 47 |
| Octal | 314 | 323 | 231 | 3 | 0 | 33 | 21 | 103 | 50 | 107 |
| Binary | 11001100 | 11010011 | 10011001 | 11 | 0 | 11011 | 10001 | 1000011 | 101000 | 1000111 |
Color Harmonies of #CCD399
Complementary color
Monochromatic Colors of #CCD399
Black with #CCD399
Text Example
Text Example
White with #CCD399
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCD399; }
p { color: rgb(204,211,153); }
H1.HeaderClassName
{
color: #CCD399;
}
.AnyTagClassName
{
color: #CCD399;
}
</style>
background-color css
<style>
a { background-color: #CCD399; }
a { background-color: rgb(204,211,153); }
div.DivClassName
{
background-color: #CCD399;
}
.BgClassName
{
background-color: #CCD399;
}
</style>
border-color css
<style>
span { border-color: #CCD399; }
span { border-color: rgb(204,211,153); }
td.TdClassName
{
border-color: #CCD399;
}
.TagClassName
{
border-color: #CCD399;
}
</style>