Shades of Bright Green #5EDD0E
Tints of Bright Green #5EDD0E
RGB
CMYK
RGB Variations
Color information
#5EDD0E (or 0x5EDD0E) is known color: Bright Green. HEX triplet: 5E, DD and 0E. RGB value is (94,221,14). Sum of RGB (Red+Green+Blue) = 94+221+14=329 (43% of max value = 765). Red value is 94 (37.11% from 255 or 28.57% from 329); Green value is 221 (86.72% from 255 or 67.17% from 329); Blue value is 14 (5.86% from 255 or 4.26% from 329); Max value from RGB is 221 - color contains mainly: green. Hex color #5EDD0E is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #5EDD0E is #A122F1. Grayscale: #A0A0A0. Windows color (decimal): -10560242 or 974174. OLE color: 974174.
HSL color Cylindrical-coordinate representation of color #5EDD0E: hue angle of 96.81º degrees, saturation: 0.88, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #5EDD0E is Cyan = 0.57, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 94 | 221 | 14 | - |
| CMYK | 0.57 | 0 | 0.94 | 0.13 |
| HSL | 96.81º | 0.88% | 0.46% | - |
| HSV(B) | 96.81º | 0.94% | 0.87% | - |
| XYZ | 30.55 | 54.12 | 9.25 | - |
| YUV | 159.43 | 45.92 | 81.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 221 | 14 | 0.57 | 0 | 0.94 | 0.13 | 96.81 | 0.88 | 0.46 |
| Hex | 5E | DD | E | 39 | 0 | 5E | D | 61 | 58 | 2E |
| Octal | 136 | 335 | 16 | 71 | 0 | 136 | 15 | 141 | 130 | 56 |
| Binary | 1011110 | 11011101 | 1110 | 111001 | 0 | 1011110 | 1101 | 1100001 | 1011000 | 101110 |
Color Harmonies of #5EDD0E
Complementary color
Monochromatic Colors of #5EDD0E
Black with #5EDD0E
Text Example
Text Example
White with #5EDD0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5EDD0E; }
p { color: rgb(94,221,14); }
H1.HeaderClassName
{
color: #5EDD0E;
}
.AnyTagClassName
{
color: #5EDD0E;
}
</style>
background-color css
<style>
a { background-color: #5EDD0E; }
a { background-color: rgb(94,221,14); }
div.DivClassName
{
background-color: #5EDD0E;
}
.BgClassName
{
background-color: #5EDD0E;
}
</style>
border-color css
<style>
span { border-color: #5EDD0E; }
span { border-color: rgb(94,221,14); }
td.TdClassName
{
border-color: #5EDD0E;
}
.TagClassName
{
border-color: #5EDD0E;
}
</style>