Shades of Bright Green #5EE805
Tints of Bright Green #5EE805
RGB
CMYK
RGB Variations
Color information
#5EE805 (or 0x5EE805) is known color: Bright Green. HEX triplet: 5E, E8 and 05. RGB value is (94,232,5). Sum of RGB (Red+Green+Blue) = 94+232+5=331 (43% of max value = 765). Red value is 94 (37.11% from 255 or 28.40% from 331); Green value is 232 (91.02% from 255 or 70.09% from 331); Blue value is 5 (2.34% from 255 or 1.51% from 331); Max value from RGB is 232 - color contains mainly: green. Hex color #5EE805 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #5EE805 is #A117FA. Grayscale: #A5A5A5. Windows color (decimal): -10557435 or 387166. OLE color: 387166.
HSL color Cylindrical-coordinate representation of color #5EE805: hue angle of 96.48º degrees, saturation: 0.96, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #5EE805 is Cyan = 0.59, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 94 | 232 | 5 | - |
| CMYK | 0.59 | 0 | 0.98 | 0.09 |
| HSL | 96.48º | 0.96% | 0.46% | - |
| HSV(B) | 96.48º | 0.98% | 0.91% | - |
| XYZ | 33.5 | 60.1 | 9.98 | - |
| YUV | 164.86 | 37.78 | 77.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 232 | 5 | 0.59 | 0 | 0.98 | 0.09 | 96.48 | 0.96 | 0.46 |
| Hex | 5E | E8 | 5 | 3B | 0 | 62 | 9 | 60 | 60 | 2E |
| Octal | 136 | 350 | 5 | 73 | 0 | 142 | 11 | 140 | 140 | 56 |
| Binary | 1011110 | 11101000 | 101 | 111011 | 0 | 1100010 | 1001 | 1100000 | 1100000 | 101110 |
Color Harmonies of #5EE805
Complementary color
Monochromatic Colors of #5EE805
Black with #5EE805
Text Example
Text Example
White with #5EE805
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5EE805; }
p { color: rgb(94,232,5); }
H1.HeaderClassName
{
color: #5EE805;
}
.AnyTagClassName
{
color: #5EE805;
}
</style>
background-color css
<style>
a { background-color: #5EE805; }
a { background-color: rgb(94,232,5); }
div.DivClassName
{
background-color: #5EE805;
}
.BgClassName
{
background-color: #5EE805;
}
</style>
border-color css
<style>
span { border-color: #5EE805; }
span { border-color: rgb(94,232,5); }
td.TdClassName
{
border-color: #5EE805;
}
.TagClassName
{
border-color: #5EE805;
}
</style>