Shades of Bright Green #5EDE12
Tints of Bright Green #5EDE12
RGB
CMYK
RGB Variations
Color information
#5EDE12 (or 0x5EDE12) is known color: Bright Green. HEX triplet: 5E, DE and 12. RGB value is (94,222,18). Sum of RGB (Red+Green+Blue) = 94+222+18=334 (44% of max value = 765). Red value is 94 (37.11% from 255 or 28.14% from 334); Green value is 222 (87.11% from 255 or 66.47% from 334); Blue value is 18 (7.42% from 255 or 5.39% from 334); Max value from RGB is 222 - color contains mainly: green. Hex color #5EDE12 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #5EDE12 is #A121ED. Grayscale: #A1A1A1. Windows color (decimal): -10559982 or 1236574. OLE color: 1236574.
HSL color Cylindrical-coordinate representation of color #5EDE12: hue angle of 97.65º degrees, saturation: 0.85, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #5EDE12 is Cyan = 0.58, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 94 | 222 | 18 | - |
| CMYK | 0.58 | 0 | 0.92 | 0.13 |
| HSL | 97.65º | 0.85% | 0.47% | - |
| HSV(B) | 97.65º | 0.92% | 0.87% | - |
| XYZ | 30.85 | 54.67 | 9.5 | - |
| YUV | 160.47 | 47.59 | 80.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 222 | 18 | 0.58 | 0 | 0.92 | 0.13 | 97.65 | 0.85 | 0.47 |
| Hex | 5E | DE | 12 | 3A | 0 | 5C | D | 62 | 55 | 2F |
| Octal | 136 | 336 | 22 | 72 | 0 | 134 | 15 | 142 | 125 | 57 |
| Binary | 1011110 | 11011110 | 10010 | 111010 | 0 | 1011100 | 1101 | 1100010 | 1010101 | 101111 |
Color Harmonies of #5EDE12
Complementary color
Monochromatic Colors of #5EDE12
Black with #5EDE12
Text Example
Text Example
White with #5EDE12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5EDE12; }
p { color: rgb(94,222,18); }
H1.HeaderClassName
{
color: #5EDE12;
}
.AnyTagClassName
{
color: #5EDE12;
}
</style>
background-color css
<style>
a { background-color: #5EDE12; }
a { background-color: rgb(94,222,18); }
div.DivClassName
{
background-color: #5EDE12;
}
.BgClassName
{
background-color: #5EDE12;
}
</style>
border-color css
<style>
span { border-color: #5EDE12; }
span { border-color: rgb(94,222,18); }
td.TdClassName
{
border-color: #5EDE12;
}
.TagClassName
{
border-color: #5EDE12;
}
</style>