Shades of Mindaro #CAF261
Tints of Mindaro #CAF261
RGB
CMYK
RGB Variations
Color information
#CAF261 (or 0xCAF261) is known color: Mindaro. HEX triplet: CA, F2 and 61. RGB value is (202,242,97). Sum of RGB (Red+Green+Blue) = 202+242+97=541 (71% of max value = 765). Red value is 202 (79.30% from 255 or 37.34% from 541); Green value is 242 (94.92% from 255 or 44.73% from 541); Blue value is 97 (38.28% from 255 or 17.93% from 541); Max value from RGB is 242 - color contains mainly: green. Hex color #CAF261 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CAF261 is #350D9E. Grayscale: #D6D6D6. Windows color (decimal): -3476895 or 6419146. OLE color: 6419146.
HSL color Cylindrical-coordinate representation of color #CAF261: hue angle of 76.55º 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 #CAF261 is Cyan = 0.17, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 202 | 242 | 97 | - |
| CMYK | 0.17 | 0 | 0.60 | 0.05 |
| HSL | 76.55º | 0.85% | 0.66% | - |
| HSV(B) | 76.55º | 0.6% | 0.95% | - |
| XYZ | 58.27 | 76.92 | 23.09 | - |
| YUV | 213.51 | 62.25 | 119.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 242 | 97 | 0.17 | 0 | 0.60 | 0.05 | 76.55 | 0.85 | 0.66 |
| Hex | CA | F2 | 61 | 11 | 0 | 3C | 5 | 4D | 55 | 42 |
| Octal | 312 | 362 | 141 | 21 | 0 | 74 | 5 | 115 | 125 | 102 |
| Binary | 11001010 | 11110010 | 1100001 | 10001 | 0 | 111100 | 101 | 1001101 | 1010101 | 1000010 |
Color Harmonies of #CAF261
Complementary color
Monochromatic Colors of #CAF261
Black with #CAF261
Text Example
Text Example
White with #CAF261
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAF261; }
p { color: rgb(202,242,97); }
H1.HeaderClassName
{
color: #CAF261;
}
.AnyTagClassName
{
color: #CAF261;
}
</style>
background-color css
<style>
a { background-color: #CAF261; }
a { background-color: rgb(202,242,97); }
div.DivClassName
{
background-color: #CAF261;
}
.BgClassName
{
background-color: #CAF261;
}
</style>
border-color css
<style>
span { border-color: #CAF261; }
span { border-color: rgb(202,242,97); }
td.TdClassName
{
border-color: #CAF261;
}
.TagClassName
{
border-color: #CAF261;
}
</style>