Shades of Green Mist #CCCD9F
Tints of Green Mist #CCCD9F
RGB
CMYK
RGB Variations
Color information
#CCCD9F (or 0xCCCD9F) is known color: Green Mist. HEX triplet: CC, CD and 9F. RGB value is (204,205,159). Sum of RGB (Red+Green+Blue) = 204+205+159=568 (75% of max value = 765). Red value is 204 (80.08% from 255 or 35.92% from 568); Green value is 205 (80.47% from 255 or 36.09% from 568); Blue value is 159 (62.5% from 255 or 27.99% from 568); Max value from RGB is 205 - color contains mainly: green. Hex color #CCCD9F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCCD9F is #333260. Grayscale: #C7C7C7. Windows color (decimal): -3355233 or 10472908. OLE color: 10472908.
HSL color Cylindrical-coordinate representation of color #CCCD9F: hue angle of 61.3º degrees, saturation: 0.32, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #CCCD9F is Cyan = 0.00, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.20.
Color convert
RGB | 204 | 205 | 159 | - |
CMYK | 0.00 | 0 | 0.22 | 0.20 |
HSL | 61.3º | 0.32% | 0.71% | - |
HSV(B) | 61.3º | 0.22% | 0.8% | - |
XYZ | 52.99 | 59 | 41.4 | - |
YUV | 199.46 | 105.17 | 131.24 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 204 | 205 | 159 | 0.00 | 0 | 0.22 | 0.20 | 61.3 | 0.32 | 0.71 |
Hex | CC | CD | 9F | 0 | 0 | 16 | 14 | 3D | 20 | 47 |
Octal | 314 | 315 | 237 | 0 | 0 | 26 | 24 | 75 | 40 | 107 |
Binary | 11001100 | 11001101 | 10011111 | 0 | 0 | 10110 | 10100 | 111101 | 100000 | 1000111 |
Color Harmonies of #CCCD9F
Complementary color
Monochromatic Colors of #CCCD9F
Black with #CCCD9F
Text Example
Text Example
White with #CCCD9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCCD9F; }
p { color: rgb(204,205,159); }
H1.HeaderClassName
{
color: #CCCD9F;
}
.AnyTagClassName
{
color: #CCCD9F;
}
</style>
background-color css
<style>
a { background-color: #CCCD9F; }
a { background-color: rgb(204,205,159); }
div.DivClassName
{
background-color: #CCCD9F;
}
.BgClassName
{
background-color: #CCCD9F;
}
</style>
border-color css
<style>
span { border-color: #CCCD9F; }
span { border-color: rgb(204,205,159); }
td.TdClassName
{
border-color: #CCCD9F;
}
.TagClassName
{
border-color: #CCCD9F;
}
</style>