Shades of Bright Green #5EDC00
Tints of Bright Green #5EDC00
RGB
CMYK
RGB Variations
Color information
#5EDC00 (or 0x5EDC00) is known color: Bright Green. HEX triplet: 5E, DC and 00. RGB value is (94,220,0). Sum of RGB (Red+Green+Blue) = 94+220+0=314 (41% of max value = 765). Red value is 94 (37.11% from 255 or 29.94% from 314); Green value is 220 (86.33% from 255 or 70.06% from 314); Blue value is 0 (0.39% from 255 or 0% from 314); Max value from RGB is 220 - color contains mainly: green. Hex color #5EDC00 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #5EDC00 is #A123FF. Grayscale: #9D9D9D. Windows color (decimal): -10560512 or 56414. OLE color: 56414.
HSL color Cylindrical-coordinate representation of color #5EDC00: hue angle of 94.36º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 1%. Process color model (Four color, CMYK) of #5EDC00 is Cyan = 0.57, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 94 | 220 | 0 | - |
| CMYK | 0.57 | 0 | 1 | 0.14 |
| HSL | 94.36º | 1% | 0.43% | - |
| HSV(B) | 94.36º | 1% | 0.86% | - |
| XYZ | 30.21 | 53.57 | 8.75 | - |
| YUV | 157.25 | 39.26 | 82.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 220 | 0 | 0.57 | 0 | 1 | 0.14 | 94.36 | 1 | 0.43 |
| Hex | 5E | DC | 0 | 39 | 0 | 64 | E | 5E | 64 | 2B |
| Octal | 136 | 334 | 0 | 71 | 0 | 144 | 16 | 136 | 144 | 53 |
| Binary | 1011110 | 11011100 | 0 | 111001 | 0 | 1100100 | 1110 | 1011110 | 1100100 | 101011 |
Color Harmonies of #5EDC00
Complementary color
Monochromatic Colors of #5EDC00
Black with #5EDC00
Text Example
Text Example
White with #5EDC00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5EDC00; }
p { color: rgb(94,220,0); }
H1.HeaderClassName
{
color: #5EDC00;
}
.AnyTagClassName
{
color: #5EDC00;
}
</style>
background-color css
<style>
a { background-color: #5EDC00; }
a { background-color: rgb(94,220,0); }
div.DivClassName
{
background-color: #5EDC00;
}
.BgClassName
{
background-color: #5EDC00;
}
</style>
border-color css
<style>
span { border-color: #5EDC00; }
span { border-color: rgb(94,220,0); }
td.TdClassName
{
border-color: #5EDC00;
}
.TagClassName
{
border-color: #5EDC00;
}
</style>