Shades of Bright Green #5EDF14
Tints of Bright Green #5EDF14
RGB
CMYK
RGB Variations
Color information
#5EDF14 (or 0x5EDF14) is known color: Bright Green. HEX triplet: 5E, DF and 14. RGB value is (94,223,20). Sum of RGB (Red+Green+Blue) = 94+223+20=337 (44% of max value = 765). Red value is 94 (37.11% from 255 or 27.89% from 337); Green value is 223 (87.5% from 255 or 66.17% from 337); Blue value is 20 (8.20% from 255 or 5.93% from 337); Max value from RGB is 223 - color contains mainly: green. Hex color #5EDF14 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #5EDF14 is #A120EB. Grayscale: #A1A1A1. Windows color (decimal): -10559724 or 1367902. OLE color: 1367902.
HSL color Cylindrical-coordinate representation of color #5EDF14: hue angle of 98.13º degrees, saturation: 0.84, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #5EDF14 is Cyan = 0.58, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 94 | 223 | 20 | - |
| CMYK | 0.58 | 0 | 0.91 | 0.13 |
| HSL | 98.13º | 0.84% | 0.48% | - |
| HSV(B) | 98.13º | 0.91% | 0.87% | - |
| XYZ | 31.13 | 55.21 | 9.68 | - |
| YUV | 161.29 | 48.26 | 80.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 223 | 20 | 0.58 | 0 | 0.91 | 0.13 | 98.13 | 0.84 | 0.48 |
| Hex | 5E | DF | 14 | 3A | 0 | 5B | D | 62 | 54 | 30 |
| Octal | 136 | 337 | 24 | 72 | 0 | 133 | 15 | 142 | 124 | 60 |
| Binary | 1011110 | 11011111 | 10100 | 111010 | 0 | 1011011 | 1101 | 1100010 | 1010100 | 110000 |
Color Harmonies of #5EDF14
Complementary color
Monochromatic Colors of #5EDF14
Black with #5EDF14
Text Example
Text Example
White with #5EDF14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5EDF14; }
p { color: rgb(94,223,20); }
H1.HeaderClassName
{
color: #5EDF14;
}
.AnyTagClassName
{
color: #5EDF14;
}
</style>
background-color css
<style>
a { background-color: #5EDF14; }
a { background-color: rgb(94,223,20); }
div.DivClassName
{
background-color: #5EDF14;
}
.BgClassName
{
background-color: #5EDF14;
}
</style>
border-color css
<style>
span { border-color: #5EDF14; }
span { border-color: rgb(94,223,20); }
td.TdClassName
{
border-color: #5EDF14;
}
.TagClassName
{
border-color: #5EDF14;
}
</style>