Shades of Mindaro #CCE760
Tints of Mindaro #CCE760
RGB
CMYK
RGB Variations
Color information
#CCE760 (or 0xCCE760) is known color: Mindaro. HEX triplet: CC, E7 and 60. RGB value is (204,231,96). Sum of RGB (Red+Green+Blue) = 204+231+96=531 (70% of max value = 765). Red value is 204 (80.08% from 255 or 38.42% from 531); Green value is 231 (90.62% from 255 or 43.50% from 531); Blue value is 96 (37.89% from 255 or 18.08% from 531); Max value from RGB is 231 - color contains mainly: green. Hex color #CCE760 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CCE760 is #33189F. Grayscale: #D0D0D0. Windows color (decimal): -3348640 or 6350796. OLE color: 6350796.
HSL color Cylindrical-coordinate representation of color #CCE760: hue angle of 72º degrees, saturation: 0.74, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #CCE760 is Cyan = 0.12, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 204 | 231 | 96 | - |
| CMYK | 0.12 | 0 | 0.58 | 0.09 |
| HSL | 72º | 0.74% | 0.64% | - |
| HSV(B) | 72º | 0.58% | 0.91% | - |
| XYZ | 55.59 | 70.83 | 21.81 | - |
| YUV | 207.54 | 65.05 | 125.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 231 | 96 | 0.12 | 0 | 0.58 | 0.09 | 72 | 0.74 | 0.64 |
| Hex | CC | E7 | 60 | C | 0 | 3A | 9 | 48 | 4A | 40 |
| Octal | 314 | 347 | 140 | 14 | 0 | 72 | 11 | 110 | 112 | 100 |
| Binary | 11001100 | 11100111 | 1100000 | 1100 | 0 | 111010 | 1001 | 1001000 | 1001010 | 1000000 |
Color Harmonies of #CCE760
Complementary color
Monochromatic Colors of #CCE760
Black with #CCE760
Text Example
Text Example
White with #CCE760
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCE760; }
p { color: rgb(204,231,96); }
H1.HeaderClassName
{
color: #CCE760;
}
.AnyTagClassName
{
color: #CCE760;
}
</style>
background-color css
<style>
a { background-color: #CCE760; }
a { background-color: rgb(204,231,96); }
div.DivClassName
{
background-color: #CCE760;
}
.BgClassName
{
background-color: #CCE760;
}
</style>
border-color css
<style>
span { border-color: #CCE760; }
span { border-color: rgb(204,231,96); }
td.TdClassName
{
border-color: #CCE760;
}
.TagClassName
{
border-color: #CCE760;
}
</style>