Shades of Kelly Green #5FD31F
Tints of Kelly Green #5FD31F
RGB
CMYK
RGB Variations
Color information
#5FD31F (or 0x5FD31F) is known color: Kelly Green. HEX triplet: 5F, D3 and 1F. RGB value is (95,211,31). Sum of RGB (Red+Green+Blue) = 95+211+31=337 (44% of max value = 765). Red value is 95 (37.5% from 255 or 28.19% from 337); Green value is 211 (82.81% from 255 or 62.61% from 337); Blue value is 31 (12.5% from 255 or 9.20% from 337); Max value from RGB is 211 - color contains mainly: green. Hex color #5FD31F is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5FD31F is #A02CE0. Grayscale: #9C9C9C. Windows color (decimal): -10497249 or 2085727. OLE color: 2085727.
HSL color Cylindrical-coordinate representation of color #5FD31F: hue angle of 98.67º degrees, saturation: 0.74, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #5FD31F is Cyan = 0.55, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 95 | 211 | 31 | - |
| CMYK | 0.55 | 0 | 0.85 | 0.17 |
| HSL | 98.67º | 0.74% | 0.47% | - |
| HSV(B) | 98.67º | 0.85% | 0.83% | - |
| XYZ | 28.26 | 49.12 | 9.29 | - |
| YUV | 155.8 | 57.57 | 84.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 211 | 31 | 0.55 | 0 | 0.85 | 0.17 | 98.67 | 0.74 | 0.47 |
| Hex | 5F | D3 | 1F | 37 | 0 | 55 | 11 | 63 | 4A | 2F |
| Octal | 137 | 323 | 37 | 67 | 0 | 125 | 21 | 143 | 112 | 57 |
| Binary | 1011111 | 11010011 | 11111 | 110111 | 0 | 1010101 | 10001 | 1100011 | 1001010 | 101111 |
Color Harmonies of #5FD31F
Complementary color
Monochromatic Colors of #5FD31F
Black with #5FD31F
Text Example
Text Example
White with #5FD31F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FD31F; }
p { color: rgb(95,211,31); }
H1.HeaderClassName
{
color: #5FD31F;
}
.AnyTagClassName
{
color: #5FD31F;
}
</style>
background-color css
<style>
a { background-color: #5FD31F; }
a { background-color: rgb(95,211,31); }
div.DivClassName
{
background-color: #5FD31F;
}
.BgClassName
{
background-color: #5FD31F;
}
</style>
border-color css
<style>
span { border-color: #5FD31F; }
span { border-color: rgb(95,211,31); }
td.TdClassName
{
border-color: #5FD31F;
}
.TagClassName
{
border-color: #5FD31F;
}
</style>