Shades of Kelly Green #5FC11D
Tints of Kelly Green #5FC11D
RGB
CMYK
RGB Variations
Color information
#5FC11D (or 0x5FC11D) is known color: Kelly Green. HEX triplet: 5F, C1 and 1D. RGB value is (95,193,29). Sum of RGB (Red+Green+Blue) = 95+193+29=317 (41% of max value = 765). Red value is 95 (37.5% from 255 or 29.97% from 317); Green value is 193 (75.78% from 255 or 60.88% from 317); Blue value is 29 (11.72% from 255 or 9.15% from 317); Max value from RGB is 193 - color contains mainly: green. Hex color #5FC11D is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5FC11D is #A03EE2. Grayscale: #919191. Windows color (decimal): -10501859 or 1950047. OLE color: 1950047.
HSL color Cylindrical-coordinate representation of color #5FC11D: hue angle of 95.85º degrees, saturation: 0.74, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #5FC11D is Cyan = 0.51, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 95 | 193 | 29 | - |
| CMYK | 0.51 | 0 | 0.85 | 0.24 |
| HSL | 95.85º | 0.74% | 0.44% | - |
| HSV(B) | 95.85º | 0.85% | 0.76% | - |
| XYZ | 24.01 | 40.66 | 7.75 | - |
| YUV | 145 | 62.53 | 92.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 193 | 29 | 0.51 | 0 | 0.85 | 0.24 | 95.85 | 0.74 | 0.44 |
| Hex | 5F | C1 | 1D | 33 | 0 | 55 | 18 | 60 | 4A | 2C |
| Octal | 137 | 301 | 35 | 63 | 0 | 125 | 30 | 140 | 112 | 54 |
| Binary | 1011111 | 11000001 | 11101 | 110011 | 0 | 1010101 | 11000 | 1100000 | 1001010 | 101100 |
Color Harmonies of #5FC11D
Complementary color
Monochromatic Colors of #5FC11D
Black with #5FC11D
Text Example
Text Example
White with #5FC11D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FC11D; }
p { color: rgb(95,193,29); }
H1.HeaderClassName
{
color: #5FC11D;
}
.AnyTagClassName
{
color: #5FC11D;
}
</style>
background-color css
<style>
a { background-color: #5FC11D; }
a { background-color: rgb(95,193,29); }
div.DivClassName
{
background-color: #5FC11D;
}
.BgClassName
{
background-color: #5FC11D;
}
</style>
border-color css
<style>
span { border-color: #5FC11D; }
span { border-color: rgb(95,193,29); }
td.TdClassName
{
border-color: #5FC11D;
}
.TagClassName
{
border-color: #5FC11D;
}
</style>