Shades of Mindaro #CCFF63
Tints of Mindaro #CCFF63
RGB
CMYK
RGB Variations
Color information
#CCFF63 (or 0xCCFF63) is known color: Mindaro. HEX triplet: CC, FF and 63. RGB value is (204,255,99). Sum of RGB (Red+Green+Blue) = 204+255+99=558 (73% of max value = 765). Red value is 204 (80.08% from 255 or 36.56% from 558); Green value is 255 (100% from 255 or 45.70% from 558); Blue value is 99 (39.06% from 255 or 17.74% from 558); Max value from RGB is 255 - color contains mainly: green. Hex color #CCFF63 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CCFF63 is #33009C. Grayscale: #DEDEDE. Windows color (decimal): -3342493 or 6553548. OLE color: 6553548.
HSL color Cylindrical-coordinate representation of color #CCFF63: hue angle of 79.62º degrees, saturation: 1, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #CCFF63 is Cyan = 0.2, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.
Color convert
| RGB | 204 | 255 | 99 | - |
| CMYK | 0.2 | 0 | 0.61 | 0 |
| HSL | 79.62º | 1% | 0.69% | - |
| HSV(B) | 79.62º | 0.61% | 1% | - |
| XYZ | 62.91 | 85.26 | 24.94 | - |
| YUV | 221.97 | 58.6 | 115.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 255 | 99 | 0.2 | 0 | 0.61 | 0 | 79.62 | 1 | 0.69 |
| Hex | CC | FF | 63 | 14 | 0 | 3D | 0 | 50 | 64 | 45 |
| Octal | 314 | 377 | 143 | 24 | 0 | 75 | 0 | 120 | 144 | 105 |
| Binary | 11001100 | 11111111 | 1100011 | 10100 | 0 | 111101 | 0 | 1010000 | 1100100 | 1000101 |
Color Harmonies of #CCFF63
Complementary color
Monochromatic Colors of #CCFF63
Black with #CCFF63
Text Example
Text Example
White with #CCFF63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCFF63; }
p { color: rgb(204,255,99); }
H1.HeaderClassName
{
color: #CCFF63;
}
.AnyTagClassName
{
color: #CCFF63;
}
</style>
background-color css
<style>
a { background-color: #CCFF63; }
a { background-color: rgb(204,255,99); }
div.DivClassName
{
background-color: #CCFF63;
}
.BgClassName
{
background-color: #CCFF63;
}
</style>
border-color css
<style>
span { border-color: #CCFF63; }
span { border-color: rgb(204,255,99); }
td.TdClassName
{
border-color: #CCFF63;
}
.TagClassName
{
border-color: #CCFF63;
}
</style>