Shades of Kelly Green #5FBC1E
Tints of Kelly Green #5FBC1E
RGB
CMYK
RGB Variations
Color information
#5FBC1E (or 0x5FBC1E) is known color: Kelly Green. HEX triplet: 5F, BC and 1E. RGB value is (95,188,30). Sum of RGB (Red+Green+Blue) = 95+188+30=313 (41% of max value = 765). Red value is 95 (37.5% from 255 or 30.35% from 313); Green value is 188 (73.83% from 255 or 60.06% from 313); Blue value is 30 (12.11% from 255 or 9.58% from 313); Max value from RGB is 188 - color contains mainly: green. Hex color #5FBC1E is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5FBC1E is #A043E1. Grayscale: #8E8E8E. Windows color (decimal): -10503138 or 2014303. OLE color: 2014303.
HSL color Cylindrical-coordinate representation of color #5FBC1E: hue angle of 95.32º degrees, saturation: 0.72, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #5FBC1E is Cyan = 0.49, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 95 | 188 | 30 | - |
| CMYK | 0.49 | 0 | 0.84 | 0.26 |
| HSL | 95.32º | 0.72% | 0.43% | - |
| HSV(B) | 95.32º | 0.84% | 0.74% | - |
| XYZ | 22.94 | 38.49 | 7.45 | - |
| YUV | 142.18 | 64.69 | 94.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 188 | 30 | 0.49 | 0 | 0.84 | 0.26 | 95.32 | 0.72 | 0.43 |
| Hex | 5F | BC | 1E | 31 | 0 | 54 | 1A | 5F | 48 | 2B |
| Octal | 137 | 274 | 36 | 61 | 0 | 124 | 32 | 137 | 110 | 53 |
| Binary | 1011111 | 10111100 | 11110 | 110001 | 0 | 1010100 | 11010 | 1011111 | 1001000 | 101011 |
Color Harmonies of #5FBC1E
Complementary color
Monochromatic Colors of #5FBC1E
Black with #5FBC1E
Text Example
Text Example
White with #5FBC1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FBC1E; }
p { color: rgb(95,188,30); }
H1.HeaderClassName
{
color: #5FBC1E;
}
.AnyTagClassName
{
color: #5FBC1E;
}
</style>
background-color css
<style>
a { background-color: #5FBC1E; }
a { background-color: rgb(95,188,30); }
div.DivClassName
{
background-color: #5FBC1E;
}
.BgClassName
{
background-color: #5FBC1E;
}
</style>
border-color css
<style>
span { border-color: #5FBC1E; }
span { border-color: rgb(95,188,30); }
td.TdClassName
{
border-color: #5FBC1E;
}
.TagClassName
{
border-color: #5FBC1E;
}
</style>