Shades of Mindaro #CCE55E
Tints of Mindaro #CCE55E
RGB
CMYK
RGB Variations
Color information
#CCE55E (or 0xCCE55E) is known color: Mindaro. HEX triplet: CC, E5 and 5E. RGB value is (204,229,94). Sum of RGB (Red+Green+Blue) = 204+229+94=527 (69% of max value = 765). Red value is 204 (80.08% from 255 or 38.71% from 527); Green value is 229 (89.84% from 255 or 43.45% from 527); Blue value is 94 (37.11% from 255 or 17.84% from 527); Max value from RGB is 229 - color contains mainly: green. Hex color #CCE55E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCE55E is #331AA1. Grayscale: #CECECE. Windows color (decimal): -3349154 or 6219212. OLE color: 6219212.
HSL color Cylindrical-coordinate representation of color #CCE55E: hue angle of 71.11º degrees, saturation: 0.72, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #CCE55E is Cyan = 0.11, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 204 | 229 | 94 | - |
| CMYK | 0.11 | 0 | 0.59 | 0.10 |
| HSL | 71.11º | 0.72% | 0.63% | - |
| HSV(B) | 71.11º | 0.59% | 0.9% | - |
| XYZ | 54.94 | 69.68 | 21.14 | - |
| YUV | 206.14 | 64.72 | 126.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 229 | 94 | 0.11 | 0 | 0.59 | 0.10 | 71.11 | 0.72 | 0.63 |
| Hex | CC | E5 | 5E | B | 0 | 3B | A | 47 | 48 | 3F |
| Octal | 314 | 345 | 136 | 13 | 0 | 73 | 12 | 107 | 110 | 77 |
| Binary | 11001100 | 11100101 | 1011110 | 1011 | 0 | 111011 | 1010 | 1000111 | 1001000 | 111111 |
Color Harmonies of #CCE55E
Complementary color
Monochromatic Colors of #CCE55E
Black with #CCE55E
Text Example
Text Example
White with #CCE55E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCE55E; }
p { color: rgb(204,229,94); }
H1.HeaderClassName
{
color: #CCE55E;
}
.AnyTagClassName
{
color: #CCE55E;
}
</style>
background-color css
<style>
a { background-color: #CCE55E; }
a { background-color: rgb(204,229,94); }
div.DivClassName
{
background-color: #CCE55E;
}
.BgClassName
{
background-color: #CCE55E;
}
</style>
border-color css
<style>
span { border-color: #CCE55E; }
span { border-color: rgb(204,229,94); }
td.TdClassName
{
border-color: #CCE55E;
}
.TagClassName
{
border-color: #CCE55E;
}
</style>