Shades of Mindaro #CAE260
Tints of Mindaro #CAE260
RGB
CMYK
RGB Variations
Color information
#CAE260 (or 0xCAE260) is known color: Mindaro. HEX triplet: CA, E2 and 60. RGB value is (202,226,96). Sum of RGB (Red+Green+Blue) = 202+226+96=524 (69% of max value = 765). Red value is 202 (79.30% from 255 or 38.55% from 524); Green value is 226 (88.67% from 255 or 43.13% from 524); Blue value is 96 (37.89% from 255 or 18.32% from 524); Max value from RGB is 226 - color contains mainly: green. Hex color #CAE260 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CAE260 is #351D9F. Grayscale: #CCCCCC. Windows color (decimal): -3480992 or 6349514. OLE color: 6349514.
HSL color Cylindrical-coordinate representation of color #CAE260: hue angle of 71.08º degrees, saturation: 0.69, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #CAE260 is Cyan = 0.11, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 202 | 226 | 96 | - |
| CMYK | 0.11 | 0 | 0.58 | 0.11 |
| HSL | 71.08º | 0.69% | 0.63% | - |
| HSV(B) | 71.08º | 0.58% | 0.89% | - |
| XYZ | 53.66 | 67.79 | 21.32 | - |
| YUV | 204 | 67.05 | 126.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 226 | 96 | 0.11 | 0 | 0.58 | 0.11 | 71.08 | 0.69 | 0.63 |
| Hex | CA | E2 | 60 | B | 0 | 3A | B | 47 | 45 | 3F |
| Octal | 312 | 342 | 140 | 13 | 0 | 72 | 13 | 107 | 105 | 77 |
| Binary | 11001010 | 11100010 | 1100000 | 1011 | 0 | 111010 | 1011 | 1000111 | 1000101 | 111111 |
Color Harmonies of #CAE260
Complementary color
Monochromatic Colors of #CAE260
Black with #CAE260
Text Example
Text Example
White with #CAE260
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAE260; }
p { color: rgb(202,226,96); }
H1.HeaderClassName
{
color: #CAE260;
}
.AnyTagClassName
{
color: #CAE260;
}
</style>
background-color css
<style>
a { background-color: #CAE260; }
a { background-color: rgb(202,226,96); }
div.DivClassName
{
background-color: #CAE260;
}
.BgClassName
{
background-color: #CAE260;
}
</style>
border-color css
<style>
span { border-color: #CAE260; }
span { border-color: rgb(202,226,96); }
td.TdClassName
{
border-color: #CAE260;
}
.TagClassName
{
border-color: #CAE260;
}
</style>