Shades of Mindaro #CCE860
Tints of Mindaro #CCE860
RGB
CMYK
RGB Variations
Color information
#CCE860 (or 0xCCE860) is known color: Mindaro. HEX triplet: CC, E8 and 60. RGB value is (204,232,96). Sum of RGB (Red+Green+Blue) = 204+232+96=532 (70% of max value = 765). Red value is 204 (80.08% from 255 or 38.35% from 532); Green value is 232 (91.02% from 255 or 43.61% from 532); Blue value is 96 (37.89% from 255 or 18.05% from 532); Max value from RGB is 232 - color contains mainly: green. Hex color #CCE860 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CCE860 is #33179F. Grayscale: #D0D0D0. Windows color (decimal): -3348384 or 6351052. OLE color: 6351052.
HSL color Cylindrical-coordinate representation of color #CCE860: hue angle of 72.35º degrees, saturation: 0.75, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #CCE860 is Cyan = 0.12, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 204 | 232 | 96 | - |
| CMYK | 0.12 | 0 | 0.59 | 0.09 |
| HSL | 72.35º | 0.75% | 0.64% | - |
| HSV(B) | 72.35º | 0.59% | 0.91% | - |
| XYZ | 55.87 | 71.4 | 21.9 | - |
| YUV | 208.12 | 64.72 | 125.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 232 | 96 | 0.12 | 0 | 0.59 | 0.09 | 72.35 | 0.75 | 0.64 |
| Hex | CC | E8 | 60 | C | 0 | 3B | 9 | 48 | 4B | 40 |
| Octal | 314 | 350 | 140 | 14 | 0 | 73 | 11 | 110 | 113 | 100 |
| Binary | 11001100 | 11101000 | 1100000 | 1100 | 0 | 111011 | 1001 | 1001000 | 1001011 | 1000000 |
Color Harmonies of #CCE860
Complementary color
Monochromatic Colors of #CCE860
Black with #CCE860
Text Example
Text Example
White with #CCE860
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCE860; }
p { color: rgb(204,232,96); }
H1.HeaderClassName
{
color: #CCE860;
}
.AnyTagClassName
{
color: #CCE860;
}
</style>
background-color css
<style>
a { background-color: #CCE860; }
a { background-color: rgb(204,232,96); }
div.DivClassName
{
background-color: #CCE860;
}
.BgClassName
{
background-color: #CCE860;
}
</style>
border-color css
<style>
span { border-color: #CCE860; }
span { border-color: rgb(204,232,96); }
td.TdClassName
{
border-color: #CCE860;
}
.TagClassName
{
border-color: #CCE860;
}
</style>