Shades of Bright Green #5EDF10
Tints of Bright Green #5EDF10
RGB
CMYK
RGB Variations
Color information
#5EDF10 (or 0x5EDF10) is known color: Bright Green. HEX triplet: 5E, DF and 10. RGB value is (94,223,16). Sum of RGB (Red+Green+Blue) = 94+223+16=333 (44% of max value = 765). Red value is 94 (37.11% from 255 or 28.23% from 333); Green value is 223 (87.5% from 255 or 66.97% from 333); Blue value is 16 (6.64% from 255 or 4.80% from 333); Max value from RGB is 223 - color contains mainly: green. Hex color #5EDF10 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #5EDF10 is #A120EF. Grayscale: #A1A1A1. Windows color (decimal): -10559728 or 1105758. OLE color: 1105758.
HSL color Cylindrical-coordinate representation of color #5EDF10: hue angle of 97.39º degrees, saturation: 0.87, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #5EDF10 is Cyan = 0.58, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 94 | 223 | 16 | - |
| CMYK | 0.58 | 0 | 0.93 | 0.13 |
| HSL | 97.39º | 0.87% | 0.47% | - |
| HSV(B) | 97.39º | 0.93% | 0.87% | - |
| XYZ | 31.1 | 55.19 | 9.5 | - |
| YUV | 160.83 | 46.26 | 80.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 223 | 16 | 0.58 | 0 | 0.93 | 0.13 | 97.39 | 0.87 | 0.47 |
| Hex | 5E | DF | 10 | 3A | 0 | 5D | D | 61 | 57 | 2F |
| Octal | 136 | 337 | 20 | 72 | 0 | 135 | 15 | 141 | 127 | 57 |
| Binary | 1011110 | 11011111 | 10000 | 111010 | 0 | 1011101 | 1101 | 1100001 | 1010111 | 101111 |
Color Harmonies of #5EDF10
Complementary color
Monochromatic Colors of #5EDF10
Black with #5EDF10
Text Example
Text Example
White with #5EDF10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5EDF10; }
p { color: rgb(94,223,16); }
H1.HeaderClassName
{
color: #5EDF10;
}
.AnyTagClassName
{
color: #5EDF10;
}
</style>
background-color css
<style>
a { background-color: #5EDF10; }
a { background-color: rgb(94,223,16); }
div.DivClassName
{
background-color: #5EDF10;
}
.BgClassName
{
background-color: #5EDF10;
}
</style>
border-color css
<style>
span { border-color: #5EDF10; }
span { border-color: rgb(94,223,16); }
td.TdClassName
{
border-color: #5EDF10;
}
.TagClassName
{
border-color: #5EDF10;
}
</style>