Shades of Kelly Green #5ED52E
Tints of Kelly Green #5ED52E
RGB
CMYK
RGB Variations
Color information
#5ED52E (or 0x5ED52E) is known color: Kelly Green. HEX triplet: 5E, D5 and 2E. RGB value is (94,213,46). Sum of RGB (Red+Green+Blue) = 94+213+46=353 (46% of max value = 765). Red value is 94 (37.11% from 255 or 26.63% from 353); Green value is 213 (83.59% from 255 or 60.34% from 353); Blue value is 46 (18.36% from 255 or 13.03% from 353); Max value from RGB is 213 - color contains mainly: green. Hex color #5ED52E is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5ED52E is #A12AD1. Grayscale: #9E9E9E. Windows color (decimal): -10562258 or 3069278. OLE color: 3069278.
HSL color Cylindrical-coordinate representation of color #5ED52E: hue angle of 102.75º degrees, saturation: 0.67, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #5ED52E is Cyan = 0.56, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 94 | 213 | 46 | - |
| CMYK | 0.56 | 0 | 0.78 | 0.16 |
| HSL | 102.75º | 0.67% | 0.51% | - |
| HSV(B) | 102.75º | 0.78% | 0.84% | - |
| XYZ | 28.9 | 50.17 | 10.74 | - |
| YUV | 158.38 | 64.58 | 82.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 213 | 46 | 0.56 | 0 | 0.78 | 0.16 | 102.75 | 0.67 | 0.51 |
| Hex | 5E | D5 | 2E | 38 | 0 | 4E | 10 | 67 | 43 | 33 |
| Octal | 136 | 325 | 56 | 70 | 0 | 116 | 20 | 147 | 103 | 63 |
| Binary | 1011110 | 11010101 | 101110 | 111000 | 0 | 1001110 | 10000 | 1100111 | 1000011 | 110011 |
Color Harmonies of #5ED52E
Complementary color
Monochromatic Colors of #5ED52E
Black with #5ED52E
Text Example
Text Example
White with #5ED52E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5ED52E; }
p { color: rgb(94,213,46); }
H1.HeaderClassName
{
color: #5ED52E;
}
.AnyTagClassName
{
color: #5ED52E;
}
</style>
background-color css
<style>
a { background-color: #5ED52E; }
a { background-color: rgb(94,213,46); }
div.DivClassName
{
background-color: #5ED52E;
}
.BgClassName
{
background-color: #5ED52E;
}
</style>
border-color css
<style>
span { border-color: #5ED52E; }
span { border-color: rgb(94,213,46); }
td.TdClassName
{
border-color: #5ED52E;
}
.TagClassName
{
border-color: #5ED52E;
}
</style>