Shades of Bright Green #5EF916
Tints of Bright Green #5EF916
RGB
CMYK
RGB Variations
Color information
#5EF916 (or 0x5EF916) is known color: Bright Green. HEX triplet: 5E, F9 and 16. RGB value is (94,249,22). Sum of RGB (Red+Green+Blue) = 94+249+22=365 (48% of max value = 765). Red value is 94 (37.11% from 255 or 25.75% from 365); Green value is 249 (97.66% from 255 or 68.22% from 365); Blue value is 22 (8.98% from 255 or 6.03% from 365); Max value from RGB is 249 - color contains mainly: green. Hex color #5EF916 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #5EF916 is #A106E9. Grayscale: #B1B1B1. Windows color (decimal): -10553066 or 1505630. OLE color: 1505630.
HSL color Cylindrical-coordinate representation of color #5EF916: hue angle of 100.97º degrees, saturation: 0.95, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #5EF916 is Cyan = 0.62, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 94 | 249 | 22 | - |
| CMYK | 0.62 | 0 | 0.91 | 0.02 |
| HSL | 100.97º | 0.95% | 0.53% | - |
| HSV(B) | 100.97º | 0.91% | 0.98% | - |
| XYZ | 38.64 | 70.19 | 12.27 | - |
| YUV | 176.78 | 40.65 | 68.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 249 | 22 | 0.62 | 0 | 0.91 | 0.02 | 100.97 | 0.95 | 0.53 |
| Hex | 5E | F9 | 16 | 3E | 0 | 5B | 2 | 65 | 5F | 35 |
| Octal | 136 | 371 | 26 | 76 | 0 | 133 | 2 | 145 | 137 | 65 |
| Binary | 1011110 | 11111001 | 10110 | 111110 | 0 | 1011011 | 10 | 1100101 | 1011111 | 110101 |
Color Harmonies of #5EF916
Complementary color
Monochromatic Colors of #5EF916
Black with #5EF916
Text Example
Text Example
White with #5EF916
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5EF916; }
p { color: rgb(94,249,22); }
H1.HeaderClassName
{
color: #5EF916;
}
.AnyTagClassName
{
color: #5EF916;
}
</style>
background-color css
<style>
a { background-color: #5EF916; }
a { background-color: rgb(94,249,22); }
div.DivClassName
{
background-color: #5EF916;
}
.BgClassName
{
background-color: #5EF916;
}
</style>
border-color css
<style>
span { border-color: #5EF916; }
span { border-color: rgb(94,249,22); }
td.TdClassName
{
border-color: #5EF916;
}
.TagClassName
{
border-color: #5EF916;
}
</style>