Shades of Mindaro #CCE45E
Tints of Mindaro #CCE45E
RGB
CMYK
RGB Variations
Color information
#CCE45E (or 0xCCE45E) is known color: Mindaro. HEX triplet: CC, E4 and 5E. RGB value is (204,228,94). Sum of RGB (Red+Green+Blue) = 204+228+94=526 (69% of max value = 765). Red value is 204 (80.08% from 255 or 38.78% from 526); Green value is 228 (89.45% from 255 or 43.35% from 526); Blue value is 94 (37.11% from 255 or 17.87% from 526); Max value from RGB is 228 - color contains mainly: green. Hex color #CCE45E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCE45E is #331BA1. Grayscale: #CECECE. Windows color (decimal): -3349410 or 6218956. OLE color: 6218956.
HSL color Cylindrical-coordinate representation of color #CCE45E: hue angle of 70.75º degrees, saturation: 0.71, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #CCE45E is Cyan = 0.11, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 204 | 228 | 94 | - |
| CMYK | 0.11 | 0 | 0.59 | 0.11 |
| HSL | 70.75º | 0.71% | 0.63% | - |
| HSV(B) | 70.75º | 0.59% | 0.89% | - |
| XYZ | 54.67 | 69.13 | 21.05 | - |
| YUV | 205.55 | 65.05 | 126.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 228 | 94 | 0.11 | 0 | 0.59 | 0.11 | 70.75 | 0.71 | 0.63 |
| Hex | CC | E4 | 5E | B | 0 | 3B | B | 47 | 47 | 3F |
| Octal | 314 | 344 | 136 | 13 | 0 | 73 | 13 | 107 | 107 | 77 |
| Binary | 11001100 | 11100100 | 1011110 | 1011 | 0 | 111011 | 1011 | 1000111 | 1000111 | 111111 |
Color Harmonies of #CCE45E
Complementary color
Monochromatic Colors of #CCE45E
Black with #CCE45E
Text Example
Text Example
White with #CCE45E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCE45E; }
p { color: rgb(204,228,94); }
H1.HeaderClassName
{
color: #CCE45E;
}
.AnyTagClassName
{
color: #CCE45E;
}
</style>
background-color css
<style>
a { background-color: #CCE45E; }
a { background-color: rgb(204,228,94); }
div.DivClassName
{
background-color: #CCE45E;
}
.BgClassName
{
background-color: #CCE45E;
}
</style>
border-color css
<style>
span { border-color: #CCE45E; }
span { border-color: rgb(204,228,94); }
td.TdClassName
{
border-color: #CCE45E;
}
.TagClassName
{
border-color: #CCE45E;
}
</style>