Shades of Mindaro #CCE56E
Tints of Mindaro #CCE56E
RGB
CMYK
RGB Variations
Color information
#CCE56E (or 0xCCE56E) is known color: Mindaro. HEX triplet: CC, E5 and 6E. RGB value is (204,229,110). Sum of RGB (Red+Green+Blue) = 204+229+110=543 (71% of max value = 765). Red value is 204 (80.08% from 255 or 37.57% from 543); Green value is 229 (89.84% from 255 or 42.17% from 543); Blue value is 110 (43.36% from 255 or 20.26% from 543); Max value from RGB is 229 - color contains mainly: green. Hex color #CCE56E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCE56E is #331A91. Grayscale: #D0D0D0. Windows color (decimal): -3349138 or 7267788. OLE color: 7267788.
HSL color Cylindrical-coordinate representation of color #CCE56E: hue angle of 72.61º degrees, saturation: 0.7, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #CCE56E is Cyan = 0.11, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 204 | 229 | 110 | - |
| CMYK | 0.11 | 0 | 0.52 | 0.10 |
| HSL | 72.61º | 0.7% | 0.66% | - |
| HSV(B) | 72.61º | 0.52% | 0.9% | - |
| XYZ | 55.74 | 70 | 25.33 | - |
| YUV | 207.96 | 72.72 | 125.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 229 | 110 | 0.11 | 0 | 0.52 | 0.10 | 72.61 | 0.7 | 0.66 |
| Hex | CC | E5 | 6E | B | 0 | 34 | A | 49 | 46 | 42 |
| Octal | 314 | 345 | 156 | 13 | 0 | 64 | 12 | 111 | 106 | 102 |
| Binary | 11001100 | 11100101 | 1101110 | 1011 | 0 | 110100 | 1010 | 1001001 | 1000110 | 1000010 |
Color Harmonies of #CCE56E
Complementary color
Monochromatic Colors of #CCE56E
Black with #CCE56E
Text Example
Text Example
White with #CCE56E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCE56E; }
p { color: rgb(204,229,110); }
H1.HeaderClassName
{
color: #CCE56E;
}
.AnyTagClassName
{
color: #CCE56E;
}
</style>
background-color css
<style>
a { background-color: #CCE56E; }
a { background-color: rgb(204,229,110); }
div.DivClassName
{
background-color: #CCE56E;
}
.BgClassName
{
background-color: #CCE56E;
}
</style>
border-color css
<style>
span { border-color: #CCE56E; }
span { border-color: rgb(204,229,110); }
td.TdClassName
{
border-color: #CCE56E;
}
.TagClassName
{
border-color: #CCE56E;
}
</style>