Shades of Mindaro #CCEC66
Tints of Mindaro #CCEC66
RGB
CMYK
RGB Variations
Color information
#CCEC66 (or 0xCCEC66) is known color: Mindaro. HEX triplet: CC, EC and 66. RGB value is (204,236,102). Sum of RGB (Red+Green+Blue) = 204+236+102=542 (71% of max value = 765). Red value is 204 (80.08% from 255 or 37.64% from 542); Green value is 236 (92.58% from 255 or 43.54% from 542); Blue value is 102 (40.23% from 255 or 18.82% from 542); Max value from RGB is 236 - color contains mainly: green. Hex color #CCEC66 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CCEC66 is #331399. Grayscale: #D3D3D3. Windows color (decimal): -3347354 or 6745292. OLE color: 6745292.
HSL color Cylindrical-coordinate representation of color #CCEC66: hue angle of 74.33º degrees, saturation: 0.78, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #CCEC66 is Cyan = 0.14, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 204 | 236 | 102 | - |
| CMYK | 0.14 | 0 | 0.57 | 0.07 |
| HSL | 74.33º | 0.78% | 0.66% | - |
| HSV(B) | 74.33º | 0.57% | 0.93% | - |
| XYZ | 57.3 | 73.79 | 23.79 | - |
| YUV | 211.16 | 66.4 | 122.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 236 | 102 | 0.14 | 0 | 0.57 | 0.07 | 74.33 | 0.78 | 0.66 |
| Hex | CC | EC | 66 | E | 0 | 39 | 7 | 4A | 4E | 42 |
| Octal | 314 | 354 | 146 | 16 | 0 | 71 | 7 | 112 | 116 | 102 |
| Binary | 11001100 | 11101100 | 1100110 | 1110 | 0 | 111001 | 111 | 1001010 | 1001110 | 1000010 |
Color Harmonies of #CCEC66
Complementary color
Monochromatic Colors of #CCEC66
Black with #CCEC66
Text Example
Text Example
White with #CCEC66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCEC66; }
p { color: rgb(204,236,102); }
H1.HeaderClassName
{
color: #CCEC66;
}
.AnyTagClassName
{
color: #CCEC66;
}
</style>
background-color css
<style>
a { background-color: #CCEC66; }
a { background-color: rgb(204,236,102); }
div.DivClassName
{
background-color: #CCEC66;
}
.BgClassName
{
background-color: #CCEC66;
}
</style>
border-color css
<style>
span { border-color: #CCEC66; }
span { border-color: rgb(204,236,102); }
td.TdClassName
{
border-color: #CCEC66;
}
.TagClassName
{
border-color: #CCEC66;
}
</style>