Shades of Mindaro #CCEA59
Tints of Mindaro #CCEA59
RGB
CMYK
RGB Variations
Color information
#CCEA59 (or 0xCCEA59) is known color: Mindaro. HEX triplet: CC, EA and 59. RGB value is (204,234,89). Sum of RGB (Red+Green+Blue) = 204+234+89=527 (69% of max value = 765). Red value is 204 (80.08% from 255 or 38.71% from 527); Green value is 234 (91.80% from 255 or 44.40% from 527); Blue value is 89 (35.16% from 255 or 16.89% from 527); Max value from RGB is 234 - color contains mainly: green. Hex color #CCEA59 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CCEA59 is #3315A6. Grayscale: #D1D1D1. Windows color (decimal): -3347879 or 5892812. OLE color: 5892812.
HSL color Cylindrical-coordinate representation of color #CCEA59: hue angle of 72.41º degrees, saturation: 0.78, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #CCEA59 is Cyan = 0.13, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 204 | 234 | 89 | - |
| CMYK | 0.13 | 0 | 0.62 | 0.08 |
| HSL | 72.41º | 0.78% | 0.63% | - |
| HSV(B) | 72.41º | 0.62% | 0.92% | - |
| XYZ | 56.13 | 72.4 | 20.47 | - |
| YUV | 208.5 | 60.56 | 124.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 234 | 89 | 0.13 | 0 | 0.62 | 0.08 | 72.41 | 0.78 | 0.63 |
| Hex | CC | EA | 59 | D | 0 | 3E | 8 | 48 | 4E | 3F |
| Octal | 314 | 352 | 131 | 15 | 0 | 76 | 10 | 110 | 116 | 77 |
| Binary | 11001100 | 11101010 | 1011001 | 1101 | 0 | 111110 | 1000 | 1001000 | 1001110 | 111111 |
Color Harmonies of #CCEA59
Complementary color
Monochromatic Colors of #CCEA59
Black with #CCEA59
Text Example
Text Example
White with #CCEA59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCEA59; }
p { color: rgb(204,234,89); }
H1.HeaderClassName
{
color: #CCEA59;
}
.AnyTagClassName
{
color: #CCEA59;
}
</style>
background-color css
<style>
a { background-color: #CCEA59; }
a { background-color: rgb(204,234,89); }
div.DivClassName
{
background-color: #CCEA59;
}
.BgClassName
{
background-color: #CCEA59;
}
</style>
border-color css
<style>
span { border-color: #CCEA59; }
span { border-color: rgb(204,234,89); }
td.TdClassName
{
border-color: #CCEA59;
}
.TagClassName
{
border-color: #CCEA59;
}
</style>