Shades of Mindaro #CCE260
Tints of Mindaro #CCE260
RGB
CMYK
RGB Variations
Color information
#CCE260 (or 0xCCE260) is known color: Mindaro. HEX triplet: CC, E2 and 60. RGB value is (204,226,96). Sum of RGB (Red+Green+Blue) = 204+226+96=526 (69% of max value = 765). Red value is 204 (80.08% from 255 or 38.78% from 526); Green value is 226 (88.67% from 255 or 42.97% from 526); Blue value is 96 (37.89% from 255 or 18.25% from 526); Max value from RGB is 226 - color contains mainly: green. Hex color #CCE260 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCE260 is #331D9F. Grayscale: #CDCDCD. Windows color (decimal): -3349920 or 6349516. OLE color: 6349516.
HSL color Cylindrical-coordinate representation of color #CCE260: hue angle of 70.15º degrees, saturation: 0.69, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #CCE260 is Cyan = 0.10, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 204 | 226 | 96 | - |
| CMYK | 0.10 | 0 | 0.58 | 0.11 |
| HSL | 70.15º | 0.69% | 0.63% | - |
| HSV(B) | 70.15º | 0.58% | 0.89% | - |
| XYZ | 54.21 | 68.07 | 21.35 | - |
| YUV | 204.6 | 66.71 | 127.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 226 | 96 | 0.10 | 0 | 0.58 | 0.11 | 70.15 | 0.69 | 0.63 |
| Hex | CC | E2 | 60 | A | 0 | 3A | B | 46 | 45 | 3F |
| Octal | 314 | 342 | 140 | 12 | 0 | 72 | 13 | 106 | 105 | 77 |
| Binary | 11001100 | 11100010 | 1100000 | 1010 | 0 | 111010 | 1011 | 1000110 | 1000101 | 111111 |
Color Harmonies of #CCE260
Complementary color
Monochromatic Colors of #CCE260
Black with #CCE260
Text Example
Text Example
White with #CCE260
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCE260; }
p { color: rgb(204,226,96); }
H1.HeaderClassName
{
color: #CCE260;
}
.AnyTagClassName
{
color: #CCE260;
}
</style>
background-color css
<style>
a { background-color: #CCE260; }
a { background-color: rgb(204,226,96); }
div.DivClassName
{
background-color: #CCE260;
}
.BgClassName
{
background-color: #CCE260;
}
</style>
border-color css
<style>
span { border-color: #CCE260; }
span { border-color: rgb(204,226,96); }
td.TdClassName
{
border-color: #CCE260;
}
.TagClassName
{
border-color: #CCE260;
}
</style>