Shades of Mindaro #CCFC63
Tints of Mindaro #CCFC63
RGB
CMYK
RGB Variations
Color information
#CCFC63 (or 0xCCFC63) is known color: Mindaro. HEX triplet: CC, FC and 63. RGB value is (204,252,99). Sum of RGB (Red+Green+Blue) = 204+252+99=555 (73% of max value = 765). Red value is 204 (80.08% from 255 or 36.76% from 555); Green value is 252 (98.83% from 255 or 45.41% from 555); Blue value is 99 (39.06% from 255 or 17.84% from 555); Max value from RGB is 252 - color contains mainly: green. Hex color #CCFC63 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CCFC63 is #33039C. Grayscale: #DCDCDC. Windows color (decimal): -3343261 or 6552780. OLE color: 6552780.
HSL color Cylindrical-coordinate representation of color #CCFC63: hue angle of 78.82º degrees, saturation: 0.96, 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 #CCFC63 is Cyan = 0.19, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 204 | 252 | 99 | - |
| CMYK | 0.19 | 0 | 0.61 | 0.01 |
| HSL | 78.82º | 0.96% | 0.69% | - |
| HSV(B) | 78.82º | 0.61% | 0.99% | - |
| XYZ | 61.96 | 83.36 | 24.63 | - |
| YUV | 220.21 | 59.6 | 116.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 252 | 99 | 0.19 | 0 | 0.61 | 0.01 | 78.82 | 0.96 | 0.69 |
| Hex | CC | FC | 63 | 13 | 0 | 3D | 1 | 4F | 60 | 45 |
| Octal | 314 | 374 | 143 | 23 | 0 | 75 | 1 | 117 | 140 | 105 |
| Binary | 11001100 | 11111100 | 1100011 | 10011 | 0 | 111101 | 1 | 1001111 | 1100000 | 1000101 |
Color Harmonies of #CCFC63
Complementary color
Monochromatic Colors of #CCFC63
Black with #CCFC63
Text Example
Text Example
White with #CCFC63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCFC63; }
p { color: rgb(204,252,99); }
H1.HeaderClassName
{
color: #CCFC63;
}
.AnyTagClassName
{
color: #CCFC63;
}
</style>
background-color css
<style>
a { background-color: #CCFC63; }
a { background-color: rgb(204,252,99); }
div.DivClassName
{
background-color: #CCFC63;
}
.BgClassName
{
background-color: #CCFC63;
}
</style>
border-color css
<style>
span { border-color: #CCFC63; }
span { border-color: rgb(204,252,99); }
td.TdClassName
{
border-color: #CCFC63;
}
.TagClassName
{
border-color: #CCFC63;
}
</style>