Shades of Mindaro #CCF963
Tints of Mindaro #CCF963
RGB
CMYK
RGB Variations
Color information
#CCF963 (or 0xCCF963) is known color: Mindaro. HEX triplet: CC, F9 and 63. RGB value is (204,249,99). Sum of RGB (Red+Green+Blue) = 204+249+99=552 (73% of max value = 765). Red value is 204 (80.08% from 255 or 36.96% from 552); Green value is 249 (97.66% from 255 or 45.11% from 552); Blue value is 99 (39.06% from 255 or 17.93% from 552); Max value from RGB is 249 - color contains mainly: green. Hex color #CCF963 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CCF963 is #33069C. Grayscale: #DBDBDB. Windows color (decimal): -3344029 or 6552012. OLE color: 6552012.
HSL color Cylindrical-coordinate representation of color #CCF963: hue angle of 78º degrees, saturation: 0.93, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #CCF963 is Cyan = 0.18, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 204 | 249 | 99 | - |
| CMYK | 0.18 | 0 | 0.60 | 0.02 |
| HSL | 78º | 0.93% | 0.68% | - |
| HSV(B) | 78º | 0.6% | 0.98% | - |
| XYZ | 61.03 | 81.49 | 24.32 | - |
| YUV | 218.45 | 60.59 | 117.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 249 | 99 | 0.18 | 0 | 0.60 | 0.02 | 78 | 0.93 | 0.68 |
| Hex | CC | F9 | 63 | 12 | 0 | 3C | 2 | 4E | 5D | 44 |
| Octal | 314 | 371 | 143 | 22 | 0 | 74 | 2 | 116 | 135 | 104 |
| Binary | 11001100 | 11111001 | 1100011 | 10010 | 0 | 111100 | 10 | 1001110 | 1011101 | 1000100 |
Color Harmonies of #CCF963
Complementary color
Monochromatic Colors of #CCF963
Black with #CCF963
Text Example
Text Example
White with #CCF963
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCF963; }
p { color: rgb(204,249,99); }
H1.HeaderClassName
{
color: #CCF963;
}
.AnyTagClassName
{
color: #CCF963;
}
</style>
background-color css
<style>
a { background-color: #CCF963; }
a { background-color: rgb(204,249,99); }
div.DivClassName
{
background-color: #CCF963;
}
.BgClassName
{
background-color: #CCF963;
}
</style>
border-color css
<style>
span { border-color: #CCF963; }
span { border-color: rgb(204,249,99); }
td.TdClassName
{
border-color: #CCF963;
}
.TagClassName
{
border-color: #CCF963;
}
</style>