Shades of Mindaro #CCE16E
Tints of Mindaro #CCE16E
RGB
CMYK
RGB Variations
Color information
#CCE16E (or 0xCCE16E) is known color: Mindaro. HEX triplet: CC, E1 and 6E. RGB value is (204,225,110). Sum of RGB (Red+Green+Blue) = 204+225+110=539 (71% of max value = 765). Red value is 204 (80.08% from 255 or 37.85% from 539); Green value is 225 (88.28% from 255 or 41.74% from 539); Blue value is 110 (43.36% from 255 or 20.41% from 539); Max value from RGB is 225 - color contains mainly: green. Hex color #CCE16E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCE16E is #331E91. Grayscale: #CECECE. Windows color (decimal): -3350162 or 7266764. OLE color: 7266764.
HSL color Cylindrical-coordinate representation of color #CCE16E: hue angle of 70.96º degrees, saturation: 0.66, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #CCE16E is Cyan = 0.09, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 204 | 225 | 110 | - |
| CMYK | 0.09 | 0 | 0.51 | 0.12 |
| HSL | 70.96º | 0.66% | 0.66% | - |
| HSV(B) | 70.96º | 0.51% | 0.88% | - |
| XYZ | 54.64 | 67.81 | 24.96 | - |
| YUV | 205.61 | 74.04 | 126.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 225 | 110 | 0.09 | 0 | 0.51 | 0.12 | 70.96 | 0.66 | 0.66 |
| Hex | CC | E1 | 6E | 9 | 0 | 33 | C | 47 | 42 | 42 |
| Octal | 314 | 341 | 156 | 11 | 0 | 63 | 14 | 107 | 102 | 102 |
| Binary | 11001100 | 11100001 | 1101110 | 1001 | 0 | 110011 | 1100 | 1000111 | 1000010 | 1000010 |
Color Harmonies of #CCE16E
Complementary color
Monochromatic Colors of #CCE16E
Black with #CCE16E
Text Example
Text Example
White with #CCE16E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCE16E; }
p { color: rgb(204,225,110); }
H1.HeaderClassName
{
color: #CCE16E;
}
.AnyTagClassName
{
color: #CCE16E;
}
</style>
background-color css
<style>
a { background-color: #CCE16E; }
a { background-color: rgb(204,225,110); }
div.DivClassName
{
background-color: #CCE16E;
}
.BgClassName
{
background-color: #CCE16E;
}
</style>
border-color css
<style>
span { border-color: #CCE16E; }
span { border-color: rgb(204,225,110); }
td.TdClassName
{
border-color: #CCE16E;
}
.TagClassName
{
border-color: #CCE16E;
}
</style>