Shades of Mindaro #CCDD6C
Tints of Mindaro #CCDD6C
RGB
CMYK
RGB Variations
Color information
#CCDD6C (or 0xCCDD6C) is known color: Mindaro. HEX triplet: CC, DD and 6C. RGB value is (204,221,108). Sum of RGB (Red+Green+Blue) = 204+221+108=533 (70% of max value = 765). Red value is 204 (80.08% from 255 or 38.27% from 533); Green value is 221 (86.72% from 255 or 41.46% from 533); Blue value is 108 (42.58% from 255 or 20.26% from 533); Max value from RGB is 221 - color contains mainly: green. Hex color #CCDD6C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCDD6C is #332293. Grayscale: #CBCBCB. Windows color (decimal): -3351188 or 7134668. OLE color: 7134668.
HSL color Cylindrical-coordinate representation of color #CCDD6C: hue angle of 69.03º degrees, saturation: 0.62, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #CCDD6C is Cyan = 0.08, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 204 | 221 | 108 | - |
| CMYK | 0.08 | 0 | 0.51 | 0.13 |
| HSL | 69.03º | 0.62% | 0.65% | - |
| HSV(B) | 69.03º | 0.51% | 0.87% | - |
| XYZ | 53.47 | 65.63 | 24.04 | - |
| YUV | 203.04 | 74.37 | 128.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 221 | 108 | 0.08 | 0 | 0.51 | 0.13 | 69.03 | 0.62 | 0.65 |
| Hex | CC | DD | 6C | 8 | 0 | 33 | D | 45 | 3E | 41 |
| Octal | 314 | 335 | 154 | 10 | 0 | 63 | 15 | 105 | 76 | 101 |
| Binary | 11001100 | 11011101 | 1101100 | 1000 | 0 | 110011 | 1101 | 1000101 | 111110 | 1000001 |
Color Harmonies of #CCDD6C
Complementary color
Monochromatic Colors of #CCDD6C
Black with #CCDD6C
Text Example
Text Example
White with #CCDD6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCDD6C; }
p { color: rgb(204,221,108); }
H1.HeaderClassName
{
color: #CCDD6C;
}
.AnyTagClassName
{
color: #CCDD6C;
}
</style>
background-color css
<style>
a { background-color: #CCDD6C; }
a { background-color: rgb(204,221,108); }
div.DivClassName
{
background-color: #CCDD6C;
}
.BgClassName
{
background-color: #CCDD6C;
}
</style>
border-color css
<style>
span { border-color: #CCDD6C; }
span { border-color: rgb(204,221,108); }
td.TdClassName
{
border-color: #CCDD6C;
}
.TagClassName
{
border-color: #CCDD6C;
}
</style>