Shades of Mindaro #CCE06E
Tints of Mindaro #CCE06E
RGB
CMYK
RGB Variations
Color information
#CCE06E (or 0xCCE06E) is known color: Mindaro. HEX triplet: CC, E0 and 6E. RGB value is (204,224,110). Sum of RGB (Red+Green+Blue) = 204+224+110=538 (71% of max value = 765). Red value is 204 (80.08% from 255 or 37.92% from 538); Green value is 224 (87.89% from 255 or 41.64% from 538); Blue value is 110 (43.36% from 255 or 20.45% from 538); Max value from RGB is 224 - color contains mainly: green. Hex color #CCE06E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCE06E is #331F91. Grayscale: #CDCDCD. Windows color (decimal): -3350418 or 7266508. OLE color: 7266508.
HSL color Cylindrical-coordinate representation of color #CCE06E: hue angle of 70.53º degrees, saturation: 0.65, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #CCE06E is Cyan = 0.09, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 204 | 224 | 110 | - |
| CMYK | 0.09 | 0 | 0.51 | 0.12 |
| HSL | 70.53º | 0.65% | 0.65% | - |
| HSV(B) | 70.53º | 0.51% | 0.88% | - |
| XYZ | 54.37 | 67.27 | 24.87 | - |
| YUV | 205.02 | 74.37 | 127.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 224 | 110 | 0.09 | 0 | 0.51 | 0.12 | 70.53 | 0.65 | 0.65 |
| Hex | CC | E0 | 6E | 9 | 0 | 33 | C | 47 | 41 | 41 |
| Octal | 314 | 340 | 156 | 11 | 0 | 63 | 14 | 107 | 101 | 101 |
| Binary | 11001100 | 11100000 | 1101110 | 1001 | 0 | 110011 | 1100 | 1000111 | 1000001 | 1000001 |
Color Harmonies of #CCE06E
Complementary color
Monochromatic Colors of #CCE06E
Black with #CCE06E
Text Example
Text Example
White with #CCE06E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCE06E; }
p { color: rgb(204,224,110); }
H1.HeaderClassName
{
color: #CCE06E;
}
.AnyTagClassName
{
color: #CCE06E;
}
</style>
background-color css
<style>
a { background-color: #CCE06E; }
a { background-color: rgb(204,224,110); }
div.DivClassName
{
background-color: #CCE06E;
}
.BgClassName
{
background-color: #CCE06E;
}
</style>
border-color css
<style>
span { border-color: #CCE06E; }
span { border-color: rgb(204,224,110); }
td.TdClassName
{
border-color: #CCE06E;
}
.TagClassName
{
border-color: #CCE06E;
}
</style>