Shades of Kelly Green #5ED52F
Tints of Kelly Green #5ED52F
RGB
CMYK
RGB Variations
Color information
#5ED52F (or 0x5ED52F) is known color: Kelly Green. HEX triplet: 5E, D5 and 2F. RGB value is (94,213,47). Sum of RGB (Red+Green+Blue) = 94+213+47=354 (46% of max value = 765). Red value is 94 (37.11% from 255 or 26.55% from 354); Green value is 213 (83.59% from 255 or 60.17% from 354); Blue value is 47 (18.75% from 255 or 13.28% from 354); Max value from RGB is 213 - color contains mainly: green. Hex color #5ED52F is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5ED52F is #A12AD0. Grayscale: #9F9F9F. Windows color (decimal): -10562257 or 3134814. OLE color: 3134814.
HSL color Cylindrical-coordinate representation of color #5ED52F: hue angle of 103.01º degrees, saturation: 0.66, 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 #5ED52F is Cyan = 0.56, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 94 | 213 | 47 | - |
| CMYK | 0.56 | 0 | 0.78 | 0.16 |
| HSL | 103.01º | 0.66% | 0.51% | - |
| HSV(B) | 103.01º | 0.78% | 0.84% | - |
| XYZ | 28.92 | 50.17 | 10.85 | - |
| YUV | 158.5 | 65.08 | 82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 213 | 47 | 0.56 | 0 | 0.78 | 0.16 | 103.01 | 0.66 | 0.51 |
| Hex | 5E | D5 | 2F | 38 | 0 | 4E | 10 | 67 | 42 | 33 |
| Octal | 136 | 325 | 57 | 70 | 0 | 116 | 20 | 147 | 102 | 63 |
| Binary | 1011110 | 11010101 | 101111 | 111000 | 0 | 1001110 | 10000 | 1100111 | 1000010 | 110011 |
Color Harmonies of #5ED52F
Complementary color
Monochromatic Colors of #5ED52F
Black with #5ED52F
Text Example
Text Example
White with #5ED52F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5ED52F; }
p { color: rgb(94,213,47); }
H1.HeaderClassName
{
color: #5ED52F;
}
.AnyTagClassName
{
color: #5ED52F;
}
</style>
background-color css
<style>
a { background-color: #5ED52F; }
a { background-color: rgb(94,213,47); }
div.DivClassName
{
background-color: #5ED52F;
}
.BgClassName
{
background-color: #5ED52F;
}
</style>
border-color css
<style>
span { border-color: #5ED52F; }
span { border-color: rgb(94,213,47); }
td.TdClassName
{
border-color: #5ED52F;
}
.TagClassName
{
border-color: #5ED52F;
}
</style>