Shades of Mindaro #CAF658
Tints of Mindaro #CAF658
RGB
CMYK
RGB Variations
Color information
#CAF658 (or 0xCAF658) is known color: Mindaro. HEX triplet: CA, F6 and 58. RGB value is (202,246,88). Sum of RGB (Red+Green+Blue) = 202+246+88=536 (70% of max value = 765). Red value is 202 (79.30% from 255 or 37.69% from 536); Green value is 246 (96.48% from 255 or 45.90% from 536); Blue value is 88 (34.77% from 255 or 16.42% from 536); Max value from RGB is 246 - color contains mainly: green. Hex color #CAF658 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CAF658 is #3509A7. Grayscale: #D7D7D7. Windows color (decimal): -3475880 or 5830346. OLE color: 5830346.
HSL color Cylindrical-coordinate representation of color #CAF658: hue angle of 76.71º degrees, saturation: 0.9, 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 #CAF658 is Cyan = 0.18, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 202 | 246 | 88 | - |
| CMYK | 0.18 | 0 | 0.64 | 0.04 |
| HSL | 76.71º | 0.9% | 0.65% | - |
| HSV(B) | 76.71º | 0.64% | 0.96% | - |
| XYZ | 59.07 | 79.17 | 21.4 | - |
| YUV | 214.83 | 56.42 | 118.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 246 | 88 | 0.18 | 0 | 0.64 | 0.04 | 76.71 | 0.9 | 0.65 |
| Hex | CA | F6 | 58 | 12 | 0 | 40 | 4 | 4D | 5A | 41 |
| Octal | 312 | 366 | 130 | 22 | 0 | 100 | 4 | 115 | 132 | 101 |
| Binary | 11001010 | 11110110 | 1011000 | 10010 | 0 | 1000000 | 100 | 1001101 | 1011010 | 1000001 |
Color Harmonies of #CAF658
Complementary color
Monochromatic Colors of #CAF658
Black with #CAF658
Text Example
Text Example
White with #CAF658
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAF658; }
p { color: rgb(202,246,88); }
H1.HeaderClassName
{
color: #CAF658;
}
.AnyTagClassName
{
color: #CAF658;
}
</style>
background-color css
<style>
a { background-color: #CAF658; }
a { background-color: rgb(202,246,88); }
div.DivClassName
{
background-color: #CAF658;
}
.BgClassName
{
background-color: #CAF658;
}
</style>
border-color css
<style>
span { border-color: #CAF658; }
span { border-color: rgb(202,246,88); }
td.TdClassName
{
border-color: #CAF658;
}
.TagClassName
{
border-color: #CAF658;
}
</style>