Shades of Bright Green #5EF808
Tints of Bright Green #5EF808
RGB
CMYK
RGB Variations
Color information
#5EF808 (or 0x5EF808) is known color: Bright Green. HEX triplet: 5E, F8 and 08. RGB value is (94,248,8). Sum of RGB (Red+Green+Blue) = 94+248+8=350 (46% of max value = 765). Red value is 94 (37.11% from 255 or 26.86% from 350); Green value is 248 (97.27% from 255 or 70.86% from 350); Blue value is 8 (3.52% from 255 or 2.29% from 350); Max value from RGB is 248 - color contains mainly: green. Hex color #5EF808 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #5EF808 is #A107F7. Grayscale: #AFAFAF. Windows color (decimal): -10553336 or 587870. OLE color: 587870.
HSL color Cylindrical-coordinate representation of color #5EF808: hue angle of 98.5º degrees, saturation: 0.94, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #5EF808 is Cyan = 0.62, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 94 | 248 | 8 | - |
| CMYK | 0.62 | 0 | 0.97 | 0.03 |
| HSL | 98.5º | 0.94% | 0.5% | - |
| HSV(B) | 98.5º | 0.97% | 0.97% | - |
| XYZ | 38.23 | 69.53 | 11.64 | - |
| YUV | 174.59 | 33.98 | 70.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 248 | 8 | 0.62 | 0 | 0.97 | 0.03 | 98.5 | 0.94 | 0.5 |
| Hex | 5E | F8 | 8 | 3E | 0 | 61 | 3 | 62 | 5E | 32 |
| Octal | 136 | 370 | 10 | 76 | 0 | 141 | 3 | 142 | 136 | 62 |
| Binary | 1011110 | 11111000 | 1000 | 111110 | 0 | 1100001 | 11 | 1100010 | 1011110 | 110010 |
Color Harmonies of #5EF808
Complementary color
Monochromatic Colors of #5EF808
Black with #5EF808
Text Example
Text Example
White with #5EF808
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5EF808; }
p { color: rgb(94,248,8); }
H1.HeaderClassName
{
color: #5EF808;
}
.AnyTagClassName
{
color: #5EF808;
}
</style>
background-color css
<style>
a { background-color: #5EF808; }
a { background-color: rgb(94,248,8); }
div.DivClassName
{
background-color: #5EF808;
}
.BgClassName
{
background-color: #5EF808;
}
</style>
border-color css
<style>
span { border-color: #5EF808; }
span { border-color: rgb(94,248,8); }
td.TdClassName
{
border-color: #5EF808;
}
.TagClassName
{
border-color: #5EF808;
}
</style>