Shades of Mindaro #CCF063
Tints of Mindaro #CCF063
RGB
CMYK
RGB Variations
Color information
#CCF063 (or 0xCCF063) is known color: Mindaro. HEX triplet: CC, F0 and 63. RGB value is (204,240,99). Sum of RGB (Red+Green+Blue) = 204+240+99=543 (71% of max value = 765). Red value is 204 (80.08% from 255 or 37.57% from 543); Green value is 240 (94.14% from 255 or 44.20% from 543); Blue value is 99 (39.06% from 255 or 18.23% from 543); Max value from RGB is 240 - color contains mainly: green. Hex color #CCF063 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CCF063 is #330F9C. Grayscale: #D5D5D5. Windows color (decimal): -3346333 or 6549708. OLE color: 6549708.
HSL color Cylindrical-coordinate representation of color #CCF063: hue angle of 75.32º degrees, saturation: 0.82, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #CCF063 is Cyan = 0.15, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 204 | 240 | 99 | - |
| CMYK | 0.15 | 0 | 0.59 | 0.06 |
| HSL | 75.32º | 0.82% | 0.66% | - |
| HSV(B) | 75.32º | 0.59% | 0.94% | - |
| XYZ | 58.31 | 76.06 | 23.41 | - |
| YUV | 213.16 | 63.57 | 121.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 240 | 99 | 0.15 | 0 | 0.59 | 0.06 | 75.32 | 0.82 | 0.66 |
| Hex | CC | F0 | 63 | F | 0 | 3B | 6 | 4B | 52 | 42 |
| Octal | 314 | 360 | 143 | 17 | 0 | 73 | 6 | 113 | 122 | 102 |
| Binary | 11001100 | 11110000 | 1100011 | 1111 | 0 | 111011 | 110 | 1001011 | 1010010 | 1000010 |
Color Harmonies of #CCF063
Complementary color
Monochromatic Colors of #CCF063
Black with #CCF063
Text Example
Text Example
White with #CCF063
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCF063; }
p { color: rgb(204,240,99); }
H1.HeaderClassName
{
color: #CCF063;
}
.AnyTagClassName
{
color: #CCF063;
}
</style>
background-color css
<style>
a { background-color: #CCF063; }
a { background-color: rgb(204,240,99); }
div.DivClassName
{
background-color: #CCF063;
}
.BgClassName
{
background-color: #CCF063;
}
</style>
border-color css
<style>
span { border-color: #CCF063; }
span { border-color: rgb(204,240,99); }
td.TdClassName
{
border-color: #CCF063;
}
.TagClassName
{
border-color: #CCF063;
}
</style>