Shades of Bright Green #5EDB0C
Tints of Bright Green #5EDB0C
RGB
CMYK
RGB Variations
Color information
#5EDB0C (or 0x5EDB0C) is known color: Bright Green. HEX triplet: 5E, DB and 0C. RGB value is (94,219,12). Sum of RGB (Red+Green+Blue) = 94+219+12=325 (43% of max value = 765). Red value is 94 (37.11% from 255 or 28.92% from 325); Green value is 219 (85.94% from 255 or 67.38% from 325); Blue value is 12 (5.08% from 255 or 3.69% from 325); Max value from RGB is 219 - color contains mainly: green. Hex color #5EDB0C is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #5EDB0C is #A124F3. Grayscale: #9E9E9E. Windows color (decimal): -10560756 or 842590. OLE color: 842590.
HSL color Cylindrical-coordinate representation of color #5EDB0C: hue angle of 96.23º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #5EDB0C is Cyan = 0.57, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 94 | 219 | 12 | - |
| CMYK | 0.57 | 0 | 0.95 | 0.14 |
| HSL | 96.23º | 0.9% | 0.45% | - |
| HSV(B) | 96.23º | 0.95% | 0.86% | - |
| XYZ | 30.01 | 53.07 | 9.01 | - |
| YUV | 158.03 | 45.59 | 82.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 219 | 12 | 0.57 | 0 | 0.95 | 0.14 | 96.23 | 0.9 | 0.45 |
| Hex | 5E | DB | C | 39 | 0 | 5F | E | 60 | 5A | 2D |
| Octal | 136 | 333 | 14 | 71 | 0 | 137 | 16 | 140 | 132 | 55 |
| Binary | 1011110 | 11011011 | 1100 | 111001 | 0 | 1011111 | 1110 | 1100000 | 1011010 | 101101 |
Color Harmonies of #5EDB0C
Complementary color
Monochromatic Colors of #5EDB0C
Black with #5EDB0C
Text Example
Text Example
White with #5EDB0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5EDB0C; }
p { color: rgb(94,219,12); }
H1.HeaderClassName
{
color: #5EDB0C;
}
.AnyTagClassName
{
color: #5EDB0C;
}
</style>
background-color css
<style>
a { background-color: #5EDB0C; }
a { background-color: rgb(94,219,12); }
div.DivClassName
{
background-color: #5EDB0C;
}
.BgClassName
{
background-color: #5EDB0C;
}
</style>
border-color css
<style>
span { border-color: #5EDB0C; }
span { border-color: rgb(94,219,12); }
td.TdClassName
{
border-color: #5EDB0C;
}
.TagClassName
{
border-color: #5EDB0C;
}
</style>