Shades of Mindaro #CCE359
Tints of Mindaro #CCE359
RGB
CMYK
RGB Variations
Color information
#CCE359 (or 0xCCE359) is known color: Mindaro. HEX triplet: CC, E3 and 59. RGB value is (204,227,89). Sum of RGB (Red+Green+Blue) = 204+227+89=520 (68% of max value = 765). Red value is 204 (80.08% from 255 or 39.23% from 520); Green value is 227 (89.06% from 255 or 43.65% from 520); Blue value is 89 (35.16% from 255 or 17.12% from 520); Max value from RGB is 227 - color contains mainly: green. Hex color #CCE359 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCE359 is #331CA6. Grayscale: #CCCCCC. Windows color (decimal): -3349671 or 5891020. OLE color: 5891020.
HSL color Cylindrical-coordinate representation of color #CCE359: hue angle of 70º degrees, saturation: 0.71, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #CCE359 is Cyan = 0.10, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 204 | 227 | 89 | - |
| CMYK | 0.10 | 0 | 0.61 | 0.11 |
| HSL | 70º | 0.71% | 0.62% | - |
| HSV(B) | 70º | 0.61% | 0.89% | - |
| XYZ | 54.17 | 68.5 | 19.82 | - |
| YUV | 204.39 | 62.88 | 127.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 227 | 89 | 0.10 | 0 | 0.61 | 0.11 | 70 | 0.71 | 0.62 |
| Hex | CC | E3 | 59 | A | 0 | 3D | B | 46 | 47 | 3E |
| Octal | 314 | 343 | 131 | 12 | 0 | 75 | 13 | 106 | 107 | 76 |
| Binary | 11001100 | 11100011 | 1011001 | 1010 | 0 | 111101 | 1011 | 1000110 | 1000111 | 111110 |
Color Harmonies of #CCE359
Complementary color
Monochromatic Colors of #CCE359
Black with #CCE359
Text Example
Text Example
White with #CCE359
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCE359; }
p { color: rgb(204,227,89); }
H1.HeaderClassName
{
color: #CCE359;
}
.AnyTagClassName
{
color: #CCE359;
}
</style>
background-color css
<style>
a { background-color: #CCE359; }
a { background-color: rgb(204,227,89); }
div.DivClassName
{
background-color: #CCE359;
}
.BgClassName
{
background-color: #CCE359;
}
</style>
border-color css
<style>
span { border-color: #CCE359; }
span { border-color: rgb(204,227,89); }
td.TdClassName
{
border-color: #CCE359;
}
.TagClassName
{
border-color: #CCE359;
}
</style>