Shades of Mindaro #CCE15E
Tints of Mindaro #CCE15E
RGB
CMYK
RGB Variations
Color information
#CCE15E (or 0xCCE15E) is known color: Mindaro. HEX triplet: CC, E1 and 5E. RGB value is (204,225,94). Sum of RGB (Red+Green+Blue) = 204+225+94=523 (69% of max value = 765). Red value is 204 (80.08% from 255 or 39.01% from 523); Green value is 225 (88.28% from 255 or 43.02% from 523); Blue value is 94 (37.11% from 255 or 17.97% from 523); Max value from RGB is 225 - color contains mainly: green. Hex color #CCE15E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCE15E is #331EA1. Grayscale: #CCCCCC. Windows color (decimal): -3350178 or 6218188. OLE color: 6218188.
HSL color Cylindrical-coordinate representation of color #CCE15E: hue angle of 69.62º degrees, saturation: 0.69, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #CCE15E is Cyan = 0.09, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 204 | 225 | 94 | - |
| CMYK | 0.09 | 0 | 0.58 | 0.12 |
| HSL | 69.62º | 0.69% | 0.63% | - |
| HSV(B) | 69.62º | 0.58% | 0.88% | - |
| XYZ | 53.85 | 67.5 | 20.78 | - |
| YUV | 203.79 | 66.04 | 128.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 225 | 94 | 0.09 | 0 | 0.58 | 0.12 | 69.62 | 0.69 | 0.63 |
| Hex | CC | E1 | 5E | 9 | 0 | 3A | C | 46 | 45 | 3F |
| Octal | 314 | 341 | 136 | 11 | 0 | 72 | 14 | 106 | 105 | 77 |
| Binary | 11001100 | 11100001 | 1011110 | 1001 | 0 | 111010 | 1100 | 1000110 | 1000101 | 111111 |
Color Harmonies of #CCE15E
Complementary color
Monochromatic Colors of #CCE15E
Black with #CCE15E
Text Example
Text Example
White with #CCE15E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCE15E; }
p { color: rgb(204,225,94); }
H1.HeaderClassName
{
color: #CCE15E;
}
.AnyTagClassName
{
color: #CCE15E;
}
</style>
background-color css
<style>
a { background-color: #CCE15E; }
a { background-color: rgb(204,225,94); }
div.DivClassName
{
background-color: #CCE15E;
}
.BgClassName
{
background-color: #CCE15E;
}
</style>
border-color css
<style>
span { border-color: #CCE15E; }
span { border-color: rgb(204,225,94); }
td.TdClassName
{
border-color: #CCE15E;
}
.TagClassName
{
border-color: #CCE15E;
}
</style>