Shades of Mindaro #CAE161
Tints of Mindaro #CAE161
RGB
CMYK
RGB Variations
Color information
#CAE161 (or 0xCAE161) is known color: Mindaro. HEX triplet: CA, E1 and 61. RGB value is (202,225,97). Sum of RGB (Red+Green+Blue) = 202+225+97=524 (69% of max value = 765). Red value is 202 (79.30% from 255 or 38.55% from 524); Green value is 225 (88.28% from 255 or 42.94% from 524); Blue value is 97 (38.28% from 255 or 18.51% from 524); Max value from RGB is 225 - color contains mainly: green. Hex color #CAE161 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CAE161 is #351E9E. Grayscale: #CCCCCC. Windows color (decimal): -3481247 or 6414794. OLE color: 6414794.
HSL color Cylindrical-coordinate representation of color #CAE161: hue angle of 70.78º degrees, saturation: 0.68, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #CAE161 is Cyan = 0.10, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 202 | 225 | 97 | - |
| CMYK | 0.10 | 0 | 0.57 | 0.12 |
| HSL | 70.78º | 0.68% | 0.63% | - |
| HSV(B) | 70.78º | 0.57% | 0.88% | - |
| XYZ | 53.44 | 67.27 | 21.48 | - |
| YUV | 203.53 | 67.88 | 126.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 225 | 97 | 0.10 | 0 | 0.57 | 0.12 | 70.78 | 0.68 | 0.63 |
| Hex | CA | E1 | 61 | A | 0 | 39 | C | 47 | 44 | 3F |
| Octal | 312 | 341 | 141 | 12 | 0 | 71 | 14 | 107 | 104 | 77 |
| Binary | 11001010 | 11100001 | 1100001 | 1010 | 0 | 111001 | 1100 | 1000111 | 1000100 | 111111 |
Color Harmonies of #CAE161
Complementary color
Monochromatic Colors of #CAE161
Black with #CAE161
Text Example
Text Example
White with #CAE161
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAE161; }
p { color: rgb(202,225,97); }
H1.HeaderClassName
{
color: #CAE161;
}
.AnyTagClassName
{
color: #CAE161;
}
</style>
background-color css
<style>
a { background-color: #CAE161; }
a { background-color: rgb(202,225,97); }
div.DivClassName
{
background-color: #CAE161;
}
.BgClassName
{
background-color: #CAE161;
}
</style>
border-color css
<style>
span { border-color: #CAE161; }
span { border-color: rgb(202,225,97); }
td.TdClassName
{
border-color: #CAE161;
}
.TagClassName
{
border-color: #CAE161;
}
</style>