Shades of Mindaro #CAE85B
Tints of Mindaro #CAE85B
RGB
CMYK
RGB Variations
Color information
#CAE85B (or 0xCAE85B) is known color: Mindaro. HEX triplet: CA, E8 and 5B. RGB value is (202,232,91). Sum of RGB (Red+Green+Blue) = 202+232+91=525 (69% of max value = 765). Red value is 202 (79.30% from 255 or 38.48% from 525); Green value is 232 (91.02% from 255 or 44.19% from 525); Blue value is 91 (35.94% from 255 or 17.33% from 525); Max value from RGB is 232 - color contains mainly: green. Hex color #CAE85B is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CAE85B is #3517A4. Grayscale: #CFCFCF. Windows color (decimal): -3479461 or 6023370. OLE color: 6023370.
HSL color Cylindrical-coordinate representation of color #CAE85B: hue angle of 72.77º degrees, saturation: 0.75, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #CAE85B is Cyan = 0.13, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 202 | 232 | 91 | - |
| CMYK | 0.13 | 0 | 0.61 | 0.09 |
| HSL | 72.77º | 0.75% | 0.63% | - |
| HSV(B) | 72.77º | 0.61% | 0.91% | - |
| XYZ | 55.1 | 71.03 | 20.7 | - |
| YUV | 206.96 | 62.56 | 124.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 232 | 91 | 0.13 | 0 | 0.61 | 0.09 | 72.77 | 0.75 | 0.63 |
| Hex | CA | E8 | 5B | D | 0 | 3D | 9 | 49 | 4B | 3F |
| Octal | 312 | 350 | 133 | 15 | 0 | 75 | 11 | 111 | 113 | 77 |
| Binary | 11001010 | 11101000 | 1011011 | 1101 | 0 | 111101 | 1001 | 1001001 | 1001011 | 111111 |
Color Harmonies of #CAE85B
Complementary color
Monochromatic Colors of #CAE85B
Black with #CAE85B
Text Example
Text Example
White with #CAE85B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAE85B; }
p { color: rgb(202,232,91); }
H1.HeaderClassName
{
color: #CAE85B;
}
.AnyTagClassName
{
color: #CAE85B;
}
</style>
background-color css
<style>
a { background-color: #CAE85B; }
a { background-color: rgb(202,232,91); }
div.DivClassName
{
background-color: #CAE85B;
}
.BgClassName
{
background-color: #CAE85B;
}
</style>
border-color css
<style>
span { border-color: #CAE85B; }
span { border-color: rgb(202,232,91); }
td.TdClassName
{
border-color: #CAE85B;
}
.TagClassName
{
border-color: #CAE85B;
}
</style>