Shades of Mindaro #CCE659
Tints of Mindaro #CCE659
RGB
CMYK
RGB Variations
Color information
#CCE659 (or 0xCCE659) is known color: Mindaro. HEX triplet: CC, E6 and 59. RGB value is (204,230,89). Sum of RGB (Red+Green+Blue) = 204+230+89=523 (69% of max value = 765). Red value is 204 (80.08% from 255 or 39.01% from 523); Green value is 230 (90.23% from 255 or 43.98% from 523); Blue value is 89 (35.16% from 255 or 17.02% from 523); Max value from RGB is 230 - color contains mainly: green. Hex color #CCE659 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CCE659 is #3319A6. Grayscale: #CECECE. Windows color (decimal): -3348903 or 5891788. OLE color: 5891788.
HSL color Cylindrical-coordinate representation of color #CCE659: hue angle of 71.06º degrees, saturation: 0.74, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #CCE659 is Cyan = 0.11, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 204 | 230 | 89 | - |
| CMYK | 0.11 | 0 | 0.61 | 0.10 |
| HSL | 71.06º | 0.74% | 0.63% | - |
| HSV(B) | 71.06º | 0.61% | 0.9% | - |
| XYZ | 55 | 70.15 | 20.09 | - |
| YUV | 206.15 | 61.89 | 126.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 230 | 89 | 0.11 | 0 | 0.61 | 0.10 | 71.06 | 0.74 | 0.63 |
| Hex | CC | E6 | 59 | B | 0 | 3D | A | 47 | 4A | 3F |
| Octal | 314 | 346 | 131 | 13 | 0 | 75 | 12 | 107 | 112 | 77 |
| Binary | 11001100 | 11100110 | 1011001 | 1011 | 0 | 111101 | 1010 | 1000111 | 1001010 | 111111 |
Color Harmonies of #CCE659
Complementary color
Monochromatic Colors of #CCE659
Black with #CCE659
Text Example
Text Example
White with #CCE659
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCE659; }
p { color: rgb(204,230,89); }
H1.HeaderClassName
{
color: #CCE659;
}
.AnyTagClassName
{
color: #CCE659;
}
</style>
background-color css
<style>
a { background-color: #CCE659; }
a { background-color: rgb(204,230,89); }
div.DivClassName
{
background-color: #CCE659;
}
.BgClassName
{
background-color: #CCE659;
}
</style>
border-color css
<style>
span { border-color: #CCE659; }
span { border-color: rgb(204,230,89); }
td.TdClassName
{
border-color: #CCE659;
}
.TagClassName
{
border-color: #CCE659;
}
</style>