Shades of Bright Green #5EDE10
Tints of Bright Green #5EDE10
RGB
CMYK
RGB Variations
Color information
#5EDE10 (or 0x5EDE10) is known color: Bright Green. HEX triplet: 5E, DE and 10. RGB value is (94,222,16). Sum of RGB (Red+Green+Blue) = 94+222+16=332 (43% of max value = 765). Red value is 94 (37.11% from 255 or 28.31% from 332); Green value is 222 (87.11% from 255 or 66.87% from 332); Blue value is 16 (6.64% from 255 or 4.82% from 332); Max value from RGB is 222 - color contains mainly: green. Hex color #5EDE10 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #5EDE10 is #A121EF. Grayscale: #A0A0A0. Windows color (decimal): -10559984 or 1105502. OLE color: 1105502.
HSL color Cylindrical-coordinate representation of color #5EDE10: hue angle of 97.28º 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 #5EDE10 is Cyan = 0.58, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 94 | 222 | 16 | - |
| CMYK | 0.58 | 0 | 0.93 | 0.13 |
| HSL | 97.28º | 0.87% | 0.47% | - |
| HSV(B) | 97.28º | 0.93% | 0.87% | - |
| XYZ | 30.83 | 54.66 | 9.42 | - |
| YUV | 160.24 | 46.59 | 80.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 222 | 16 | 0.58 | 0 | 0.93 | 0.13 | 97.28 | 0.87 | 0.47 |
| Hex | 5E | DE | 10 | 3A | 0 | 5D | D | 61 | 57 | 2F |
| Octal | 136 | 336 | 20 | 72 | 0 | 135 | 15 | 141 | 127 | 57 |
| Binary | 1011110 | 11011110 | 10000 | 111010 | 0 | 1011101 | 1101 | 1100001 | 1010111 | 101111 |
Color Harmonies of #5EDE10
Complementary color
Monochromatic Colors of #5EDE10
Black with #5EDE10
Text Example
Text Example
White with #5EDE10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5EDE10; }
p { color: rgb(94,222,16); }
H1.HeaderClassName
{
color: #5EDE10;
}
.AnyTagClassName
{
color: #5EDE10;
}
</style>
background-color css
<style>
a { background-color: #5EDE10; }
a { background-color: rgb(94,222,16); }
div.DivClassName
{
background-color: #5EDE10;
}
.BgClassName
{
background-color: #5EDE10;
}
</style>
border-color css
<style>
span { border-color: #5EDE10; }
span { border-color: rgb(94,222,16); }
td.TdClassName
{
border-color: #5EDE10;
}
.TagClassName
{
border-color: #5EDE10;
}
</style>