Shades of Mindaro #CCE571
Tints of Mindaro #CCE571
RGB
CMYK
RGB Variations
Color information
#CCE571 (or 0xCCE571) is known color: Mindaro. HEX triplet: CC, E5 and 71. RGB value is (204,229,113). Sum of RGB (Red+Green+Blue) = 204+229+113=546 (72% of max value = 765). Red value is 204 (80.08% from 255 or 37.36% from 546); Green value is 229 (89.84% from 255 or 41.94% from 546); Blue value is 113 (44.53% from 255 or 20.70% from 546); Max value from RGB is 229 - color contains mainly: green. Hex color #CCE571 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCE571 is #331A8E. Grayscale: #D0D0D0. Windows color (decimal): -3349135 or 7464396. OLE color: 7464396.
HSL color Cylindrical-coordinate representation of color #CCE571: hue angle of 72.93º degrees, saturation: 0.69, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #CCE571 is Cyan = 0.11, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 204 | 229 | 113 | - |
| CMYK | 0.11 | 0 | 0.51 | 0.10 |
| HSL | 72.93º | 0.69% | 0.67% | - |
| HSV(B) | 72.93º | 0.51% | 0.9% | - |
| XYZ | 55.9 | 70.07 | 26.2 | - |
| YUV | 208.3 | 74.22 | 124.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 229 | 113 | 0.11 | 0 | 0.51 | 0.10 | 72.93 | 0.69 | 0.67 |
| Hex | CC | E5 | 71 | B | 0 | 33 | A | 49 | 45 | 43 |
| Octal | 314 | 345 | 161 | 13 | 0 | 63 | 12 | 111 | 105 | 103 |
| Binary | 11001100 | 11100101 | 1110001 | 1011 | 0 | 110011 | 1010 | 1001001 | 1000101 | 1000011 |
Color Harmonies of #CCE571
Complementary color
Monochromatic Colors of #CCE571
Black with #CCE571
Text Example
Text Example
White with #CCE571
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCE571; }
p { color: rgb(204,229,113); }
H1.HeaderClassName
{
color: #CCE571;
}
.AnyTagClassName
{
color: #CCE571;
}
</style>
background-color css
<style>
a { background-color: #CCE571; }
a { background-color: rgb(204,229,113); }
div.DivClassName
{
background-color: #CCE571;
}
.BgClassName
{
background-color: #CCE571;
}
</style>
border-color css
<style>
span { border-color: #CCE571; }
span { border-color: rgb(204,229,113); }
td.TdClassName
{
border-color: #CCE571;
}
.TagClassName
{
border-color: #CCE571;
}
</style>