Shades of Bright Green #5EDD0A
Tints of Bright Green #5EDD0A
RGB
CMYK
RGB Variations
Color information
#5EDD0A (or 0x5EDD0A) is known color: Bright Green. HEX triplet: 5E, DD and 0A. RGB value is (94,221,10). Sum of RGB (Red+Green+Blue) = 94+221+10=325 (43% of max value = 765). Red value is 94 (37.11% from 255 or 28.92% from 325); Green value is 221 (86.72% from 255 or 68% from 325); Blue value is 10 (4.30% from 255 or 3.08% from 325); Max value from RGB is 221 - color contains mainly: green. Hex color #5EDD0A is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #5EDD0A is #A122F5. Grayscale: #9F9F9F. Windows color (decimal): -10560246 or 712030. OLE color: 712030.
HSL color Cylindrical-coordinate representation of color #5EDD0A: hue angle of 96.11º degrees, saturation: 0.91, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #5EDD0A is Cyan = 0.57, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 94 | 221 | 10 | - |
| CMYK | 0.57 | 0 | 0.95 | 0.13 |
| HSL | 96.11º | 0.91% | 0.45% | - |
| HSV(B) | 96.11º | 0.95% | 0.87% | - |
| XYZ | 30.53 | 54.11 | 9.12 | - |
| YUV | 158.97 | 43.92 | 81.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 221 | 10 | 0.57 | 0 | 0.95 | 0.13 | 96.11 | 0.91 | 0.45 |
| Hex | 5E | DD | A | 39 | 0 | 5F | D | 60 | 5B | 2D |
| Octal | 136 | 335 | 12 | 71 | 0 | 137 | 15 | 140 | 133 | 55 |
| Binary | 1011110 | 11011101 | 1010 | 111001 | 0 | 1011111 | 1101 | 1100000 | 1011011 | 101101 |
Color Harmonies of #5EDD0A
Complementary color
Monochromatic Colors of #5EDD0A
Black with #5EDD0A
Text Example
Text Example
White with #5EDD0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5EDD0A; }
p { color: rgb(94,221,10); }
H1.HeaderClassName
{
color: #5EDD0A;
}
.AnyTagClassName
{
color: #5EDD0A;
}
</style>
background-color css
<style>
a { background-color: #5EDD0A; }
a { background-color: rgb(94,221,10); }
div.DivClassName
{
background-color: #5EDD0A;
}
.BgClassName
{
background-color: #5EDD0A;
}
</style>
border-color css
<style>
span { border-color: #5EDD0A; }
span { border-color: rgb(94,221,10); }
td.TdClassName
{
border-color: #5EDD0A;
}
.TagClassName
{
border-color: #5EDD0A;
}
</style>