Shades of Kelly Green #5FBC1D
Tints of Kelly Green #5FBC1D
RGB
CMYK
RGB Variations
Color information
#5FBC1D (or 0x5FBC1D) is known color: Kelly Green. HEX triplet: 5F, BC and 1D. RGB value is (95,188,29). Sum of RGB (Red+Green+Blue) = 95+188+29=312 (41% of max value = 765). Red value is 95 (37.5% from 255 or 30.45% from 312); Green value is 188 (73.83% from 255 or 60.26% from 312); Blue value is 29 (11.72% from 255 or 9.29% from 312); Max value from RGB is 188 - color contains mainly: green. Hex color #5FBC1D is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5FBC1D is #A043E2. Grayscale: #8E8E8E. Windows color (decimal): -10503139 or 1948767. OLE color: 1948767.
HSL color Cylindrical-coordinate representation of color #5FBC1D: hue angle of 95.09º degrees, saturation: 0.73, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #5FBC1D is Cyan = 0.49, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 95 | 188 | 29 | - |
| CMYK | 0.49 | 0 | 0.85 | 0.26 |
| HSL | 95.09º | 0.73% | 0.43% | - |
| HSV(B) | 95.09º | 0.85% | 0.74% | - |
| XYZ | 22.92 | 38.49 | 7.38 | - |
| YUV | 142.07 | 64.19 | 94.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 188 | 29 | 0.49 | 0 | 0.85 | 0.26 | 95.09 | 0.73 | 0.43 |
| Hex | 5F | BC | 1D | 31 | 0 | 55 | 1A | 5F | 49 | 2B |
| Octal | 137 | 274 | 35 | 61 | 0 | 125 | 32 | 137 | 111 | 53 |
| Binary | 1011111 | 10111100 | 11101 | 110001 | 0 | 1010101 | 11010 | 1011111 | 1001001 | 101011 |
Color Harmonies of #5FBC1D
Complementary color
Monochromatic Colors of #5FBC1D
Black with #5FBC1D
Text Example
Text Example
White with #5FBC1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FBC1D; }
p { color: rgb(95,188,29); }
H1.HeaderClassName
{
color: #5FBC1D;
}
.AnyTagClassName
{
color: #5FBC1D;
}
</style>
background-color css
<style>
a { background-color: #5FBC1D; }
a { background-color: rgb(95,188,29); }
div.DivClassName
{
background-color: #5FBC1D;
}
.BgClassName
{
background-color: #5FBC1D;
}
</style>
border-color css
<style>
span { border-color: #5FBC1D; }
span { border-color: rgb(95,188,29); }
td.TdClassName
{
border-color: #5FBC1D;
}
.TagClassName
{
border-color: #5FBC1D;
}
</style>