Shades of Mindaro #CAEA5D
Tints of Mindaro #CAEA5D
RGB
CMYK
RGB Variations
Color information
#CAEA5D (or 0xCAEA5D) is known color: Mindaro. HEX triplet: CA, EA and 5D. RGB value is (202,234,93). Sum of RGB (Red+Green+Blue) = 202+234+93=529 (70% of max value = 765). Red value is 202 (79.30% from 255 or 38.19% from 529); Green value is 234 (91.80% from 255 or 44.23% from 529); Blue value is 93 (36.72% from 255 or 17.58% from 529); Max value from RGB is 234 - color contains mainly: green. Hex color #CAEA5D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CAEA5D is #3515A2. Grayscale: #D0D0D0. Windows color (decimal): -3478947 or 6154954. OLE color: 6154954.
HSL color Cylindrical-coordinate representation of color #CAEA5D: hue angle of 73.62º degrees, saturation: 0.77, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #CAEA5D is Cyan = 0.14, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 202 | 234 | 93 | - |
| CMYK | 0.14 | 0 | 0.60 | 0.08 |
| HSL | 73.62º | 0.77% | 0.64% | - |
| HSV(B) | 73.62º | 0.6% | 0.92% | - |
| XYZ | 55.76 | 72.19 | 21.35 | - |
| YUV | 208.36 | 62.9 | 123.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 234 | 93 | 0.14 | 0 | 0.60 | 0.08 | 73.62 | 0.77 | 0.64 |
| Hex | CA | EA | 5D | E | 0 | 3C | 8 | 4A | 4D | 40 |
| Octal | 312 | 352 | 135 | 16 | 0 | 74 | 10 | 112 | 115 | 100 |
| Binary | 11001010 | 11101010 | 1011101 | 1110 | 0 | 111100 | 1000 | 1001010 | 1001101 | 1000000 |
Color Harmonies of #CAEA5D
Complementary color
Monochromatic Colors of #CAEA5D
Black with #CAEA5D
Text Example
Text Example
White with #CAEA5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAEA5D; }
p { color: rgb(202,234,93); }
H1.HeaderClassName
{
color: #CAEA5D;
}
.AnyTagClassName
{
color: #CAEA5D;
}
</style>
background-color css
<style>
a { background-color: #CAEA5D; }
a { background-color: rgb(202,234,93); }
div.DivClassName
{
background-color: #CAEA5D;
}
.BgClassName
{
background-color: #CAEA5D;
}
</style>
border-color css
<style>
span { border-color: #CAEA5D; }
span { border-color: rgb(202,234,93); }
td.TdClassName
{
border-color: #CAEA5D;
}
.TagClassName
{
border-color: #CAEA5D;
}
</style>