Shades of Kelly Green #5ED31F
Tints of Kelly Green #5ED31F
RGB
CMYK
RGB Variations
Color information
#5ED31F (or 0x5ED31F) is known color: Kelly Green. HEX triplet: 5E, D3 and 1F. RGB value is (94,211,31). Sum of RGB (Red+Green+Blue) = 94+211+31=336 (44% of max value = 765). Red value is 94 (37.11% from 255 or 27.98% from 336); Green value is 211 (82.81% from 255 or 62.80% from 336); Blue value is 31 (12.5% from 255 or 9.23% from 336); Max value from RGB is 211 - color contains mainly: green. Hex color #5ED31F is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5ED31F is #A12CE0. Grayscale: #9C9C9C. Windows color (decimal): -10562785 or 2085726. OLE color: 2085726.
HSL color Cylindrical-coordinate representation of color #5ED31F: hue angle of 99º 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 #5ED31F is Cyan = 0.55, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 94 | 211 | 31 | - |
| CMYK | 0.55 | 0 | 0.85 | 0.17 |
| HSL | 99º | 0.74% | 0.47% | - |
| HSV(B) | 99º | 0.85% | 0.83% | - |
| XYZ | 28.16 | 49.07 | 9.28 | - |
| YUV | 155.5 | 57.74 | 84.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 211 | 31 | 0.55 | 0 | 0.85 | 0.17 | 99 | 0.74 | 0.47 |
| Hex | 5E | D3 | 1F | 37 | 0 | 55 | 11 | 63 | 4A | 2F |
| Octal | 136 | 323 | 37 | 67 | 0 | 125 | 21 | 143 | 112 | 57 |
| Binary | 1011110 | 11010011 | 11111 | 110111 | 0 | 1010101 | 10001 | 1100011 | 1001010 | 101111 |
Color Harmonies of #5ED31F
Complementary color
Monochromatic Colors of #5ED31F
Black with #5ED31F
Text Example
Text Example
White with #5ED31F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5ED31F; }
p { color: rgb(94,211,31); }
H1.HeaderClassName
{
color: #5ED31F;
}
.AnyTagClassName
{
color: #5ED31F;
}
</style>
background-color css
<style>
a { background-color: #5ED31F; }
a { background-color: rgb(94,211,31); }
div.DivClassName
{
background-color: #5ED31F;
}
.BgClassName
{
background-color: #5ED31F;
}
</style>
border-color css
<style>
span { border-color: #5ED31F; }
span { border-color: rgb(94,211,31); }
td.TdClassName
{
border-color: #5ED31F;
}
.TagClassName
{
border-color: #5ED31F;
}
</style>