Shades of Mindaro #CAEA58
Tints of Mindaro #CAEA58
RGB
CMYK
RGB Variations
Color information
#CAEA58 (or 0xCAEA58) is known color: Mindaro. HEX triplet: CA, EA and 58. RGB value is (202,234,88). Sum of RGB (Red+Green+Blue) = 202+234+88=524 (69% of max value = 765). Red value is 202 (79.30% from 255 or 38.55% from 524); Green value is 234 (91.80% from 255 or 44.66% from 524); Blue value is 88 (34.77% from 255 or 16.79% from 524); Max value from RGB is 234 - color contains mainly: green. Hex color #CAEA58 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CAEA58 is #3515A7. Grayscale: #D0D0D0. Windows color (decimal): -3478952 or 5827274. OLE color: 5827274.
HSL color Cylindrical-coordinate representation of color #CAEA58: hue angle of 73.15º degrees, saturation: 0.78, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #CAEA58 is Cyan = 0.14, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 202 | 234 | 88 | - |
| CMYK | 0.14 | 0 | 0.62 | 0.08 |
| HSL | 73.15º | 0.78% | 0.63% | - |
| HSV(B) | 73.15º | 0.62% | 0.92% | - |
| XYZ | 55.54 | 72.11 | 20.22 | - |
| YUV | 207.79 | 60.4 | 123.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 234 | 88 | 0.14 | 0 | 0.62 | 0.08 | 73.15 | 0.78 | 0.63 |
| Hex | CA | EA | 58 | E | 0 | 3E | 8 | 49 | 4E | 3F |
| Octal | 312 | 352 | 130 | 16 | 0 | 76 | 10 | 111 | 116 | 77 |
| Binary | 11001010 | 11101010 | 1011000 | 1110 | 0 | 111110 | 1000 | 1001001 | 1001110 | 111111 |
Color Harmonies of #CAEA58
Complementary color
Monochromatic Colors of #CAEA58
Black with #CAEA58
Text Example
Text Example
White with #CAEA58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAEA58; }
p { color: rgb(202,234,88); }
H1.HeaderClassName
{
color: #CAEA58;
}
.AnyTagClassName
{
color: #CAEA58;
}
</style>
background-color css
<style>
a { background-color: #CAEA58; }
a { background-color: rgb(202,234,88); }
div.DivClassName
{
background-color: #CAEA58;
}
.BgClassName
{
background-color: #CAEA58;
}
</style>
border-color css
<style>
span { border-color: #CAEA58; }
span { border-color: rgb(202,234,88); }
td.TdClassName
{
border-color: #CAEA58;
}
.TagClassName
{
border-color: #CAEA58;
}
</style>