Shades of Mindaro #CCEC60
Tints of Mindaro #CCEC60
RGB
CMYK
RGB Variations
Color information
#CCEC60 (or 0xCCEC60) is known color: Mindaro. HEX triplet: CC, EC and 60. RGB value is (204,236,96). Sum of RGB (Red+Green+Blue) = 204+236+96=536 (70% of max value = 765). Red value is 204 (80.08% from 255 or 38.06% from 536); Green value is 236 (92.58% from 255 or 44.03% from 536); Blue value is 96 (37.89% from 255 or 17.91% from 536); Max value from RGB is 236 - color contains mainly: green. Hex color #CCEC60 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CCEC60 is #33139F. Grayscale: #D2D2D2. Windows color (decimal): -3347360 or 6352076. OLE color: 6352076.
HSL color Cylindrical-coordinate representation of color #CCEC60: hue angle of 73.71º degrees, saturation: 0.79, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #CCEC60 is Cyan = 0.14, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 204 | 236 | 96 | - |
| CMYK | 0.14 | 0 | 0.59 | 0.07 |
| HSL | 73.71º | 0.79% | 0.65% | - |
| HSV(B) | 73.71º | 0.59% | 0.93% | - |
| XYZ | 57.01 | 73.67 | 22.28 | - |
| YUV | 210.47 | 63.4 | 123.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 236 | 96 | 0.14 | 0 | 0.59 | 0.07 | 73.71 | 0.79 | 0.65 |
| Hex | CC | EC | 60 | E | 0 | 3B | 7 | 4A | 4F | 41 |
| Octal | 314 | 354 | 140 | 16 | 0 | 73 | 7 | 112 | 117 | 101 |
| Binary | 11001100 | 11101100 | 1100000 | 1110 | 0 | 111011 | 111 | 1001010 | 1001111 | 1000001 |
Color Harmonies of #CCEC60
Complementary color
Monochromatic Colors of #CCEC60
Black with #CCEC60
Text Example
Text Example
White with #CCEC60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCEC60; }
p { color: rgb(204,236,96); }
H1.HeaderClassName
{
color: #CCEC60;
}
.AnyTagClassName
{
color: #CCEC60;
}
</style>
background-color css
<style>
a { background-color: #CCEC60; }
a { background-color: rgb(204,236,96); }
div.DivClassName
{
background-color: #CCEC60;
}
.BgClassName
{
background-color: #CCEC60;
}
</style>
border-color css
<style>
span { border-color: #CCEC60; }
span { border-color: rgb(204,236,96); }
td.TdClassName
{
border-color: #CCEC60;
}
.TagClassName
{
border-color: #CCEC60;
}
</style>