Shades of Kelly Green #5ED32F
Tints of Kelly Green #5ED32F
RGB
CMYK
RGB Variations
Color information
#5ED32F (or 0x5ED32F) is known color: Kelly Green. HEX triplet: 5E, D3 and 2F. RGB value is (94,211,47). Sum of RGB (Red+Green+Blue) = 94+211+47=352 (46% of max value = 765). Red value is 94 (37.11% from 255 or 26.70% from 352); Green value is 211 (82.81% from 255 or 59.94% from 352); Blue value is 47 (18.75% from 255 or 13.35% from 352); Max value from RGB is 211 - color contains mainly: green. Hex color #5ED32F is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5ED32F is #A12CD0. Grayscale: #9D9D9D. Windows color (decimal): -10562769 or 3134302. OLE color: 3134302.
HSL color Cylindrical-coordinate representation of color #5ED32F: hue angle of 102.8º degrees, saturation: 0.65, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #5ED32F is Cyan = 0.55, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 94 | 211 | 47 | - |
| CMYK | 0.55 | 0 | 0.78 | 0.17 |
| HSL | 102.8º | 0.65% | 0.51% | - |
| HSV(B) | 102.8º | 0.78% | 0.83% | - |
| XYZ | 28.42 | 49.17 | 10.68 | - |
| YUV | 157.32 | 65.74 | 82.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 211 | 47 | 0.55 | 0 | 0.78 | 0.17 | 102.8 | 0.65 | 0.51 |
| Hex | 5E | D3 | 2F | 37 | 0 | 4E | 11 | 67 | 41 | 33 |
| Octal | 136 | 323 | 57 | 67 | 0 | 116 | 21 | 147 | 101 | 63 |
| Binary | 1011110 | 11010011 | 101111 | 110111 | 0 | 1001110 | 10001 | 1100111 | 1000001 | 110011 |
Color Harmonies of #5ED32F
Complementary color
Monochromatic Colors of #5ED32F
Black with #5ED32F
Text Example
Text Example
White with #5ED32F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5ED32F; }
p { color: rgb(94,211,47); }
H1.HeaderClassName
{
color: #5ED32F;
}
.AnyTagClassName
{
color: #5ED32F;
}
</style>
background-color css
<style>
a { background-color: #5ED32F; }
a { background-color: rgb(94,211,47); }
div.DivClassName
{
background-color: #5ED32F;
}
.BgClassName
{
background-color: #5ED32F;
}
</style>
border-color css
<style>
span { border-color: #5ED32F; }
span { border-color: rgb(94,211,47); }
td.TdClassName
{
border-color: #5ED32F;
}
.TagClassName
{
border-color: #5ED32F;
}
</style>