Shades of Mindaro #CCE259
Tints of Mindaro #CCE259
RGB
CMYK
RGB Variations
Color information
#CCE259 (or 0xCCE259) is known color: Mindaro. HEX triplet: CC, E2 and 59. RGB value is (204,226,89). Sum of RGB (Red+Green+Blue) = 204+226+89=519 (68% of max value = 765). Red value is 204 (80.08% from 255 or 39.31% from 519); Green value is 226 (88.67% from 255 or 43.55% from 519); Blue value is 89 (35.16% from 255 or 17.15% from 519); Max value from RGB is 226 - color contains mainly: green. Hex color #CCE259 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCE259 is #331DA6. Grayscale: #CCCCCC. Windows color (decimal): -3349927 or 5890764. OLE color: 5890764.
HSL color Cylindrical-coordinate representation of color #CCE259: hue angle of 69.64º degrees, saturation: 0.7, 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 #CCE259 is Cyan = 0.10, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 204 | 226 | 89 | - |
| CMYK | 0.10 | 0 | 0.61 | 0.11 |
| HSL | 69.64º | 0.7% | 0.62% | - |
| HSV(B) | 69.64º | 0.61% | 0.89% | - |
| XYZ | 53.9 | 67.95 | 19.73 | - |
| YUV | 203.8 | 63.21 | 128.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 226 | 89 | 0.10 | 0 | 0.61 | 0.11 | 69.64 | 0.7 | 0.62 |
| Hex | CC | E2 | 59 | A | 0 | 3D | B | 46 | 46 | 3E |
| Octal | 314 | 342 | 131 | 12 | 0 | 75 | 13 | 106 | 106 | 76 |
| Binary | 11001100 | 11100010 | 1011001 | 1010 | 0 | 111101 | 1011 | 1000110 | 1000110 | 111110 |
Color Harmonies of #CCE259
Complementary color
Monochromatic Colors of #CCE259
Black with #CCE259
Text Example
Text Example
White with #CCE259
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCE259; }
p { color: rgb(204,226,89); }
H1.HeaderClassName
{
color: #CCE259;
}
.AnyTagClassName
{
color: #CCE259;
}
</style>
background-color css
<style>
a { background-color: #CCE259; }
a { background-color: rgb(204,226,89); }
div.DivClassName
{
background-color: #CCE259;
}
.BgClassName
{
background-color: #CCE259;
}
</style>
border-color css
<style>
span { border-color: #CCE259; }
span { border-color: rgb(204,226,89); }
td.TdClassName
{
border-color: #CCE259;
}
.TagClassName
{
border-color: #CCE259;
}
</style>