Shades of Kelly Green #5FBA10
Tints of Kelly Green #5FBA10
RGB
CMYK
RGB Variations
Color information
#5FBA10 (or 0x5FBA10) is known color: Kelly Green. HEX triplet: 5F, BA and 10. RGB value is (95,186,16). Sum of RGB (Red+Green+Blue) = 95+186+16=297 (39% of max value = 765). Red value is 95 (37.5% from 255 or 31.99% from 297); Green value is 186 (73.05% from 255 or 62.63% from 297); Blue value is 16 (6.64% from 255 or 5.39% from 297); Max value from RGB is 186 - color contains mainly: green. Hex color #5FBA10 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #5FBA10 is #A045EF. Grayscale: #8C8C8C. Windows color (decimal): -10503664 or 1096287. OLE color: 1096287.
HSL color Cylindrical-coordinate representation of color #5FBA10: hue angle of 92.12º degrees, saturation: 0.84, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #5FBA10 is Cyan = 0.49, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 95 | 186 | 16 | - |
| CMYK | 0.49 | 0 | 0.91 | 0.27 |
| HSL | 92.12º | 0.84% | 0.4% | - |
| HSV(B) | 92.12º | 0.91% | 0.73% | - |
| XYZ | 22.37 | 37.59 | 6.57 | - |
| YUV | 139.41 | 58.35 | 96.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 186 | 16 | 0.49 | 0 | 0.91 | 0.27 | 92.12 | 0.84 | 0.4 |
| Hex | 5F | BA | 10 | 31 | 0 | 5B | 1B | 5C | 54 | 28 |
| Octal | 137 | 272 | 20 | 61 | 0 | 133 | 33 | 134 | 124 | 50 |
| Binary | 1011111 | 10111010 | 10000 | 110001 | 0 | 1011011 | 11011 | 1011100 | 1010100 | 101000 |
Color Harmonies of #5FBA10
Complementary color
Monochromatic Colors of #5FBA10
Black with #5FBA10
Text Example
Text Example
White with #5FBA10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FBA10; }
p { color: rgb(95,186,16); }
H1.HeaderClassName
{
color: #5FBA10;
}
.AnyTagClassName
{
color: #5FBA10;
}
</style>
background-color css
<style>
a { background-color: #5FBA10; }
a { background-color: rgb(95,186,16); }
div.DivClassName
{
background-color: #5FBA10;
}
.BgClassName
{
background-color: #5FBA10;
}
</style>
border-color css
<style>
span { border-color: #5FBA10; }
span { border-color: rgb(95,186,16); }
td.TdClassName
{
border-color: #5FBA10;
}
.TagClassName
{
border-color: #5FBA10;
}
</style>