Shades of Mindaro #CCE559
Tints of Mindaro #CCE559
RGB
CMYK
RGB Variations
Color information
#CCE559 (or 0xCCE559) is known color: Mindaro. HEX triplet: CC, E5 and 59. RGB value is (204,229,89). Sum of RGB (Red+Green+Blue) = 204+229+89=522 (69% of max value = 765). Red value is 204 (80.08% from 255 or 39.08% from 522); Green value is 229 (89.84% from 255 or 43.87% from 522); Blue value is 89 (35.16% from 255 or 17.05% from 522); Max value from RGB is 229 - color contains mainly: green. Hex color #CCE559 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCE559 is #331AA6. Grayscale: #CECECE. Windows color (decimal): -3349159 or 5891532. OLE color: 5891532.
HSL color Cylindrical-coordinate representation of color #CCE559: hue angle of 70.71º degrees, saturation: 0.73, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #CCE559 is Cyan = 0.11, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 204 | 229 | 89 | - |
| CMYK | 0.11 | 0 | 0.61 | 0.10 |
| HSL | 70.71º | 0.73% | 0.62% | - |
| HSV(B) | 70.71º | 0.61% | 0.9% | - |
| XYZ | 54.72 | 69.6 | 20 | - |
| YUV | 205.57 | 62.22 | 126.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 229 | 89 | 0.11 | 0 | 0.61 | 0.10 | 70.71 | 0.73 | 0.62 |
| Hex | CC | E5 | 59 | B | 0 | 3D | A | 47 | 49 | 3E |
| Octal | 314 | 345 | 131 | 13 | 0 | 75 | 12 | 107 | 111 | 76 |
| Binary | 11001100 | 11100101 | 1011001 | 1011 | 0 | 111101 | 1010 | 1000111 | 1001001 | 111110 |
Color Harmonies of #CCE559
Complementary color
Monochromatic Colors of #CCE559
Black with #CCE559
Text Example
Text Example
White with #CCE559
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCE559; }
p { color: rgb(204,229,89); }
H1.HeaderClassName
{
color: #CCE559;
}
.AnyTagClassName
{
color: #CCE559;
}
</style>
background-color css
<style>
a { background-color: #CCE559; }
a { background-color: rgb(204,229,89); }
div.DivClassName
{
background-color: #CCE559;
}
.BgClassName
{
background-color: #CCE559;
}
</style>
border-color css
<style>
span { border-color: #CCE559; }
span { border-color: rgb(204,229,89); }
td.TdClassName
{
border-color: #CCE559;
}
.TagClassName
{
border-color: #CCE559;
}
</style>