Shades of Mindaro #CCFF60
Tints of Mindaro #CCFF60
RGB
CMYK
RGB Variations
Color information
#CCFF60 (or 0xCCFF60) is known color: Mindaro. HEX triplet: CC, FF and 60. RGB value is (204,255,96). Sum of RGB (Red+Green+Blue) = 204+255+96=555 (73% of max value = 765). Red value is 204 (80.08% from 255 or 36.76% from 555); Green value is 255 (100% from 255 or 45.95% from 555); Blue value is 96 (37.89% from 255 or 17.30% from 555); Max value from RGB is 255 - color contains mainly: green. Hex color #CCFF60 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CCFF60 is #33009F. Grayscale: #DEDEDE. Windows color (decimal): -3342496 or 6356940. OLE color: 6356940.
HSL color Cylindrical-coordinate representation of color #CCFF60: hue angle of 79.25º degrees, saturation: 1, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #CCFF60 is Cyan = 0.2, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.
Color convert
| RGB | 204 | 255 | 96 | - |
| CMYK | 0.2 | 0 | 0.62 | 0 |
| HSL | 79.25º | 1% | 0.69% | - |
| HSV(B) | 79.25º | 0.62% | 1% | - |
| XYZ | 62.77 | 85.2 | 24.2 | - |
| YUV | 221.63 | 57.1 | 115.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 255 | 96 | 0.2 | 0 | 0.62 | 0 | 79.25 | 1 | 0.69 |
| Hex | CC | FF | 60 | 14 | 0 | 3E | 0 | 4F | 64 | 45 |
| Octal | 314 | 377 | 140 | 24 | 0 | 76 | 0 | 117 | 144 | 105 |
| Binary | 11001100 | 11111111 | 1100000 | 10100 | 0 | 111110 | 0 | 1001111 | 1100100 | 1000101 |
Color Harmonies of #CCFF60
Complementary color
Monochromatic Colors of #CCFF60
Black with #CCFF60
Text Example
Text Example
White with #CCFF60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCFF60; }
p { color: rgb(204,255,96); }
H1.HeaderClassName
{
color: #CCFF60;
}
.AnyTagClassName
{
color: #CCFF60;
}
</style>
background-color css
<style>
a { background-color: #CCFF60; }
a { background-color: rgb(204,255,96); }
div.DivClassName
{
background-color: #CCFF60;
}
.BgClassName
{
background-color: #CCFF60;
}
</style>
border-color css
<style>
span { border-color: #CCFF60; }
span { border-color: rgb(204,255,96); }
td.TdClassName
{
border-color: #CCFF60;
}
.TagClassName
{
border-color: #CCFF60;
}
</style>