Shades of Mindaro #CAE070
Tints of Mindaro #CAE070
RGB
CMYK
RGB Variations
Color information
#CAE070 (or 0xCAE070) is known color: Mindaro. HEX triplet: CA, E0 and 70. RGB value is (202,224,112). Sum of RGB (Red+Green+Blue) = 202+224+112=538 (71% of max value = 765). Red value is 202 (79.30% from 255 or 37.55% from 538); Green value is 224 (87.89% from 255 or 41.64% from 538); Blue value is 112 (44.14% from 255 or 20.82% from 538); Max value from RGB is 224 - color contains mainly: green. Hex color #CAE070 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CAE070 is #351F8F. Grayscale: #CDCDCD. Windows color (decimal): -3481488 or 7397578. OLE color: 7397578.
HSL color Cylindrical-coordinate representation of color #CAE070: hue angle of 71.79º degrees, saturation: 0.64, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CAE070 is Cyan = 0.10, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 202 | 224 | 112 | - |
| CMYK | 0.10 | 0 | 0.50 | 0.12 |
| HSL | 71.79º | 0.64% | 0.66% | - |
| HSV(B) | 71.79º | 0.5% | 0.88% | - |
| XYZ | 53.94 | 67.04 | 25.43 | - |
| YUV | 204.65 | 75.71 | 126.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 224 | 112 | 0.10 | 0 | 0.50 | 0.12 | 71.79 | 0.64 | 0.66 |
| Hex | CA | E0 | 70 | A | 0 | 32 | C | 48 | 40 | 42 |
| Octal | 312 | 340 | 160 | 12 | 0 | 62 | 14 | 110 | 100 | 102 |
| Binary | 11001010 | 11100000 | 1110000 | 1010 | 0 | 110010 | 1100 | 1001000 | 1000000 | 1000010 |
Color Harmonies of #CAE070
Complementary color
Monochromatic Colors of #CAE070
Black with #CAE070
Text Example
Text Example
White with #CAE070
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAE070; }
p { color: rgb(202,224,112); }
H1.HeaderClassName
{
color: #CAE070;
}
.AnyTagClassName
{
color: #CAE070;
}
</style>
background-color css
<style>
a { background-color: #CAE070; }
a { background-color: rgb(202,224,112); }
div.DivClassName
{
background-color: #CAE070;
}
.BgClassName
{
background-color: #CAE070;
}
</style>
border-color css
<style>
span { border-color: #CAE070; }
span { border-color: rgb(202,224,112); }
td.TdClassName
{
border-color: #CAE070;
}
.TagClassName
{
border-color: #CAE070;
}
</style>