Shades of Mindaro #CAE85D
Tints of Mindaro #CAE85D
RGB
CMYK
RGB Variations
Color information
#CAE85D (or 0xCAE85D) is known color: Mindaro. HEX triplet: CA, E8 and 5D. RGB value is (202,232,93). Sum of RGB (Red+Green+Blue) = 202+232+93=527 (69% of max value = 765). Red value is 202 (79.30% from 255 or 38.33% from 527); Green value is 232 (91.02% from 255 or 44.02% from 527); Blue value is 93 (36.72% from 255 or 17.65% from 527); Max value from RGB is 232 - color contains mainly: green. Hex color #CAE85D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CAE85D is #3517A2. Grayscale: #CFCFCF. Windows color (decimal): -3479459 or 6154442. OLE color: 6154442.
HSL color Cylindrical-coordinate representation of color #CAE85D: hue angle of 72.95º degrees, saturation: 0.75, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #CAE85D is Cyan = 0.13, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 202 | 232 | 93 | - |
| CMYK | 0.13 | 0 | 0.60 | 0.09 |
| HSL | 72.95º | 0.75% | 0.64% | - |
| HSV(B) | 72.95º | 0.6% | 0.91% | - |
| XYZ | 55.19 | 71.06 | 21.16 | - |
| YUV | 207.18 | 63.56 | 124.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 232 | 93 | 0.13 | 0 | 0.60 | 0.09 | 72.95 | 0.75 | 0.64 |
| Hex | CA | E8 | 5D | D | 0 | 3C | 9 | 49 | 4B | 40 |
| Octal | 312 | 350 | 135 | 15 | 0 | 74 | 11 | 111 | 113 | 100 |
| Binary | 11001010 | 11101000 | 1011101 | 1101 | 0 | 111100 | 1001 | 1001001 | 1001011 | 1000000 |
Color Harmonies of #CAE85D
Complementary color
Monochromatic Colors of #CAE85D
Black with #CAE85D
Text Example
Text Example
White with #CAE85D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAE85D; }
p { color: rgb(202,232,93); }
H1.HeaderClassName
{
color: #CAE85D;
}
.AnyTagClassName
{
color: #CAE85D;
}
</style>
background-color css
<style>
a { background-color: #CAE85D; }
a { background-color: rgb(202,232,93); }
div.DivClassName
{
background-color: #CAE85D;
}
.BgClassName
{
background-color: #CAE85D;
}
</style>
border-color css
<style>
span { border-color: #CAE85D; }
span { border-color: rgb(202,232,93); }
td.TdClassName
{
border-color: #CAE85D;
}
.TagClassName
{
border-color: #CAE85D;
}
</style>