Shades of Bright Green #5EDD09
Tints of Bright Green #5EDD09
RGB
CMYK
RGB Variations
Color information
#5EDD09 (or 0x5EDD09) is known color: Bright Green. HEX triplet: 5E, DD and 09. RGB value is (94,221,9). Sum of RGB (Red+Green+Blue) = 94+221+9=324 (42% of max value = 765). Red value is 94 (37.11% from 255 or 29.01% from 324); Green value is 221 (86.72% from 255 or 68.21% from 324); Blue value is 9 (3.91% from 255 or 2.78% from 324); Max value from RGB is 221 - color contains mainly: green. Hex color #5EDD09 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #5EDD09 is #A122F6. Grayscale: #9F9F9F. Windows color (decimal): -10560247 or 646494. OLE color: 646494.
HSL color Cylindrical-coordinate representation of color #5EDD09: hue angle of 95.94º degrees, saturation: 0.92, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #5EDD09 is Cyan = 0.57, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 94 | 221 | 9 | - |
| CMYK | 0.57 | 0 | 0.96 | 0.13 |
| HSL | 95.94º | 0.92% | 0.45% | - |
| HSV(B) | 95.94º | 0.96% | 0.87% | - |
| XYZ | 30.52 | 54.11 | 9.09 | - |
| YUV | 158.86 | 43.42 | 81.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 221 | 9 | 0.57 | 0 | 0.96 | 0.13 | 95.94 | 0.92 | 0.45 |
| Hex | 5E | DD | 9 | 39 | 0 | 60 | D | 60 | 5C | 2D |
| Octal | 136 | 335 | 11 | 71 | 0 | 140 | 15 | 140 | 134 | 55 |
| Binary | 1011110 | 11011101 | 1001 | 111001 | 0 | 1100000 | 1101 | 1100000 | 1011100 | 101101 |
Color Harmonies of #5EDD09
Complementary color
Monochromatic Colors of #5EDD09
Black with #5EDD09
Text Example
Text Example
White with #5EDD09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5EDD09; }
p { color: rgb(94,221,9); }
H1.HeaderClassName
{
color: #5EDD09;
}
.AnyTagClassName
{
color: #5EDD09;
}
</style>
background-color css
<style>
a { background-color: #5EDD09; }
a { background-color: rgb(94,221,9); }
div.DivClassName
{
background-color: #5EDD09;
}
.BgClassName
{
background-color: #5EDD09;
}
</style>
border-color css
<style>
span { border-color: #5EDD09; }
span { border-color: rgb(94,221,9); }
td.TdClassName
{
border-color: #5EDD09;
}
.TagClassName
{
border-color: #5EDD09;
}
</style>