Shades of Mindaro #CAE16A
Tints of Mindaro #CAE16A
RGB
CMYK
RGB Variations
Color information
#CAE16A (or 0xCAE16A) is known color: Mindaro. HEX triplet: CA, E1 and 6A. RGB value is (202,225,106). Sum of RGB (Red+Green+Blue) = 202+225+106=533 (70% of max value = 765). Red value is 202 (79.30% from 255 or 37.90% from 533); Green value is 225 (88.28% from 255 or 42.21% from 533); Blue value is 106 (41.80% from 255 or 19.89% from 533); Max value from RGB is 225 - color contains mainly: green. Hex color #CAE16A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CAE16A is #351E95. Grayscale: #CDCDCD. Windows color (decimal): -3481238 or 7004618. OLE color: 7004618.
HSL color Cylindrical-coordinate representation of color #CAE16A: hue angle of 71.6º degrees, saturation: 0.66, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #CAE16A is Cyan = 0.10, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 202 | 225 | 106 | - |
| CMYK | 0.10 | 0 | 0.53 | 0.12 |
| HSL | 71.6º | 0.66% | 0.65% | - |
| HSV(B) | 71.6º | 0.53% | 0.88% | - |
| XYZ | 53.88 | 67.45 | 23.81 | - |
| YUV | 204.56 | 72.38 | 126.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 225 | 106 | 0.10 | 0 | 0.53 | 0.12 | 71.6 | 0.66 | 0.65 |
| Hex | CA | E1 | 6A | A | 0 | 35 | C | 48 | 42 | 41 |
| Octal | 312 | 341 | 152 | 12 | 0 | 65 | 14 | 110 | 102 | 101 |
| Binary | 11001010 | 11100001 | 1101010 | 1010 | 0 | 110101 | 1100 | 1001000 | 1000010 | 1000001 |
Color Harmonies of #CAE16A
Complementary color
Monochromatic Colors of #CAE16A
Black with #CAE16A
Text Example
Text Example
White with #CAE16A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAE16A; }
p { color: rgb(202,225,106); }
H1.HeaderClassName
{
color: #CAE16A;
}
.AnyTagClassName
{
color: #CAE16A;
}
</style>
background-color css
<style>
a { background-color: #CAE16A; }
a { background-color: rgb(202,225,106); }
div.DivClassName
{
background-color: #CAE16A;
}
.BgClassName
{
background-color: #CAE16A;
}
</style>
border-color css
<style>
span { border-color: #CAE16A; }
span { border-color: rgb(202,225,106); }
td.TdClassName
{
border-color: #CAE16A;
}
.TagClassName
{
border-color: #CAE16A;
}
</style>