Shades of Kelly Green #5ED714
Tints of Kelly Green #5ED714
RGB
CMYK
RGB Variations
Color information
#5ED714 (or 0x5ED714) is known color: Kelly Green. HEX triplet: 5E, D7 and 14. RGB value is (94,215,20). Sum of RGB (Red+Green+Blue) = 94+215+20=329 (43% of max value = 765). Red value is 94 (37.11% from 255 or 28.57% from 329); Green value is 215 (84.38% from 255 or 65.35% from 329); Blue value is 20 (8.20% from 255 or 6.08% from 329); Max value from RGB is 215 - color contains mainly: green. Hex color #5ED714 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #5ED714 is #A128EB. Grayscale: #9D9D9D. Windows color (decimal): -10561772 or 1365854. OLE color: 1365854.
HSL color Cylindrical-coordinate representation of color #5ED714: hue angle of 97.23º degrees, saturation: 0.83, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #5ED714 is Cyan = 0.56, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 94 | 215 | 20 | - |
| CMYK | 0.56 | 0 | 0.91 | 0.16 |
| HSL | 97.23º | 0.83% | 0.46% | - |
| HSV(B) | 97.23º | 0.91% | 0.84% | - |
| XYZ | 29.04 | 51.03 | 8.98 | - |
| YUV | 156.59 | 50.91 | 83.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 215 | 20 | 0.56 | 0 | 0.91 | 0.16 | 97.23 | 0.83 | 0.46 |
| Hex | 5E | D7 | 14 | 38 | 0 | 5B | 10 | 61 | 53 | 2E |
| Octal | 136 | 327 | 24 | 70 | 0 | 133 | 20 | 141 | 123 | 56 |
| Binary | 1011110 | 11010111 | 10100 | 111000 | 0 | 1011011 | 10000 | 1100001 | 1010011 | 101110 |
Color Harmonies of #5ED714
Complementary color
Monochromatic Colors of #5ED714
Black with #5ED714
Text Example
Text Example
White with #5ED714
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5ED714; }
p { color: rgb(94,215,20); }
H1.HeaderClassName
{
color: #5ED714;
}
.AnyTagClassName
{
color: #5ED714;
}
</style>
background-color css
<style>
a { background-color: #5ED714; }
a { background-color: rgb(94,215,20); }
div.DivClassName
{
background-color: #5ED714;
}
.BgClassName
{
background-color: #5ED714;
}
</style>
border-color css
<style>
span { border-color: #5ED714; }
span { border-color: rgb(94,215,20); }
td.TdClassName
{
border-color: #5ED714;
}
.TagClassName
{
border-color: #5ED714;
}
</style>