Shades of Mindaro #CCFD63
Tints of Mindaro #CCFD63
RGB
CMYK
RGB Variations
Color information
#CCFD63 (or 0xCCFD63) is known color: Mindaro. HEX triplet: CC, FD and 63. RGB value is (204,253,99). Sum of RGB (Red+Green+Blue) = 204+253+99=556 (73% of max value = 765). Red value is 204 (80.08% from 255 or 36.69% from 556); Green value is 253 (99.22% from 255 or 45.50% from 556); Blue value is 99 (39.06% from 255 or 17.81% from 556); Max value from RGB is 253 - color contains mainly: green. Hex color #CCFD63 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CCFD63 is #33029C. Grayscale: #DDDDDD. Windows color (decimal): -3343005 or 6553036. OLE color: 6553036.
HSL color Cylindrical-coordinate representation of color #CCFD63: hue angle of 79.09º degrees, saturation: 0.97, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #CCFD63 is Cyan = 0.19, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 204 | 253 | 99 | - |
| CMYK | 0.19 | 0 | 0.61 | 0.01 |
| HSL | 79.09º | 0.97% | 0.69% | - |
| HSV(B) | 79.09º | 0.61% | 0.99% | - |
| XYZ | 62.28 | 83.99 | 24.73 | - |
| YUV | 220.79 | 59.27 | 116.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 253 | 99 | 0.19 | 0 | 0.61 | 0.01 | 79.09 | 0.97 | 0.69 |
| Hex | CC | FD | 63 | 13 | 0 | 3D | 1 | 4F | 61 | 45 |
| Octal | 314 | 375 | 143 | 23 | 0 | 75 | 1 | 117 | 141 | 105 |
| Binary | 11001100 | 11111101 | 1100011 | 10011 | 0 | 111101 | 1 | 1001111 | 1100001 | 1000101 |
Color Harmonies of #CCFD63
Complementary color
Monochromatic Colors of #CCFD63
Black with #CCFD63
Text Example
Text Example
White with #CCFD63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCFD63; }
p { color: rgb(204,253,99); }
H1.HeaderClassName
{
color: #CCFD63;
}
.AnyTagClassName
{
color: #CCFD63;
}
</style>
background-color css
<style>
a { background-color: #CCFD63; }
a { background-color: rgb(204,253,99); }
div.DivClassName
{
background-color: #CCFD63;
}
.BgClassName
{
background-color: #CCFD63;
}
</style>
border-color css
<style>
span { border-color: #CCFD63; }
span { border-color: rgb(204,253,99); }
td.TdClassName
{
border-color: #CCFD63;
}
.TagClassName
{
border-color: #CCFD63;
}
</style>