Shades of Bright Green #5EFA05
Tints of Bright Green #5EFA05
RGB
CMYK
RGB Variations
Color information
#5EFA05 (or 0x5EFA05) is known color: Bright Green. HEX triplet: 5E, FA and 05. RGB value is (94,250,5). Sum of RGB (Red+Green+Blue) = 94+250+5=349 (46% of max value = 765). Red value is 94 (37.11% from 255 or 26.93% from 349); Green value is 250 (98.05% from 255 or 71.63% from 349); Blue value is 5 (2.34% from 255 or 1.43% from 349); Max value from RGB is 250 - color contains mainly: green. Hex color #5EFA05 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #5EFA05 is #A105FA. Grayscale: #B0B0B0. Windows color (decimal): -10552827 or 391774. OLE color: 391774.
HSL color Cylindrical-coordinate representation of color #5EFA05: hue angle of 98.2º degrees, saturation: 0.96, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #5EFA05 is Cyan = 0.62, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 94 | 250 | 5 | - |
| CMYK | 0.62 | 0 | 0.98 | 0.02 |
| HSL | 98.2º | 0.96% | 0.5% | - |
| HSV(B) | 98.2º | 0.98% | 0.98% | - |
| XYZ | 38.83 | 70.76 | 11.76 | - |
| YUV | 175.43 | 31.82 | 69.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 250 | 5 | 0.62 | 0 | 0.98 | 0.02 | 98.2 | 0.96 | 0.5 |
| Hex | 5E | FA | 5 | 3E | 0 | 62 | 2 | 62 | 60 | 32 |
| Octal | 136 | 372 | 5 | 76 | 0 | 142 | 2 | 142 | 140 | 62 |
| Binary | 1011110 | 11111010 | 101 | 111110 | 0 | 1100010 | 10 | 1100010 | 1100000 | 110010 |
Color Harmonies of #5EFA05
Complementary color
Monochromatic Colors of #5EFA05
Black with #5EFA05
Text Example
Text Example
White with #5EFA05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5EFA05; }
p { color: rgb(94,250,5); }
H1.HeaderClassName
{
color: #5EFA05;
}
.AnyTagClassName
{
color: #5EFA05;
}
</style>
background-color css
<style>
a { background-color: #5EFA05; }
a { background-color: rgb(94,250,5); }
div.DivClassName
{
background-color: #5EFA05;
}
.BgClassName
{
background-color: #5EFA05;
}
</style>
border-color css
<style>
span { border-color: #5EFA05; }
span { border-color: rgb(94,250,5); }
td.TdClassName
{
border-color: #5EFA05;
}
.TagClassName
{
border-color: #5EFA05;
}
</style>