Shades of Mindaro #CAE759
Tints of Mindaro #CAE759
RGB
CMYK
RGB Variations
Color information
#CAE759 (or 0xCAE759) is known color: Mindaro. HEX triplet: CA, E7 and 59. RGB value is (202,231,89). Sum of RGB (Red+Green+Blue) = 202+231+89=522 (69% of max value = 765). Red value is 202 (79.30% from 255 or 38.70% from 522); Green value is 231 (90.62% from 255 or 44.25% from 522); Blue value is 89 (35.16% from 255 or 17.05% from 522); Max value from RGB is 231 - color contains mainly: green. Hex color #CAE759 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CAE759 is #3518A6. Grayscale: #CECECE. Windows color (decimal): -3479719 or 5892042. OLE color: 5892042.
HSL color Cylindrical-coordinate representation of color #CAE759: hue angle of 72.25º 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 #CAE759 is Cyan = 0.13, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 202 | 231 | 89 | - |
| CMYK | 0.13 | 0 | 0.61 | 0.09 |
| HSL | 72.25º | 0.75% | 0.63% | - |
| HSV(B) | 72.25º | 0.61% | 0.91% | - |
| XYZ | 54.74 | 70.43 | 20.16 | - |
| YUV | 206.14 | 61.89 | 125.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 231 | 89 | 0.13 | 0 | 0.61 | 0.09 | 72.25 | 0.75 | 0.63 |
| Hex | CA | E7 | 59 | D | 0 | 3D | 9 | 48 | 4B | 3F |
| Octal | 312 | 347 | 131 | 15 | 0 | 75 | 11 | 110 | 113 | 77 |
| Binary | 11001010 | 11100111 | 1011001 | 1101 | 0 | 111101 | 1001 | 1001000 | 1001011 | 111111 |
Color Harmonies of #CAE759
Complementary color
Monochromatic Colors of #CAE759
Black with #CAE759
Text Example
Text Example
White with #CAE759
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAE759; }
p { color: rgb(202,231,89); }
H1.HeaderClassName
{
color: #CAE759;
}
.AnyTagClassName
{
color: #CAE759;
}
</style>
background-color css
<style>
a { background-color: #CAE759; }
a { background-color: rgb(202,231,89); }
div.DivClassName
{
background-color: #CAE759;
}
.BgClassName
{
background-color: #CAE759;
}
</style>
border-color css
<style>
span { border-color: #CAE759; }
span { border-color: rgb(202,231,89); }
td.TdClassName
{
border-color: #CAE759;
}
.TagClassName
{
border-color: #CAE759;
}
</style>