Shades of Mindaro #CCDF66
Tints of Mindaro #CCDF66
RGB
CMYK
RGB Variations
Color information
#CCDF66 (or 0xCCDF66) is known color: Mindaro. HEX triplet: CC, DF and 66. RGB value is (204,223,102). Sum of RGB (Red+Green+Blue) = 204+223+102=529 (70% of max value = 765). Red value is 204 (80.08% from 255 or 38.56% from 529); Green value is 223 (87.5% from 255 or 42.16% from 529); Blue value is 102 (40.23% from 255 or 19.28% from 529); Max value from RGB is 223 - color contains mainly: green. Hex color #CCDF66 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCDF66 is #332099. Grayscale: #CBCBCB. Windows color (decimal): -3350682 or 6741964. OLE color: 6741964.
HSL color Cylindrical-coordinate representation of color #CCDF66: hue angle of 69.42º degrees, saturation: 0.65, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #CCDF66 is Cyan = 0.09, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 204 | 223 | 102 | - |
| CMYK | 0.09 | 0 | 0.54 | 0.13 |
| HSL | 69.42º | 0.65% | 0.64% | - |
| HSV(B) | 69.42º | 0.54% | 0.87% | - |
| XYZ | 53.69 | 66.57 | 22.59 | - |
| YUV | 203.53 | 70.71 | 128.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 223 | 102 | 0.09 | 0 | 0.54 | 0.13 | 69.42 | 0.65 | 0.64 |
| Hex | CC | DF | 66 | 9 | 0 | 36 | D | 45 | 41 | 40 |
| Octal | 314 | 337 | 146 | 11 | 0 | 66 | 15 | 105 | 101 | 100 |
| Binary | 11001100 | 11011111 | 1100110 | 1001 | 0 | 110110 | 1101 | 1000101 | 1000001 | 1000000 |
Color Harmonies of #CCDF66
Complementary color
Monochromatic Colors of #CCDF66
Black with #CCDF66
Text Example
Text Example
White with #CCDF66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCDF66; }
p { color: rgb(204,223,102); }
H1.HeaderClassName
{
color: #CCDF66;
}
.AnyTagClassName
{
color: #CCDF66;
}
</style>
background-color css
<style>
a { background-color: #CCDF66; }
a { background-color: rgb(204,223,102); }
div.DivClassName
{
background-color: #CCDF66;
}
.BgClassName
{
background-color: #CCDF66;
}
</style>
border-color css
<style>
span { border-color: #CCDF66; }
span { border-color: rgb(204,223,102); }
td.TdClassName
{
border-color: #CCDF66;
}
.TagClassName
{
border-color: #CCDF66;
}
</style>