Shades of Mindaro #C5FA60
Tints of Mindaro #C5FA60
RGB
CMYK
RGB Variations
Color information
#C5FA60 (or 0xC5FA60) is known color: Mindaro. HEX triplet: C5, FA and 60. RGB value is (197,250,96). Sum of RGB (Red+Green+Blue) = 197+250+96=543 (71% of max value = 765). Red value is 197 (77.34% from 255 or 36.28% from 543); Green value is 250 (98.05% from 255 or 46.04% from 543); Blue value is 96 (37.89% from 255 or 17.68% from 543); Max value from RGB is 250 - color contains mainly: green. Hex color #C5FA60 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C5FA60 is #3A059F. Grayscale: #D9D9D9. Windows color (decimal): -3802528 or 6355653. OLE color: 6355653.
HSL color Cylindrical-coordinate representation of color #C5FA60: hue angle of 80.65º degrees, saturation: 0.94, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C5FA60 is Cyan = 0.21, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 197 | 250 | 96 | - |
| CMYK | 0.21 | 0 | 0.62 | 0.02 |
| HSL | 80.65º | 0.94% | 0.68% | - |
| HSV(B) | 80.65º | 0.62% | 0.98% | - |
| XYZ | 59.32 | 81.09 | 23.59 | - |
| YUV | 216.6 | 59.94 | 114.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 250 | 96 | 0.21 | 0 | 0.62 | 0.02 | 80.65 | 0.94 | 0.68 |
| Hex | C5 | FA | 60 | 15 | 0 | 3E | 2 | 51 | 5E | 44 |
| Octal | 305 | 372 | 140 | 25 | 0 | 76 | 2 | 121 | 136 | 104 |
| Binary | 11000101 | 11111010 | 1100000 | 10101 | 0 | 111110 | 10 | 1010001 | 1011110 | 1000100 |
Color Harmonies of #C5FA60
Complementary color
Monochromatic Colors of #C5FA60
Black with #C5FA60
Text Example
Text Example
White with #C5FA60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5FA60; }
p { color: rgb(197,250,96); }
H1.HeaderClassName
{
color: #C5FA60;
}
.AnyTagClassName
{
color: #C5FA60;
}
</style>
background-color css
<style>
a { background-color: #C5FA60; }
a { background-color: rgb(197,250,96); }
div.DivClassName
{
background-color: #C5FA60;
}
.BgClassName
{
background-color: #C5FA60;
}
</style>
border-color css
<style>
span { border-color: #C5FA60; }
span { border-color: rgb(197,250,96); }
td.TdClassName
{
border-color: #C5FA60;
}
.TagClassName
{
border-color: #C5FA60;
}
</style>