Shades of Kelly Green #5EE32D
Tints of Kelly Green #5EE32D
RGB
CMYK
RGB Variations
Color information
#5EE32D (or 0x5EE32D) is known color: Kelly Green. HEX triplet: 5E, E3 and 2D. RGB value is (94,227,45). Sum of RGB (Red+Green+Blue) = 94+227+45=366 (48% of max value = 765). Red value is 94 (37.11% from 255 or 25.68% from 366); Green value is 227 (89.06% from 255 or 62.02% from 366); Blue value is 45 (17.97% from 255 or 12.30% from 366); Max value from RGB is 227 - color contains mainly: green. Hex color #5EE32D is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5EE32D is #A11CD2. Grayscale: #A7A7A7. Windows color (decimal): -10558675 or 3007326. OLE color: 3007326.
HSL color Cylindrical-coordinate representation of color #5EE32D: hue angle of 103.85º degrees, saturation: 0.76, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #5EE32D is Cyan = 0.59, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 94 | 227 | 45 | - |
| CMYK | 0.59 | 0 | 0.80 | 0.11 |
| HSL | 103.85º | 0.76% | 0.53% | - |
| HSV(B) | 103.85º | 0.8% | 0.89% | - |
| XYZ | 32.56 | 57.51 | 11.87 | - |
| YUV | 166.49 | 59.44 | 76.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 227 | 45 | 0.59 | 0 | 0.80 | 0.11 | 103.85 | 0.76 | 0.53 |
| Hex | 5E | E3 | 2D | 3B | 0 | 50 | B | 68 | 4C | 35 |
| Octal | 136 | 343 | 55 | 73 | 0 | 120 | 13 | 150 | 114 | 65 |
| Binary | 1011110 | 11100011 | 101101 | 111011 | 0 | 1010000 | 1011 | 1101000 | 1001100 | 110101 |
Color Harmonies of #5EE32D
Complementary color
Monochromatic Colors of #5EE32D
Black with #5EE32D
Text Example
Text Example
White with #5EE32D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5EE32D; }
p { color: rgb(94,227,45); }
H1.HeaderClassName
{
color: #5EE32D;
}
.AnyTagClassName
{
color: #5EE32D;
}
</style>
background-color css
<style>
a { background-color: #5EE32D; }
a { background-color: rgb(94,227,45); }
div.DivClassName
{
background-color: #5EE32D;
}
.BgClassName
{
background-color: #5EE32D;
}
</style>
border-color css
<style>
span { border-color: #5EE32D; }
span { border-color: rgb(94,227,45); }
td.TdClassName
{
border-color: #5EE32D;
}
.TagClassName
{
border-color: #5EE32D;
}
</style>