Shades of Kelly Green #5FBC13
Tints of Kelly Green #5FBC13
RGB
CMYK
RGB Variations
Color information
#5FBC13 (or 0x5FBC13) is known color: Kelly Green. HEX triplet: 5F, BC and 13. RGB value is (95,188,19). Sum of RGB (Red+Green+Blue) = 95+188+19=302 (40% of max value = 765). Red value is 95 (37.5% from 255 or 31.46% from 302); Green value is 188 (73.83% from 255 or 62.25% from 302); Blue value is 19 (7.81% from 255 or 6.29% from 302); Max value from RGB is 188 - color contains mainly: green. Hex color #5FBC13 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #5FBC13 is #A043EC. Grayscale: #8D8D8D. Windows color (decimal): -10503149 or 1293407. OLE color: 1293407.
HSL color Cylindrical-coordinate representation of color #5FBC13: hue angle of 93.02º degrees, saturation: 0.82, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #5FBC13 is Cyan = 0.49, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 95 | 188 | 19 | - |
| CMYK | 0.49 | 0 | 0.90 | 0.26 |
| HSL | 93.02º | 0.82% | 0.41% | - |
| HSV(B) | 93.02º | 0.9% | 0.74% | - |
| XYZ | 22.82 | 38.45 | 6.83 | - |
| YUV | 140.93 | 59.19 | 95.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 188 | 19 | 0.49 | 0 | 0.90 | 0.26 | 93.02 | 0.82 | 0.41 |
| Hex | 5F | BC | 13 | 31 | 0 | 5A | 1A | 5D | 52 | 29 |
| Octal | 137 | 274 | 23 | 61 | 0 | 132 | 32 | 135 | 122 | 51 |
| Binary | 1011111 | 10111100 | 10011 | 110001 | 0 | 1011010 | 11010 | 1011101 | 1010010 | 101001 |
Color Harmonies of #5FBC13
Complementary color
Monochromatic Colors of #5FBC13
Black with #5FBC13
Text Example
Text Example
White with #5FBC13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FBC13; }
p { color: rgb(95,188,19); }
H1.HeaderClassName
{
color: #5FBC13;
}
.AnyTagClassName
{
color: #5FBC13;
}
</style>
background-color css
<style>
a { background-color: #5FBC13; }
a { background-color: rgb(95,188,19); }
div.DivClassName
{
background-color: #5FBC13;
}
.BgClassName
{
background-color: #5FBC13;
}
</style>
border-color css
<style>
span { border-color: #5FBC13; }
span { border-color: rgb(95,188,19); }
td.TdClassName
{
border-color: #5FBC13;
}
.TagClassName
{
border-color: #5FBC13;
}
</style>