Shades of Mindaro #CCE070
Tints of Mindaro #CCE070
RGB
CMYK
RGB Variations
Color information
#CCE070 (or 0xCCE070) is known color: Mindaro. HEX triplet: CC, E0 and 70. RGB value is (204,224,112). Sum of RGB (Red+Green+Blue) = 204+224+112=540 (71% of max value = 765). Red value is 204 (80.08% from 255 or 37.78% from 540); Green value is 224 (87.89% from 255 or 41.48% from 540); Blue value is 112 (44.14% from 255 or 20.74% from 540); Max value from RGB is 224 - color contains mainly: green. Hex color #CCE070 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCE070 is #331F8F. Grayscale: #CDCDCD. Windows color (decimal): -3350416 or 7397580. OLE color: 7397580.
HSL color Cylindrical-coordinate representation of color #CCE070: hue angle of 70.71º degrees, saturation: 0.64, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CCE070 is Cyan = 0.09, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 204 | 224 | 112 | - |
| CMYK | 0.09 | 0 | 0.50 | 0.12 |
| HSL | 70.71º | 0.64% | 0.66% | - |
| HSV(B) | 70.71º | 0.5% | 0.88% | - |
| XYZ | 54.48 | 67.32 | 25.45 | - |
| YUV | 205.25 | 75.37 | 127.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 224 | 112 | 0.09 | 0 | 0.50 | 0.12 | 70.71 | 0.64 | 0.66 |
| Hex | CC | E0 | 70 | 9 | 0 | 32 | C | 47 | 40 | 42 |
| Octal | 314 | 340 | 160 | 11 | 0 | 62 | 14 | 107 | 100 | 102 |
| Binary | 11001100 | 11100000 | 1110000 | 1001 | 0 | 110010 | 1100 | 1000111 | 1000000 | 1000010 |
Color Harmonies of #CCE070
Complementary color
Monochromatic Colors of #CCE070
Black with #CCE070
Text Example
Text Example
White with #CCE070
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCE070; }
p { color: rgb(204,224,112); }
H1.HeaderClassName
{
color: #CCE070;
}
.AnyTagClassName
{
color: #CCE070;
}
</style>
background-color css
<style>
a { background-color: #CCE070; }
a { background-color: rgb(204,224,112); }
div.DivClassName
{
background-color: #CCE070;
}
.BgClassName
{
background-color: #CCE070;
}
</style>
border-color css
<style>
span { border-color: #CCE070; }
span { border-color: rgb(204,224,112); }
td.TdClassName
{
border-color: #CCE070;
}
.TagClassName
{
border-color: #CCE070;
}
</style>