Shades of Mindaro #CCE470
Tints of Mindaro #CCE470
RGB
CMYK
RGB Variations
Color information
#CCE470 (or 0xCCE470) is known color: Mindaro. HEX triplet: CC, E4 and 70. RGB value is (204,228,112). Sum of RGB (Red+Green+Blue) = 204+228+112=544 (72% of max value = 765). Red value is 204 (80.08% from 255 or 37.5% from 544); Green value is 228 (89.45% from 255 or 41.91% from 544); Blue value is 112 (44.14% from 255 or 20.59% from 544); Max value from RGB is 228 - color contains mainly: green. Hex color #CCE470 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCE470 is #331B8F. Grayscale: #D0D0D0. Windows color (decimal): -3349392 or 7398604. OLE color: 7398604.
HSL color Cylindrical-coordinate representation of color #CCE470: hue angle of 72.41º degrees, saturation: 0.68, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #CCE470 is Cyan = 0.11, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 204 | 228 | 112 | - |
| CMYK | 0.11 | 0 | 0.51 | 0.11 |
| HSL | 72.41º | 0.68% | 0.67% | - |
| HSV(B) | 72.41º | 0.51% | 0.89% | - |
| XYZ | 55.57 | 69.49 | 25.81 | - |
| YUV | 207.6 | 74.05 | 125.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 228 | 112 | 0.11 | 0 | 0.51 | 0.11 | 72.41 | 0.68 | 0.67 |
| Hex | CC | E4 | 70 | B | 0 | 33 | B | 48 | 44 | 43 |
| Octal | 314 | 344 | 160 | 13 | 0 | 63 | 13 | 110 | 104 | 103 |
| Binary | 11001100 | 11100100 | 1110000 | 1011 | 0 | 110011 | 1011 | 1001000 | 1000100 | 1000011 |
Color Harmonies of #CCE470
Complementary color
Monochromatic Colors of #CCE470
Black with #CCE470
Text Example
Text Example
White with #CCE470
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCE470; }
p { color: rgb(204,228,112); }
H1.HeaderClassName
{
color: #CCE470;
}
.AnyTagClassName
{
color: #CCE470;
}
</style>
background-color css
<style>
a { background-color: #CCE470; }
a { background-color: rgb(204,228,112); }
div.DivClassName
{
background-color: #CCE470;
}
.BgClassName
{
background-color: #CCE470;
}
</style>
border-color css
<style>
span { border-color: #CCE470; }
span { border-color: rgb(204,228,112); }
td.TdClassName
{
border-color: #CCE470;
}
.TagClassName
{
border-color: #CCE470;
}
</style>