Shades of Kelly Green #5ED71A
Tints of Kelly Green #5ED71A
RGB
CMYK
RGB Variations
Color information
#5ED71A (or 0x5ED71A) is known color: Kelly Green. HEX triplet: 5E, D7 and 1A. RGB value is (94,215,26). Sum of RGB (Red+Green+Blue) = 94+215+26=335 (44% of max value = 765). Red value is 94 (37.11% from 255 or 28.06% from 335); Green value is 215 (84.38% from 255 or 64.18% from 335); Blue value is 26 (10.55% from 255 or 7.76% from 335); Max value from RGB is 215 - color contains mainly: green. Hex color #5ED71A is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5ED71A is #A128E5. Grayscale: #9D9D9D. Windows color (decimal): -10561766 or 1759070. OLE color: 1759070.
HSL color Cylindrical-coordinate representation of color #5ED71A: hue angle of 98.41º degrees, saturation: 0.78, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #5ED71A is Cyan = 0.56, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 94 | 215 | 26 | - |
| CMYK | 0.56 | 0 | 0.88 | 0.16 |
| HSL | 98.41º | 0.78% | 0.47% | - |
| HSV(B) | 98.41º | 0.88% | 0.84% | - |
| XYZ | 29.1 | 51.06 | 9.3 | - |
| YUV | 157.28 | 53.91 | 82.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 215 | 26 | 0.56 | 0 | 0.88 | 0.16 | 98.41 | 0.78 | 0.47 |
| Hex | 5E | D7 | 1A | 38 | 0 | 58 | 10 | 62 | 4E | 2F |
| Octal | 136 | 327 | 32 | 70 | 0 | 130 | 20 | 142 | 116 | 57 |
| Binary | 1011110 | 11010111 | 11010 | 111000 | 0 | 1011000 | 10000 | 1100010 | 1001110 | 101111 |
Color Harmonies of #5ED71A
Complementary color
Monochromatic Colors of #5ED71A
Black with #5ED71A
Text Example
Text Example
White with #5ED71A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5ED71A; }
p { color: rgb(94,215,26); }
H1.HeaderClassName
{
color: #5ED71A;
}
.AnyTagClassName
{
color: #5ED71A;
}
</style>
background-color css
<style>
a { background-color: #5ED71A; }
a { background-color: rgb(94,215,26); }
div.DivClassName
{
background-color: #5ED71A;
}
.BgClassName
{
background-color: #5ED71A;
}
</style>
border-color css
<style>
span { border-color: #5ED71A; }
span { border-color: rgb(94,215,26); }
td.TdClassName
{
border-color: #5ED71A;
}
.TagClassName
{
border-color: #5ED71A;
}
</style>