Shades of Kelly Green #5EE32F
Tints of Kelly Green #5EE32F
RGB
CMYK
RGB Variations
Color information
#5EE32F (or 0x5EE32F) is known color: Kelly Green. HEX triplet: 5E, E3 and 2F. RGB value is (94,227,47). Sum of RGB (Red+Green+Blue) = 94+227+47=368 (48% of max value = 765). Red value is 94 (37.11% from 255 or 25.54% from 368); Green value is 227 (89.06% from 255 or 61.68% from 368); Blue value is 47 (18.75% from 255 or 12.77% from 368); Max value from RGB is 227 - color contains mainly: green. Hex color #5EE32F is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5EE32F is #A11CD0. Grayscale: #A7A7A7. Windows color (decimal): -10558673 or 3138398. OLE color: 3138398.
HSL color Cylindrical-coordinate representation of color #5EE32F: hue angle of 104.33º degrees, saturation: 0.76, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #5EE32F is Cyan = 0.59, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 94 | 227 | 47 | - |
| CMYK | 0.59 | 0 | 0.79 | 0.11 |
| HSL | 104.33º | 0.76% | 0.54% | - |
| HSV(B) | 104.33º | 0.79% | 0.89% | - |
| XYZ | 32.6 | 57.52 | 12.07 | - |
| YUV | 166.71 | 60.44 | 76.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 227 | 47 | 0.59 | 0 | 0.79 | 0.11 | 104.33 | 0.76 | 0.54 |
| Hex | 5E | E3 | 2F | 3B | 0 | 4F | B | 68 | 4C | 36 |
| Octal | 136 | 343 | 57 | 73 | 0 | 117 | 13 | 150 | 114 | 66 |
| Binary | 1011110 | 11100011 | 101111 | 111011 | 0 | 1001111 | 1011 | 1101000 | 1001100 | 110110 |
Color Harmonies of #5EE32F
Complementary color
Monochromatic Colors of #5EE32F
Black with #5EE32F
Text Example
Text Example
White with #5EE32F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5EE32F; }
p { color: rgb(94,227,47); }
H1.HeaderClassName
{
color: #5EE32F;
}
.AnyTagClassName
{
color: #5EE32F;
}
</style>
background-color css
<style>
a { background-color: #5EE32F; }
a { background-color: rgb(94,227,47); }
div.DivClassName
{
background-color: #5EE32F;
}
.BgClassName
{
background-color: #5EE32F;
}
</style>
border-color css
<style>
span { border-color: #5EE32F; }
span { border-color: rgb(94,227,47); }
td.TdClassName
{
border-color: #5EE32F;
}
.TagClassName
{
border-color: #5EE32F;
}
</style>