Shades of Mindaro #CCF366
Tints of Mindaro #CCF366
RGB
CMYK
RGB Variations
Color information
#CCF366 (or 0xCCF366) is known color: Mindaro. HEX triplet: CC, F3 and 66. RGB value is (204,243,102). Sum of RGB (Red+Green+Blue) = 204+243+102=549 (72% of max value = 765). Red value is 204 (80.08% from 255 or 37.16% from 549); Green value is 243 (95.31% from 255 or 44.26% from 549); Blue value is 102 (40.23% from 255 or 18.58% from 549); Max value from RGB is 243 - color contains mainly: green. Hex color #CCF366 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CCF366 is #330C99. Grayscale: #D7D7D7. Windows color (decimal): -3345562 or 6747084. OLE color: 6747084.
HSL color Cylindrical-coordinate representation of color #CCF366: hue angle of 76.6º degrees, saturation: 0.85, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #CCF366 is Cyan = 0.16, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 204 | 243 | 102 | - |
| CMYK | 0.16 | 0 | 0.58 | 0.05 |
| HSL | 76.6º | 0.85% | 0.68% | - |
| HSV(B) | 76.6º | 0.58% | 0.95% | - |
| XYZ | 59.35 | 77.9 | 24.48 | - |
| YUV | 215.27 | 64.08 | 119.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 243 | 102 | 0.16 | 0 | 0.58 | 0.05 | 76.6 | 0.85 | 0.68 |
| Hex | CC | F3 | 66 | 10 | 0 | 3A | 5 | 4D | 55 | 44 |
| Octal | 314 | 363 | 146 | 20 | 0 | 72 | 5 | 115 | 125 | 104 |
| Binary | 11001100 | 11110011 | 1100110 | 10000 | 0 | 111010 | 101 | 1001101 | 1010101 | 1000100 |
Color Harmonies of #CCF366
Complementary color
Monochromatic Colors of #CCF366
Black with #CCF366
Text Example
Text Example
White with #CCF366
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCF366; }
p { color: rgb(204,243,102); }
H1.HeaderClassName
{
color: #CCF366;
}
.AnyTagClassName
{
color: #CCF366;
}
</style>
background-color css
<style>
a { background-color: #CCF366; }
a { background-color: rgb(204,243,102); }
div.DivClassName
{
background-color: #CCF366;
}
.BgClassName
{
background-color: #CCF366;
}
</style>
border-color css
<style>
span { border-color: #CCF366; }
span { border-color: rgb(204,243,102); }
td.TdClassName
{
border-color: #CCF366;
}
.TagClassName
{
border-color: #CCF366;
}
</style>