Shades of Mindaro #CCF566
Tints of Mindaro #CCF566
RGB
CMYK
RGB Variations
Color information
#CCF566 (or 0xCCF566) is known color: Mindaro. HEX triplet: CC, F5 and 66. RGB value is (204,245,102). Sum of RGB (Red+Green+Blue) = 204+245+102=551 (72% of max value = 765). Red value is 204 (80.08% from 255 or 37.02% from 551); Green value is 245 (96.09% from 255 or 44.46% from 551); Blue value is 102 (40.23% from 255 or 18.51% from 551); Max value from RGB is 245 - color contains mainly: green. Hex color #CCF566 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CCF566 is #330A99. Grayscale: #D8D8D8. Windows color (decimal): -3345050 or 6747596. OLE color: 6747596.
HSL color Cylindrical-coordinate representation of color #CCF566: hue angle of 77.2º degrees, saturation: 0.88, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #CCF566 is Cyan = 0.17, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 204 | 245 | 102 | - |
| CMYK | 0.17 | 0 | 0.58 | 0.04 |
| HSL | 77.2º | 0.88% | 0.68% | - |
| HSV(B) | 77.2º | 0.58% | 0.96% | - |
| XYZ | 59.95 | 79.1 | 24.68 | - |
| YUV | 216.44 | 63.42 | 119.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 245 | 102 | 0.17 | 0 | 0.58 | 0.04 | 77.2 | 0.88 | 0.68 |
| Hex | CC | F5 | 66 | 11 | 0 | 3A | 4 | 4D | 58 | 44 |
| Octal | 314 | 365 | 146 | 21 | 0 | 72 | 4 | 115 | 130 | 104 |
| Binary | 11001100 | 11110101 | 1100110 | 10001 | 0 | 111010 | 100 | 1001101 | 1011000 | 1000100 |
Color Harmonies of #CCF566
Complementary color
Monochromatic Colors of #CCF566
Black with #CCF566
Text Example
Text Example
White with #CCF566
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCF566; }
p { color: rgb(204,245,102); }
H1.HeaderClassName
{
color: #CCF566;
}
.AnyTagClassName
{
color: #CCF566;
}
</style>
background-color css
<style>
a { background-color: #CCF566; }
a { background-color: rgb(204,245,102); }
div.DivClassName
{
background-color: #CCF566;
}
.BgClassName
{
background-color: #CCF566;
}
</style>
border-color css
<style>
span { border-color: #CCF566; }
span { border-color: rgb(204,245,102); }
td.TdClassName
{
border-color: #CCF566;
}
.TagClassName
{
border-color: #CCF566;
}
</style>