Shades of Mindaro #CAE471
Tints of Mindaro #CAE471
RGB
CMYK
RGB Variations
Color information
#CAE471 (or 0xCAE471) is known color: Mindaro. HEX triplet: CA, E4 and 71. RGB value is (202,228,113). Sum of RGB (Red+Green+Blue) = 202+228+113=543 (71% of max value = 765). Red value is 202 (79.30% from 255 or 37.20% from 543); Green value is 228 (89.45% from 255 or 41.99% from 543); Blue value is 113 (44.53% from 255 or 20.81% from 543); Max value from RGB is 228 - color contains mainly: green. Hex color #CAE471 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CAE471 is #351B8E. Grayscale: #CFCFCF. Windows color (decimal): -3480463 or 7464138. OLE color: 7464138.
HSL color Cylindrical-coordinate representation of color #CAE471: hue angle of 73.57º degrees, saturation: 0.68, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CAE471 is Cyan = 0.11, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 202 | 228 | 113 | - |
| CMYK | 0.11 | 0 | 0.50 | 0.11 |
| HSL | 73.57º | 0.68% | 0.67% | - |
| HSV(B) | 73.57º | 0.5% | 0.89% | - |
| XYZ | 55.08 | 69.24 | 26.08 | - |
| YUV | 207.12 | 74.89 | 124.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 228 | 113 | 0.11 | 0 | 0.50 | 0.11 | 73.57 | 0.68 | 0.67 |
| Hex | CA | E4 | 71 | B | 0 | 32 | B | 4A | 44 | 43 |
| Octal | 312 | 344 | 161 | 13 | 0 | 62 | 13 | 112 | 104 | 103 |
| Binary | 11001010 | 11100100 | 1110001 | 1011 | 0 | 110010 | 1011 | 1001010 | 1000100 | 1000011 |
Color Harmonies of #CAE471
Complementary color
Monochromatic Colors of #CAE471
Black with #CAE471
Text Example
Text Example
White with #CAE471
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAE471; }
p { color: rgb(202,228,113); }
H1.HeaderClassName
{
color: #CAE471;
}
.AnyTagClassName
{
color: #CAE471;
}
</style>
background-color css
<style>
a { background-color: #CAE471; }
a { background-color: rgb(202,228,113); }
div.DivClassName
{
background-color: #CAE471;
}
.BgClassName
{
background-color: #CAE471;
}
</style>
border-color css
<style>
span { border-color: #CAE471; }
span { border-color: rgb(202,228,113); }
td.TdClassName
{
border-color: #CAE471;
}
.TagClassName
{
border-color: #CAE471;
}
</style>