Shades of Mindaro #CAF260
Tints of Mindaro #CAF260
RGB
CMYK
RGB Variations
Color information
#CAF260 (or 0xCAF260) is known color: Mindaro. HEX triplet: CA, F2 and 60. RGB value is (202,242,96). Sum of RGB (Red+Green+Blue) = 202+242+96=540 (71% of max value = 765). Red value is 202 (79.30% from 255 or 37.41% from 540); Green value is 242 (94.92% from 255 or 44.81% from 540); Blue value is 96 (37.89% from 255 or 17.78% from 540); Max value from RGB is 242 - color contains mainly: green. Hex color #CAF260 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CAF260 is #350D9F. Grayscale: #D5D5D5. Windows color (decimal): -3476896 or 6353610. OLE color: 6353610.
HSL color Cylindrical-coordinate representation of color #CAF260: hue angle of 76.44º degrees, saturation: 0.85, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #CAF260 is Cyan = 0.17, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 202 | 242 | 96 | - |
| CMYK | 0.17 | 0 | 0.60 | 0.05 |
| HSL | 76.44º | 0.85% | 0.66% | - |
| HSV(B) | 76.44º | 0.6% | 0.95% | - |
| XYZ | 58.22 | 76.91 | 22.84 | - |
| YUV | 213.4 | 61.75 | 119.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 242 | 96 | 0.17 | 0 | 0.60 | 0.05 | 76.44 | 0.85 | 0.66 |
| Hex | CA | F2 | 60 | 11 | 0 | 3C | 5 | 4C | 55 | 42 |
| Octal | 312 | 362 | 140 | 21 | 0 | 74 | 5 | 114 | 125 | 102 |
| Binary | 11001010 | 11110010 | 1100000 | 10001 | 0 | 111100 | 101 | 1001100 | 1010101 | 1000010 |
Color Harmonies of #CAF260
Complementary color
Monochromatic Colors of #CAF260
Black with #CAF260
Text Example
Text Example
White with #CAF260
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAF260; }
p { color: rgb(202,242,96); }
H1.HeaderClassName
{
color: #CAF260;
}
.AnyTagClassName
{
color: #CAF260;
}
</style>
background-color css
<style>
a { background-color: #CAF260; }
a { background-color: rgb(202,242,96); }
div.DivClassName
{
background-color: #CAF260;
}
.BgClassName
{
background-color: #CAF260;
}
</style>
border-color css
<style>
span { border-color: #CAF260; }
span { border-color: rgb(202,242,96); }
td.TdClassName
{
border-color: #CAF260;
}
.TagClassName
{
border-color: #CAF260;
}
</style>