Shades of Mindaro #CAE463
Tints of Mindaro #CAE463
RGB
CMYK
RGB Variations
Color information
#CAE463 (or 0xCAE463) is known color: Mindaro. HEX triplet: CA, E4 and 63. RGB value is (202,228,99). Sum of RGB (Red+Green+Blue) = 202+228+99=529 (70% of max value = 765). Red value is 202 (79.30% from 255 or 38.19% from 529); Green value is 228 (89.45% from 255 or 43.10% from 529); Blue value is 99 (39.06% from 255 or 18.71% from 529); Max value from RGB is 228 - color contains mainly: green. Hex color #CAE463 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CAE463 is #351B9C. Grayscale: #CECECE. Windows color (decimal): -3480477 or 6546634. OLE color: 6546634.
HSL color Cylindrical-coordinate representation of color #CAE463: hue angle of 72.09º degrees, saturation: 0.7, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #CAE463 is Cyan = 0.11, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 202 | 228 | 99 | - |
| CMYK | 0.11 | 0 | 0.57 | 0.11 |
| HSL | 72.09º | 0.7% | 0.64% | - |
| HSV(B) | 72.09º | 0.57% | 0.89% | - |
| XYZ | 54.35 | 68.94 | 22.25 | - |
| YUV | 205.52 | 67.89 | 125.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 228 | 99 | 0.11 | 0 | 0.57 | 0.11 | 72.09 | 0.7 | 0.64 |
| Hex | CA | E4 | 63 | B | 0 | 39 | B | 48 | 46 | 40 |
| Octal | 312 | 344 | 143 | 13 | 0 | 71 | 13 | 110 | 106 | 100 |
| Binary | 11001010 | 11100100 | 1100011 | 1011 | 0 | 111001 | 1011 | 1001000 | 1000110 | 1000000 |
Color Harmonies of #CAE463
Complementary color
Monochromatic Colors of #CAE463
Black with #CAE463
Text Example
Text Example
White with #CAE463
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAE463; }
p { color: rgb(202,228,99); }
H1.HeaderClassName
{
color: #CAE463;
}
.AnyTagClassName
{
color: #CAE463;
}
</style>
background-color css
<style>
a { background-color: #CAE463; }
a { background-color: rgb(202,228,99); }
div.DivClassName
{
background-color: #CAE463;
}
.BgClassName
{
background-color: #CAE463;
}
</style>
border-color css
<style>
span { border-color: #CAE463; }
span { border-color: rgb(202,228,99); }
td.TdClassName
{
border-color: #CAE463;
}
.TagClassName
{
border-color: #CAE463;
}
</style>