Shades of Mindaro #CCE171
Tints of Mindaro #CCE171
RGB
CMYK
RGB Variations
Color information
#CCE171 (or 0xCCE171) is known color: Mindaro. HEX triplet: CC, E1 and 71. RGB value is (204,225,113). Sum of RGB (Red+Green+Blue) = 204+225+113=542 (71% of max value = 765). Red value is 204 (80.08% from 255 or 37.64% from 542); Green value is 225 (88.28% from 255 or 41.51% from 542); Blue value is 113 (44.53% from 255 or 20.85% from 542); Max value from RGB is 225 - color contains mainly: green. Hex color #CCE171 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCE171 is #331E8E. Grayscale: #CECECE. Windows color (decimal): -3350159 or 7463372. OLE color: 7463372.
HSL color Cylindrical-coordinate representation of color #CCE171: hue angle of 71.25º degrees, saturation: 0.65, 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 #CCE171 is Cyan = 0.09, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 204 | 225 | 113 | - |
| CMYK | 0.09 | 0 | 0.50 | 0.12 |
| HSL | 71.25º | 0.65% | 0.66% | - |
| HSV(B) | 71.25º | 0.5% | 0.88% | - |
| XYZ | 54.81 | 67.88 | 25.84 | - |
| YUV | 205.95 | 75.54 | 126.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 225 | 113 | 0.09 | 0 | 0.50 | 0.12 | 71.25 | 0.65 | 0.66 |
| Hex | CC | E1 | 71 | 9 | 0 | 32 | C | 47 | 41 | 42 |
| Octal | 314 | 341 | 161 | 11 | 0 | 62 | 14 | 107 | 101 | 102 |
| Binary | 11001100 | 11100001 | 1110001 | 1001 | 0 | 110010 | 1100 | 1000111 | 1000001 | 1000010 |
Color Harmonies of #CCE171
Complementary color
Monochromatic Colors of #CCE171
Black with #CCE171
Text Example
Text Example
White with #CCE171
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCE171; }
p { color: rgb(204,225,113); }
H1.HeaderClassName
{
color: #CCE171;
}
.AnyTagClassName
{
color: #CCE171;
}
</style>
background-color css
<style>
a { background-color: #CCE171; }
a { background-color: rgb(204,225,113); }
div.DivClassName
{
background-color: #CCE171;
}
.BgClassName
{
background-color: #CCE171;
}
</style>
border-color css
<style>
span { border-color: #CCE171; }
span { border-color: rgb(204,225,113); }
td.TdClassName
{
border-color: #CCE171;
}
.TagClassName
{
border-color: #CCE171;
}
</style>