Shades of Bright Green #5EE801
Tints of Bright Green #5EE801
RGB
CMYK
RGB Variations
Color information
#5EE801 (or 0x5EE801) is known color: Bright Green. HEX triplet: 5E, E8 and 01. RGB value is (94,232,1). Sum of RGB (Red+Green+Blue) = 94+232+1=327 (43% of max value = 765). Red value is 94 (37.11% from 255 or 28.75% from 327); Green value is 232 (91.02% from 255 or 70.95% from 327); Blue value is 1 (0.78% from 255 or 0.31% from 327); Max value from RGB is 232 - color contains mainly: green. Hex color #5EE801 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #5EE801 is #A117FE. Grayscale: #A5A5A5. Windows color (decimal): -10557439 or 125022. OLE color: 125022.
HSL color Cylindrical-coordinate representation of color #5EE801: hue angle of 95.84º degrees, saturation: 0.99, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 1%. Process color model (Four color, CMYK) of #5EE801 is Cyan = 0.59, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 94 | 232 | 1 | - |
| CMYK | 0.59 | 0 | 1.00 | 0.09 |
| HSL | 95.84º | 0.99% | 0.46% | - |
| HSV(B) | 95.84º | 1% | 0.91% | - |
| XYZ | 33.48 | 60.1 | 9.86 | - |
| YUV | 164.4 | 35.78 | 77.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 232 | 1 | 0.59 | 0 | 1.00 | 0.09 | 95.84 | 0.99 | 0.46 |
| Hex | 5E | E8 | 1 | 3B | 0 | 64 | 9 | 60 | 63 | 2E |
| Octal | 136 | 350 | 1 | 73 | 0 | 144 | 11 | 140 | 143 | 56 |
| Binary | 1011110 | 11101000 | 1 | 111011 | 0 | 1100100 | 1001 | 1100000 | 1100011 | 101110 |
Color Harmonies of #5EE801
Complementary color
Monochromatic Colors of #5EE801
Black with #5EE801
Text Example
Text Example
White with #5EE801
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5EE801; }
p { color: rgb(94,232,1); }
H1.HeaderClassName
{
color: #5EE801;
}
.AnyTagClassName
{
color: #5EE801;
}
</style>
background-color css
<style>
a { background-color: #5EE801; }
a { background-color: rgb(94,232,1); }
div.DivClassName
{
background-color: #5EE801;
}
.BgClassName
{
background-color: #5EE801;
}
</style>
border-color css
<style>
span { border-color: #5EE801; }
span { border-color: rgb(94,232,1); }
td.TdClassName
{
border-color: #5EE801;
}
.TagClassName
{
border-color: #5EE801;
}
</style>