Shades of Mindaro #CCE574
Tints of Mindaro #CCE574
RGB
CMYK
RGB Variations
Color information
#CCE574 (or 0xCCE574) is known color: Mindaro. HEX triplet: CC, E5 and 74. RGB value is (204,229,116). Sum of RGB (Red+Green+Blue) = 204+229+116=549 (72% of max value = 765). Red value is 204 (80.08% from 255 or 37.16% from 549); Green value is 229 (89.84% from 255 or 41.71% from 549); Blue value is 116 (45.70% from 255 or 21.13% from 549); Max value from RGB is 229 - color contains mainly: green. Hex color #CCE574 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCE574 is #331A8B. Grayscale: #D1D1D1. Windows color (decimal): -3349132 or 7661004. OLE color: 7661004.
HSL color Cylindrical-coordinate representation of color #CCE574: hue angle of 73.27º degrees, saturation: 0.68, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #CCE574 is Cyan = 0.11, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 204 | 229 | 116 | - |
| CMYK | 0.11 | 0 | 0.49 | 0.10 |
| HSL | 73.27º | 0.68% | 0.68% | - |
| HSV(B) | 73.27º | 0.49% | 0.9% | - |
| XYZ | 56.07 | 70.14 | 27.11 | - |
| YUV | 208.64 | 75.72 | 124.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 229 | 116 | 0.11 | 0 | 0.49 | 0.10 | 73.27 | 0.68 | 0.68 |
| Hex | CC | E5 | 74 | B | 0 | 31 | A | 49 | 44 | 44 |
| Octal | 314 | 345 | 164 | 13 | 0 | 61 | 12 | 111 | 104 | 104 |
| Binary | 11001100 | 11100101 | 1110100 | 1011 | 0 | 110001 | 1010 | 1001001 | 1000100 | 1000100 |
Color Harmonies of #CCE574
Complementary color
Monochromatic Colors of #CCE574
Black with #CCE574
Text Example
Text Example
White with #CCE574
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCE574; }
p { color: rgb(204,229,116); }
H1.HeaderClassName
{
color: #CCE574;
}
.AnyTagClassName
{
color: #CCE574;
}
</style>
background-color css
<style>
a { background-color: #CCE574; }
a { background-color: rgb(204,229,116); }
div.DivClassName
{
background-color: #CCE574;
}
.BgClassName
{
background-color: #CCE574;
}
</style>
border-color css
<style>
span { border-color: #CCE574; }
span { border-color: rgb(204,229,116); }
td.TdClassName
{
border-color: #CCE574;
}
.TagClassName
{
border-color: #CCE574;
}
</style>