Shades of Mindaro #CCE071
Tints of Mindaro #CCE071
RGB
CMYK
RGB Variations
Color information
#CCE071 (or 0xCCE071) is known color: Mindaro. HEX triplet: CC, E0 and 71. RGB value is (204,224,113). Sum of RGB (Red+Green+Blue) = 204+224+113=541 (71% of max value = 765). Red value is 204 (80.08% from 255 or 37.71% from 541); Green value is 224 (87.89% from 255 or 41.40% from 541); Blue value is 113 (44.53% from 255 or 20.89% from 541); Max value from RGB is 224 - color contains mainly: green. Hex color #CCE071 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCE071 is #331F8E. Grayscale: #CDCDCD. Windows color (decimal): -3350415 or 7463116. OLE color: 7463116.
HSL color Cylindrical-coordinate representation of color #CCE071: hue angle of 70.81º 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 #CCE071 is Cyan = 0.09, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 204 | 224 | 113 | - |
| CMYK | 0.09 | 0 | 0.50 | 0.12 |
| HSL | 70.81º | 0.64% | 0.66% | - |
| HSV(B) | 70.81º | 0.5% | 0.88% | - |
| XYZ | 54.54 | 67.34 | 25.75 | - |
| YUV | 205.37 | 75.87 | 127.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 224 | 113 | 0.09 | 0 | 0.50 | 0.12 | 70.81 | 0.64 | 0.66 |
| Hex | CC | E0 | 71 | 9 | 0 | 32 | C | 47 | 40 | 42 |
| Octal | 314 | 340 | 161 | 11 | 0 | 62 | 14 | 107 | 100 | 102 |
| Binary | 11001100 | 11100000 | 1110001 | 1001 | 0 | 110010 | 1100 | 1000111 | 1000000 | 1000010 |
Color Harmonies of #CCE071
Complementary color
Monochromatic Colors of #CCE071
Black with #CCE071
Text Example
Text Example
White with #CCE071
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCE071; }
p { color: rgb(204,224,113); }
H1.HeaderClassName
{
color: #CCE071;
}
.AnyTagClassName
{
color: #CCE071;
}
</style>
background-color css
<style>
a { background-color: #CCE071; }
a { background-color: rgb(204,224,113); }
div.DivClassName
{
background-color: #CCE071;
}
.BgClassName
{
background-color: #CCE071;
}
</style>
border-color css
<style>
span { border-color: #CCE071; }
span { border-color: rgb(204,224,113); }
td.TdClassName
{
border-color: #CCE071;
}
.TagClassName
{
border-color: #CCE071;
}
</style>