Shades of Mindaro #CAF458
Tints of Mindaro #CAF458
RGB
CMYK
RGB Variations
Color information
#CAF458 (or 0xCAF458) is known color: Mindaro. HEX triplet: CA, F4 and 58. RGB value is (202,244,88). Sum of RGB (Red+Green+Blue) = 202+244+88=534 (70% of max value = 765). Red value is 202 (79.30% from 255 or 37.83% from 534); Green value is 244 (95.70% from 255 or 45.69% from 534); Blue value is 88 (34.77% from 255 or 16.48% from 534); Max value from RGB is 244 - color contains mainly: green. Hex color #CAF458 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CAF458 is #350BA7. Grayscale: #D6D6D6. Windows color (decimal): -3476392 or 5829834. OLE color: 5829834.
HSL color Cylindrical-coordinate representation of color #CAF458: hue angle of 76.15º degrees, saturation: 0.88, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #CAF458 is Cyan = 0.17, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 202 | 244 | 88 | - |
| CMYK | 0.17 | 0 | 0.64 | 0.04 |
| HSL | 76.15º | 0.88% | 0.65% | - |
| HSV(B) | 76.15º | 0.64% | 0.96% | - |
| XYZ | 58.47 | 77.96 | 21.2 | - |
| YUV | 213.66 | 57.09 | 119.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 244 | 88 | 0.17 | 0 | 0.64 | 0.04 | 76.15 | 0.88 | 0.65 |
| Hex | CA | F4 | 58 | 11 | 0 | 40 | 4 | 4C | 58 | 41 |
| Octal | 312 | 364 | 130 | 21 | 0 | 100 | 4 | 114 | 130 | 101 |
| Binary | 11001010 | 11110100 | 1011000 | 10001 | 0 | 1000000 | 100 | 1001100 | 1011000 | 1000001 |
Color Harmonies of #CAF458
Complementary color
Monochromatic Colors of #CAF458
Black with #CAF458
Text Example
Text Example
White with #CAF458
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAF458; }
p { color: rgb(202,244,88); }
H1.HeaderClassName
{
color: #CAF458;
}
.AnyTagClassName
{
color: #CAF458;
}
</style>
background-color css
<style>
a { background-color: #CAF458; }
a { background-color: rgb(202,244,88); }
div.DivClassName
{
background-color: #CAF458;
}
.BgClassName
{
background-color: #CAF458;
}
</style>
border-color css
<style>
span { border-color: #CAF458; }
span { border-color: rgb(202,244,88); }
td.TdClassName
{
border-color: #CAF458;
}
.TagClassName
{
border-color: #CAF458;
}
</style>