Shades of Kelly Green #5FD11F
Tints of Kelly Green #5FD11F
RGB
CMYK
RGB Variations
Color information
#5FD11F (or 0x5FD11F) is known color: Kelly Green. HEX triplet: 5F, D1 and 1F. RGB value is (95,209,31). Sum of RGB (Red+Green+Blue) = 95+209+31=335 (44% of max value = 765). Red value is 95 (37.5% from 255 or 28.36% from 335); Green value is 209 (82.03% from 255 or 62.39% from 335); Blue value is 31 (12.5% from 255 or 9.25% from 335); Max value from RGB is 209 - color contains mainly: green. Hex color #5FD11F is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5FD11F is #A02EE0. Grayscale: #9B9B9B. Windows color (decimal): -10497761 or 2085215. OLE color: 2085215.
HSL color Cylindrical-coordinate representation of color #5FD11F: hue angle of 98.43º degrees, saturation: 0.74, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #5FD11F is Cyan = 0.55, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 95 | 209 | 31 | - |
| CMYK | 0.55 | 0 | 0.85 | 0.18 |
| HSL | 98.43º | 0.74% | 0.47% | - |
| HSV(B) | 98.43º | 0.85% | 0.82% | - |
| XYZ | 27.77 | 48.13 | 9.12 | - |
| YUV | 154.62 | 58.23 | 85.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 209 | 31 | 0.55 | 0 | 0.85 | 0.18 | 98.43 | 0.74 | 0.47 |
| Hex | 5F | D1 | 1F | 37 | 0 | 55 | 12 | 62 | 4A | 2F |
| Octal | 137 | 321 | 37 | 67 | 0 | 125 | 22 | 142 | 112 | 57 |
| Binary | 1011111 | 11010001 | 11111 | 110111 | 0 | 1010101 | 10010 | 1100010 | 1001010 | 101111 |
Color Harmonies of #5FD11F
Complementary color
Monochromatic Colors of #5FD11F
Black with #5FD11F
Text Example
Text Example
White with #5FD11F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FD11F; }
p { color: rgb(95,209,31); }
H1.HeaderClassName
{
color: #5FD11F;
}
.AnyTagClassName
{
color: #5FD11F;
}
</style>
background-color css
<style>
a { background-color: #5FD11F; }
a { background-color: rgb(95,209,31); }
div.DivClassName
{
background-color: #5FD11F;
}
.BgClassName
{
background-color: #5FD11F;
}
</style>
border-color css
<style>
span { border-color: #5FD11F; }
span { border-color: rgb(95,209,31); }
td.TdClassName
{
border-color: #5FD11F;
}
.TagClassName
{
border-color: #5FD11F;
}
</style>