Shades of Kelly Green #5FBC11
Tints of Kelly Green #5FBC11
RGB
CMYK
RGB Variations
Color information
#5FBC11 (or 0x5FBC11) is known color: Kelly Green. HEX triplet: 5F, BC and 11. RGB value is (95,188,17). Sum of RGB (Red+Green+Blue) = 95+188+17=300 (39% of max value = 765). Red value is 95 (37.5% from 255 or 31.67% from 300); Green value is 188 (73.83% from 255 or 62.67% from 300); Blue value is 17 (7.03% from 255 or 5.67% from 300); Max value from RGB is 188 - color contains mainly: green. Hex color #5FBC11 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #5FBC11 is #A043EE. Grayscale: #8D8D8D. Windows color (decimal): -10503151 or 1162335. OLE color: 1162335.
HSL color Cylindrical-coordinate representation of color #5FBC11: hue angle of 92.63º degrees, saturation: 0.83, 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 #5FBC11 is Cyan = 0.49, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 95 | 188 | 17 | - |
| CMYK | 0.49 | 0 | 0.91 | 0.26 |
| HSL | 92.63º | 0.83% | 0.4% | - |
| HSV(B) | 92.63º | 0.91% | 0.74% | - |
| XYZ | 22.8 | 38.44 | 6.75 | - |
| YUV | 140.7 | 58.19 | 95.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 188 | 17 | 0.49 | 0 | 0.91 | 0.26 | 92.63 | 0.83 | 0.4 |
| Hex | 5F | BC | 11 | 31 | 0 | 5B | 1A | 5D | 53 | 28 |
| Octal | 137 | 274 | 21 | 61 | 0 | 133 | 32 | 135 | 123 | 50 |
| Binary | 1011111 | 10111100 | 10001 | 110001 | 0 | 1011011 | 11010 | 1011101 | 1010011 | 101000 |
Color Harmonies of #5FBC11
Complementary color
Monochromatic Colors of #5FBC11
Black with #5FBC11
Text Example
Text Example
White with #5FBC11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FBC11; }
p { color: rgb(95,188,17); }
H1.HeaderClassName
{
color: #5FBC11;
}
.AnyTagClassName
{
color: #5FBC11;
}
</style>
background-color css
<style>
a { background-color: #5FBC11; }
a { background-color: rgb(95,188,17); }
div.DivClassName
{
background-color: #5FBC11;
}
.BgClassName
{
background-color: #5FBC11;
}
</style>
border-color css
<style>
span { border-color: #5FBC11; }
span { border-color: rgb(95,188,17); }
td.TdClassName
{
border-color: #5FBC11;
}
.TagClassName
{
border-color: #5FBC11;
}
</style>