Shades of Bright Green #5EDB06
Tints of Bright Green #5EDB06
RGB
CMYK
RGB Variations
Color information
#5EDB06 (or 0x5EDB06) is known color: Bright Green. HEX triplet: 5E, DB and 06. RGB value is (94,219,6). Sum of RGB (Red+Green+Blue) = 94+219+6=319 (42% of max value = 765). Red value is 94 (37.11% from 255 or 29.47% from 319); Green value is 219 (85.94% from 255 or 68.65% from 319); Blue value is 6 (2.73% from 255 or 1.88% from 319); Max value from RGB is 219 - color contains mainly: green. Hex color #5EDB06 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #5EDB06 is #A124F9. Grayscale: #9E9E9E. Windows color (decimal): -10560762 or 449374. OLE color: 449374.
HSL color Cylindrical-coordinate representation of color #5EDB06: hue angle of 95.21º degrees, saturation: 0.95, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #5EDB06 is Cyan = 0.57, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 94 | 219 | 6 | - |
| CMYK | 0.57 | 0 | 0.97 | 0.14 |
| HSL | 95.21º | 0.95% | 0.44% | - |
| HSV(B) | 95.21º | 0.97% | 0.86% | - |
| XYZ | 29.98 | 53.06 | 8.83 | - |
| YUV | 157.34 | 42.59 | 82.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 219 | 6 | 0.57 | 0 | 0.97 | 0.14 | 95.21 | 0.95 | 0.44 |
| Hex | 5E | DB | 6 | 39 | 0 | 61 | E | 5F | 5F | 2C |
| Octal | 136 | 333 | 6 | 71 | 0 | 141 | 16 | 137 | 137 | 54 |
| Binary | 1011110 | 11011011 | 110 | 111001 | 0 | 1100001 | 1110 | 1011111 | 1011111 | 101100 |
Color Harmonies of #5EDB06
Complementary color
Monochromatic Colors of #5EDB06
Black with #5EDB06
Text Example
Text Example
White with #5EDB06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5EDB06; }
p { color: rgb(94,219,6); }
H1.HeaderClassName
{
color: #5EDB06;
}
.AnyTagClassName
{
color: #5EDB06;
}
</style>
background-color css
<style>
a { background-color: #5EDB06; }
a { background-color: rgb(94,219,6); }
div.DivClassName
{
background-color: #5EDB06;
}
.BgClassName
{
background-color: #5EDB06;
}
</style>
border-color css
<style>
span { border-color: #5EDB06; }
span { border-color: rgb(94,219,6); }
td.TdClassName
{
border-color: #5EDB06;
}
.TagClassName
{
border-color: #5EDB06;
}
</style>