Shades of Kelly Green #5FBC10
Tints of Kelly Green #5FBC10
RGB
CMYK
RGB Variations
Color information
#5FBC10 (or 0x5FBC10) is known color: Kelly Green. HEX triplet: 5F, BC and 10. RGB value is (95,188,16). Sum of RGB (Red+Green+Blue) = 95+188+16=299 (39% of max value = 765). Red value is 95 (37.5% from 255 or 31.77% from 299); Green value is 188 (73.83% from 255 or 62.88% from 299); Blue value is 16 (6.64% from 255 or 5.35% from 299); Max value from RGB is 188 - color contains mainly: green. Hex color #5FBC10 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #5FBC10 is #A043EF. Grayscale: #8D8D8D. Windows color (decimal): -10503152 or 1096799. OLE color: 1096799.
HSL color Cylindrical-coordinate representation of color #5FBC10: hue angle of 92.44º degrees, saturation: 0.84, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #5FBC10 is Cyan = 0.49, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 95 | 188 | 16 | - |
| CMYK | 0.49 | 0 | 0.91 | 0.26 |
| HSL | 92.44º | 0.84% | 0.4% | - |
| HSV(B) | 92.44º | 0.91% | 0.74% | - |
| XYZ | 22.8 | 38.44 | 6.71 | - |
| YUV | 140.59 | 57.69 | 95.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 188 | 16 | 0.49 | 0 | 0.91 | 0.26 | 92.44 | 0.84 | 0.4 |
| Hex | 5F | BC | 10 | 31 | 0 | 5B | 1A | 5C | 54 | 28 |
| Octal | 137 | 274 | 20 | 61 | 0 | 133 | 32 | 134 | 124 | 50 |
| Binary | 1011111 | 10111100 | 10000 | 110001 | 0 | 1011011 | 11010 | 1011100 | 1010100 | 101000 |
Color Harmonies of #5FBC10
Complementary color
Monochromatic Colors of #5FBC10
Black with #5FBC10
Text Example
Text Example
White with #5FBC10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FBC10; }
p { color: rgb(95,188,16); }
H1.HeaderClassName
{
color: #5FBC10;
}
.AnyTagClassName
{
color: #5FBC10;
}
</style>
background-color css
<style>
a { background-color: #5FBC10; }
a { background-color: rgb(95,188,16); }
div.DivClassName
{
background-color: #5FBC10;
}
.BgClassName
{
background-color: #5FBC10;
}
</style>
border-color css
<style>
span { border-color: #5FBC10; }
span { border-color: rgb(95,188,16); }
td.TdClassName
{
border-color: #5FBC10;
}
.TagClassName
{
border-color: #5FBC10;
}
</style>