Shades of Mindaro #CCFC66
Tints of Mindaro #CCFC66
RGB
CMYK
RGB Variations
Color information
#CCFC66 (or 0xCCFC66) is known color: Mindaro. HEX triplet: CC, FC and 66. RGB value is (204,252,102). Sum of RGB (Red+Green+Blue) = 204+252+102=558 (73% of max value = 765). Red value is 204 (80.08% from 255 or 36.56% from 558); Green value is 252 (98.83% from 255 or 45.16% from 558); Blue value is 102 (40.23% from 255 or 18.28% from 558); Max value from RGB is 252 - color contains mainly: green. Hex color #CCFC66 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CCFC66 is #330399. Grayscale: #DDDDDD. Windows color (decimal): -3343258 or 6749388. OLE color: 6749388.
HSL color Cylindrical-coordinate representation of color #CCFC66: hue angle of 79.2º degrees, saturation: 0.96, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #CCFC66 is Cyan = 0.19, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 204 | 252 | 102 | - |
| CMYK | 0.19 | 0 | 0.60 | 0.01 |
| HSL | 79.2º | 0.96% | 0.69% | - |
| HSV(B) | 79.2º | 0.6% | 0.99% | - |
| XYZ | 62.11 | 83.42 | 25.4 | - |
| YUV | 220.55 | 61.1 | 116.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 252 | 102 | 0.19 | 0 | 0.60 | 0.01 | 79.2 | 0.96 | 0.69 |
| Hex | CC | FC | 66 | 13 | 0 | 3C | 1 | 4F | 60 | 45 |
| Octal | 314 | 374 | 146 | 23 | 0 | 74 | 1 | 117 | 140 | 105 |
| Binary | 11001100 | 11111100 | 1100110 | 10011 | 0 | 111100 | 1 | 1001111 | 1100000 | 1000101 |
Color Harmonies of #CCFC66
Complementary color
Monochromatic Colors of #CCFC66
Black with #CCFC66
Text Example
Text Example
White with #CCFC66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCFC66; }
p { color: rgb(204,252,102); }
H1.HeaderClassName
{
color: #CCFC66;
}
.AnyTagClassName
{
color: #CCFC66;
}
</style>
background-color css
<style>
a { background-color: #CCFC66; }
a { background-color: rgb(204,252,102); }
div.DivClassName
{
background-color: #CCFC66;
}
.BgClassName
{
background-color: #CCFC66;
}
</style>
border-color css
<style>
span { border-color: #CCFC66; }
span { border-color: rgb(204,252,102); }
td.TdClassName
{
border-color: #CCFC66;
}
.TagClassName
{
border-color: #CCFC66;
}
</style>