Shades of Mindaro #C5FB60
Tints of Mindaro #C5FB60
RGB
CMYK
RGB Variations
Color information
#C5FB60 (or 0xC5FB60) is known color: Mindaro. HEX triplet: C5, FB and 60. RGB value is (197,251,96). Sum of RGB (Red+Green+Blue) = 197+251+96=544 (72% of max value = 765). Red value is 197 (77.34% from 255 or 36.21% from 544); Green value is 251 (98.44% from 255 or 46.14% from 544); Blue value is 96 (37.89% from 255 or 17.65% from 544); Max value from RGB is 251 - color contains mainly: green. Hex color #C5FB60 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C5FB60 is #3A049F. Grayscale: #D9D9D9. Windows color (decimal): -3802272 or 6355909. OLE color: 6355909.
HSL color Cylindrical-coordinate representation of color #C5FB60: hue angle of 80.9º degrees, saturation: 0.95, 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 #C5FB60 is Cyan = 0.22, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 197 | 251 | 96 | - |
| CMYK | 0.22 | 0 | 0.62 | 0.02 |
| HSL | 80.9º | 0.95% | 0.68% | - |
| HSV(B) | 80.9º | 0.62% | 0.98% | - |
| XYZ | 59.63 | 81.71 | 23.69 | - |
| YUV | 217.18 | 59.61 | 113.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 251 | 96 | 0.22 | 0 | 0.62 | 0.02 | 80.9 | 0.95 | 0.68 |
| Hex | C5 | FB | 60 | 16 | 0 | 3E | 2 | 51 | 5F | 44 |
| Octal | 305 | 373 | 140 | 26 | 0 | 76 | 2 | 121 | 137 | 104 |
| Binary | 11000101 | 11111011 | 1100000 | 10110 | 0 | 111110 | 10 | 1010001 | 1011111 | 1000100 |
Color Harmonies of #C5FB60
Complementary color
Monochromatic Colors of #C5FB60
Black with #C5FB60
Text Example
Text Example
White with #C5FB60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5FB60; }
p { color: rgb(197,251,96); }
H1.HeaderClassName
{
color: #C5FB60;
}
.AnyTagClassName
{
color: #C5FB60;
}
</style>
background-color css
<style>
a { background-color: #C5FB60; }
a { background-color: rgb(197,251,96); }
div.DivClassName
{
background-color: #C5FB60;
}
.BgClassName
{
background-color: #C5FB60;
}
</style>
border-color css
<style>
span { border-color: #C5FB60; }
span { border-color: rgb(197,251,96); }
td.TdClassName
{
border-color: #C5FB60;
}
.TagClassName
{
border-color: #C5FB60;
}
</style>