Shades of Bright Green #5EED0C
Tints of Bright Green #5EED0C
RGB
CMYK
RGB Variations
Color information
#5EED0C (or 0x5EED0C) is known color: Bright Green. HEX triplet: 5E, ED and 0C. RGB value is (94,237,12). Sum of RGB (Red+Green+Blue) = 94+237+12=343 (45% of max value = 765). Red value is 94 (37.11% from 255 or 27.41% from 343); Green value is 237 (92.97% from 255 or 69.10% from 343); Blue value is 12 (5.08% from 255 or 3.50% from 343); Max value from RGB is 237 - color contains mainly: green. Hex color #5EED0C is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #5EED0C is #A112F3. Grayscale: #A9A9A9. Windows color (decimal): -10556148 or 847198. OLE color: 847198.
HSL color Cylindrical-coordinate representation of color #5EED0C: hue angle of 98.13º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #5EED0C is Cyan = 0.60, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 94 | 237 | 12 | - |
| CMYK | 0.60 | 0 | 0.95 | 0.07 |
| HSL | 98.13º | 0.9% | 0.49% | - |
| HSV(B) | 98.13º | 0.95% | 0.93% | - |
| XYZ | 34.97 | 62.97 | 10.66 | - |
| YUV | 168.59 | 39.62 | 74.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 237 | 12 | 0.60 | 0 | 0.95 | 0.07 | 98.13 | 0.9 | 0.49 |
| Hex | 5E | ED | C | 3C | 0 | 5F | 7 | 62 | 5A | 31 |
| Octal | 136 | 355 | 14 | 74 | 0 | 137 | 7 | 142 | 132 | 61 |
| Binary | 1011110 | 11101101 | 1100 | 111100 | 0 | 1011111 | 111 | 1100010 | 1011010 | 110001 |
Color Harmonies of #5EED0C
Complementary color
Monochromatic Colors of #5EED0C
Black with #5EED0C
Text Example
Text Example
White with #5EED0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5EED0C; }
p { color: rgb(94,237,12); }
H1.HeaderClassName
{
color: #5EED0C;
}
.AnyTagClassName
{
color: #5EED0C;
}
</style>
background-color css
<style>
a { background-color: #5EED0C; }
a { background-color: rgb(94,237,12); }
div.DivClassName
{
background-color: #5EED0C;
}
.BgClassName
{
background-color: #5EED0C;
}
</style>
border-color css
<style>
span { border-color: #5EED0C; }
span { border-color: rgb(94,237,12); }
td.TdClassName
{
border-color: #5EED0C;
}
.TagClassName
{
border-color: #5EED0C;
}
</style>