Shades of Mindaro #CCE759
Tints of Mindaro #CCE759
RGB
CMYK
RGB Variations
Color information
#CCE759 (or 0xCCE759) is known color: Mindaro. HEX triplet: CC, E7 and 59. RGB value is (204,231,89). Sum of RGB (Red+Green+Blue) = 204+231+89=524 (69% of max value = 765). Red value is 204 (80.08% from 255 or 38.93% from 524); Green value is 231 (90.62% from 255 or 44.08% from 524); Blue value is 89 (35.16% from 255 or 16.98% from 524); Max value from RGB is 231 - color contains mainly: green. Hex color #CCE759 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CCE759 is #3318A6. Grayscale: #CFCFCF. Windows color (decimal): -3348647 or 5892044. OLE color: 5892044.
HSL color Cylindrical-coordinate representation of color #CCE759: hue angle of 71.41º degrees, saturation: 0.75, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #CCE759 is Cyan = 0.12, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 204 | 231 | 89 | - |
| CMYK | 0.12 | 0 | 0.61 | 0.09 |
| HSL | 71.41º | 0.75% | 0.63% | - |
| HSV(B) | 71.41º | 0.61% | 0.91% | - |
| XYZ | 55.28 | 70.71 | 20.19 | - |
| YUV | 206.74 | 61.55 | 126.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 231 | 89 | 0.12 | 0 | 0.61 | 0.09 | 71.41 | 0.75 | 0.63 |
| Hex | CC | E7 | 59 | C | 0 | 3D | 9 | 47 | 4B | 3F |
| Octal | 314 | 347 | 131 | 14 | 0 | 75 | 11 | 107 | 113 | 77 |
| Binary | 11001100 | 11100111 | 1011001 | 1100 | 0 | 111101 | 1001 | 1000111 | 1001011 | 111111 |
Color Harmonies of #CCE759
Complementary color
Monochromatic Colors of #CCE759
Black with #CCE759
Text Example
Text Example
White with #CCE759
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCE759; }
p { color: rgb(204,231,89); }
H1.HeaderClassName
{
color: #CCE759;
}
.AnyTagClassName
{
color: #CCE759;
}
</style>
background-color css
<style>
a { background-color: #CCE759; }
a { background-color: rgb(204,231,89); }
div.DivClassName
{
background-color: #CCE759;
}
.BgClassName
{
background-color: #CCE759;
}
</style>
border-color css
<style>
span { border-color: #CCE759; }
span { border-color: rgb(204,231,89); }
td.TdClassName
{
border-color: #CCE759;
}
.TagClassName
{
border-color: #CCE759;
}
</style>