Shades of Bright Green #5EF814
Tints of Bright Green #5EF814
RGB
CMYK
RGB Variations
Color information
#5EF814 (or 0x5EF814) is known color: Bright Green. HEX triplet: 5E, F8 and 14. RGB value is (94,248,20). Sum of RGB (Red+Green+Blue) = 94+248+20=362 (47% of max value = 765). Red value is 94 (37.11% from 255 or 25.97% from 362); Green value is 248 (97.27% from 255 or 68.51% from 362); Blue value is 20 (8.20% from 255 or 5.52% from 362); Max value from RGB is 248 - color contains mainly: green. Hex color #5EF814 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #5EF814 is #A107EB. Grayscale: #B0B0B0. Windows color (decimal): -10553324 or 1374302. OLE color: 1374302.
HSL color Cylindrical-coordinate representation of color #5EF814: hue angle of 100.53º degrees, saturation: 0.94, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #5EF814 is Cyan = 0.62, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 94 | 248 | 20 | - |
| CMYK | 0.62 | 0 | 0.92 | 0.03 |
| HSL | 100.53º | 0.94% | 0.53% | - |
| HSV(B) | 100.53º | 0.92% | 0.97% | - |
| XYZ | 38.31 | 69.56 | 12.07 | - |
| YUV | 175.96 | 39.98 | 69.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 248 | 20 | 0.62 | 0 | 0.92 | 0.03 | 100.53 | 0.94 | 0.53 |
| Hex | 5E | F8 | 14 | 3E | 0 | 5C | 3 | 65 | 5E | 35 |
| Octal | 136 | 370 | 24 | 76 | 0 | 134 | 3 | 145 | 136 | 65 |
| Binary | 1011110 | 11111000 | 10100 | 111110 | 0 | 1011100 | 11 | 1100101 | 1011110 | 110101 |
Color Harmonies of #5EF814
Complementary color
Monochromatic Colors of #5EF814
Black with #5EF814
Text Example
Text Example
White with #5EF814
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5EF814; }
p { color: rgb(94,248,20); }
H1.HeaderClassName
{
color: #5EF814;
}
.AnyTagClassName
{
color: #5EF814;
}
</style>
background-color css
<style>
a { background-color: #5EF814; }
a { background-color: rgb(94,248,20); }
div.DivClassName
{
background-color: #5EF814;
}
.BgClassName
{
background-color: #5EF814;
}
</style>
border-color css
<style>
span { border-color: #5EF814; }
span { border-color: rgb(94,248,20); }
td.TdClassName
{
border-color: #5EF814;
}
.TagClassName
{
border-color: #5EF814;
}
</style>