Shades of Mindaro #CCEA60
Tints of Mindaro #CCEA60
RGB
CMYK
RGB Variations
Color information
#CCEA60 (or 0xCCEA60) is known color: Mindaro. HEX triplet: CC, EA and 60. RGB value is (204,234,96). Sum of RGB (Red+Green+Blue) = 204+234+96=534 (70% of max value = 765). Red value is 204 (80.08% from 255 or 38.20% from 534); Green value is 234 (91.80% from 255 or 43.82% from 534); Blue value is 96 (37.89% from 255 or 17.98% from 534); Max value from RGB is 234 - color contains mainly: green. Hex color #CCEA60 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CCEA60 is #33159F. Grayscale: #D1D1D1. Windows color (decimal): -3347872 or 6351564. OLE color: 6351564.
HSL color Cylindrical-coordinate representation of color #CCEA60: hue angle of 73.04º degrees, saturation: 0.77, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #CCEA60 is Cyan = 0.13, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 204 | 234 | 96 | - |
| CMYK | 0.13 | 0 | 0.59 | 0.08 |
| HSL | 73.04º | 0.77% | 0.65% | - |
| HSV(B) | 73.04º | 0.59% | 0.92% | - |
| XYZ | 56.44 | 72.53 | 22.09 | - |
| YUV | 209.3 | 64.06 | 124.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 234 | 96 | 0.13 | 0 | 0.59 | 0.08 | 73.04 | 0.77 | 0.65 |
| Hex | CC | EA | 60 | D | 0 | 3B | 8 | 49 | 4D | 41 |
| Octal | 314 | 352 | 140 | 15 | 0 | 73 | 10 | 111 | 115 | 101 |
| Binary | 11001100 | 11101010 | 1100000 | 1101 | 0 | 111011 | 1000 | 1001001 | 1001101 | 1000001 |
Color Harmonies of #CCEA60
Complementary color
Monochromatic Colors of #CCEA60
Black with #CCEA60
Text Example
Text Example
White with #CCEA60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCEA60; }
p { color: rgb(204,234,96); }
H1.HeaderClassName
{
color: #CCEA60;
}
.AnyTagClassName
{
color: #CCEA60;
}
</style>
background-color css
<style>
a { background-color: #CCEA60; }
a { background-color: rgb(204,234,96); }
div.DivClassName
{
background-color: #CCEA60;
}
.BgClassName
{
background-color: #CCEA60;
}
</style>
border-color css
<style>
span { border-color: #CCEA60; }
span { border-color: rgb(204,234,96); }
td.TdClassName
{
border-color: #CCEA60;
}
.TagClassName
{
border-color: #CCEA60;
}
</style>