Shades of Bright Green #5EF712
Tints of Bright Green #5EF712
RGB
CMYK
RGB Variations
Color information
#5EF712 (or 0x5EF712) is known color: Bright Green. HEX triplet: 5E, F7 and 12. RGB value is (94,247,18). Sum of RGB (Red+Green+Blue) = 94+247+18=359 (47% of max value = 765). Red value is 94 (37.11% from 255 or 26.18% from 359); Green value is 247 (96.88% from 255 or 68.80% from 359); Blue value is 18 (7.42% from 255 or 5.01% from 359); Max value from RGB is 247 - color contains mainly: green. Hex color #5EF712 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #5EF712 is #A108ED. Grayscale: #AFAFAF. Windows color (decimal): -10553582 or 1242974. OLE color: 1242974.
HSL color Cylindrical-coordinate representation of color #5EF712: hue angle of 100.09º degrees, saturation: 0.93, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #5EF712 is Cyan = 0.62, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 94 | 247 | 18 | - |
| CMYK | 0.62 | 0 | 0.93 | 0.03 |
| HSL | 100.09º | 0.93% | 0.52% | - |
| HSV(B) | 100.09º | 0.93% | 0.97% | - |
| XYZ | 37.99 | 68.94 | 11.88 | - |
| YUV | 175.15 | 39.31 | 70.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 247 | 18 | 0.62 | 0 | 0.93 | 0.03 | 100.09 | 0.93 | 0.52 |
| Hex | 5E | F7 | 12 | 3E | 0 | 5D | 3 | 64 | 5D | 34 |
| Octal | 136 | 367 | 22 | 76 | 0 | 135 | 3 | 144 | 135 | 64 |
| Binary | 1011110 | 11110111 | 10010 | 111110 | 0 | 1011101 | 11 | 1100100 | 1011101 | 110100 |
Color Harmonies of #5EF712
Complementary color
Monochromatic Colors of #5EF712
Black with #5EF712
Text Example
Text Example
White with #5EF712
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5EF712; }
p { color: rgb(94,247,18); }
H1.HeaderClassName
{
color: #5EF712;
}
.AnyTagClassName
{
color: #5EF712;
}
</style>
background-color css
<style>
a { background-color: #5EF712; }
a { background-color: rgb(94,247,18); }
div.DivClassName
{
background-color: #5EF712;
}
.BgClassName
{
background-color: #5EF712;
}
</style>
border-color css
<style>
span { border-color: #5EF712; }
span { border-color: rgb(94,247,18); }
td.TdClassName
{
border-color: #5EF712;
}
.TagClassName
{
border-color: #5EF712;
}
</style>