Shades of Bright Green #5EE504
Tints of Bright Green #5EE504
RGB
CMYK
RGB Variations
Color information
#5EE504 (or 0x5EE504) is known color: Bright Green. HEX triplet: 5E, E5 and 04. RGB value is (94,229,4). Sum of RGB (Red+Green+Blue) = 94+229+4=327 (43% of max value = 765). Red value is 94 (37.11% from 255 or 28.75% from 327); Green value is 229 (89.84% from 255 or 70.03% from 327); Blue value is 4 (1.95% from 255 or 1.22% from 327); Max value from RGB is 229 - color contains mainly: green. Hex color #5EE504 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #5EE504 is #A11AFB. Grayscale: #A3A3A3. Windows color (decimal): -10558204 or 320862. OLE color: 320862.
HSL color Cylindrical-coordinate representation of color #5EE504: hue angle of 96º degrees, saturation: 0.97, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #5EE504 is Cyan = 0.59, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 94 | 229 | 4 | - |
| CMYK | 0.59 | 0 | 0.98 | 0.10 |
| HSL | 96º | 0.97% | 0.46% | - |
| HSV(B) | 96º | 0.98% | 0.9% | - |
| XYZ | 32.66 | 58.43 | 9.67 | - |
| YUV | 162.99 | 38.27 | 78.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 229 | 4 | 0.59 | 0 | 0.98 | 0.10 | 96 | 0.97 | 0.46 |
| Hex | 5E | E5 | 4 | 3B | 0 | 62 | A | 60 | 61 | 2E |
| Octal | 136 | 345 | 4 | 73 | 0 | 142 | 12 | 140 | 141 | 56 |
| Binary | 1011110 | 11100101 | 100 | 111011 | 0 | 1100010 | 1010 | 1100000 | 1100001 | 101110 |
Color Harmonies of #5EE504
Complementary color
Monochromatic Colors of #5EE504
Black with #5EE504
Text Example
Text Example
White with #5EE504
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5EE504; }
p { color: rgb(94,229,4); }
H1.HeaderClassName
{
color: #5EE504;
}
.AnyTagClassName
{
color: #5EE504;
}
</style>
background-color css
<style>
a { background-color: #5EE504; }
a { background-color: rgb(94,229,4); }
div.DivClassName
{
background-color: #5EE504;
}
.BgClassName
{
background-color: #5EE504;
}
</style>
border-color css
<style>
span { border-color: #5EE504; }
span { border-color: rgb(94,229,4); }
td.TdClassName
{
border-color: #5EE504;
}
.TagClassName
{
border-color: #5EE504;
}
</style>