Shades of Mindaro #CAEC63
Tints of Mindaro #CAEC63
RGB
CMYK
RGB Variations
Color information
#CAEC63 (or 0xCAEC63) is known color: Mindaro. HEX triplet: CA, EC and 63. RGB value is (202,236,99). Sum of RGB (Red+Green+Blue) = 202+236+99=537 (71% of max value = 765). Red value is 202 (79.30% from 255 or 37.62% from 537); Green value is 236 (92.58% from 255 or 43.95% from 537); Blue value is 99 (39.06% from 255 or 18.44% from 537); Max value from RGB is 236 - color contains mainly: green. Hex color #CAEC63 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CAEC63 is #35139C. Grayscale: #D2D2D2. Windows color (decimal): -3478429 or 6548682. OLE color: 6548682.
HSL color Cylindrical-coordinate representation of color #CAEC63: hue angle of 74.89º degrees, saturation: 0.78, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #CAEC63 is Cyan = 0.14, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 202 | 236 | 99 | - |
| CMYK | 0.14 | 0 | 0.58 | 0.07 |
| HSL | 74.89º | 0.78% | 0.66% | - |
| HSV(B) | 74.89º | 0.58% | 0.93% | - |
| XYZ | 56.6 | 73.45 | 23 | - |
| YUV | 210.22 | 65.24 | 122.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 236 | 99 | 0.14 | 0 | 0.58 | 0.07 | 74.89 | 0.78 | 0.66 |
| Hex | CA | EC | 63 | E | 0 | 3A | 7 | 4B | 4E | 42 |
| Octal | 312 | 354 | 143 | 16 | 0 | 72 | 7 | 113 | 116 | 102 |
| Binary | 11001010 | 11101100 | 1100011 | 1110 | 0 | 111010 | 111 | 1001011 | 1001110 | 1000010 |
Color Harmonies of #CAEC63
Complementary color
Monochromatic Colors of #CAEC63
Black with #CAEC63
Text Example
Text Example
White with #CAEC63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAEC63; }
p { color: rgb(202,236,99); }
H1.HeaderClassName
{
color: #CAEC63;
}
.AnyTagClassName
{
color: #CAEC63;
}
</style>
background-color css
<style>
a { background-color: #CAEC63; }
a { background-color: rgb(202,236,99); }
div.DivClassName
{
background-color: #CAEC63;
}
.BgClassName
{
background-color: #CAEC63;
}
</style>
border-color css
<style>
span { border-color: #CAEC63; }
span { border-color: rgb(202,236,99); }
td.TdClassName
{
border-color: #CAEC63;
}
.TagClassName
{
border-color: #CAEC63;
}
</style>