Shades of Bright Green #5EDF07
Tints of Bright Green #5EDF07
RGB
CMYK
RGB Variations
Color information
#5EDF07 (or 0x5EDF07) is known color: Bright Green. HEX triplet: 5E, DF and 07. RGB value is (94,223,7). Sum of RGB (Red+Green+Blue) = 94+223+7=324 (42% of max value = 765). Red value is 94 (37.11% from 255 or 29.01% from 324); Green value is 223 (87.5% from 255 or 68.83% from 324); Blue value is 7 (3.12% from 255 or 2.16% from 324); Max value from RGB is 223 - color contains mainly: green. Hex color #5EDF07 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #5EDF07 is #A120F8. Grayscale: #A0A0A0. Windows color (decimal): -10559737 or 515934. OLE color: 515934.
HSL color Cylindrical-coordinate representation of color #5EDF07: hue angle of 95.83º degrees, saturation: 0.94, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #5EDF07 is Cyan = 0.58, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 94 | 223 | 7 | - |
| CMYK | 0.58 | 0 | 0.97 | 0.13 |
| HSL | 95.83º | 0.94% | 0.45% | - |
| HSV(B) | 95.83º | 0.97% | 0.87% | - |
| XYZ | 31.04 | 55.17 | 9.21 | - |
| YUV | 159.81 | 41.76 | 81.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 223 | 7 | 0.58 | 0 | 0.97 | 0.13 | 95.83 | 0.94 | 0.45 |
| Hex | 5E | DF | 7 | 3A | 0 | 61 | D | 60 | 5E | 2D |
| Octal | 136 | 337 | 7 | 72 | 0 | 141 | 15 | 140 | 136 | 55 |
| Binary | 1011110 | 11011111 | 111 | 111010 | 0 | 1100001 | 1101 | 1100000 | 1011110 | 101101 |
Color Harmonies of #5EDF07
Complementary color
Monochromatic Colors of #5EDF07
Black with #5EDF07
Text Example
Text Example
White with #5EDF07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5EDF07; }
p { color: rgb(94,223,7); }
H1.HeaderClassName
{
color: #5EDF07;
}
.AnyTagClassName
{
color: #5EDF07;
}
</style>
background-color css
<style>
a { background-color: #5EDF07; }
a { background-color: rgb(94,223,7); }
div.DivClassName
{
background-color: #5EDF07;
}
.BgClassName
{
background-color: #5EDF07;
}
</style>
border-color css
<style>
span { border-color: #5EDF07; }
span { border-color: rgb(94,223,7); }
td.TdClassName
{
border-color: #5EDF07;
}
.TagClassName
{
border-color: #5EDF07;
}
</style>