Shades of Bright Green #5EDB08
Tints of Bright Green #5EDB08
RGB
CMYK
RGB Variations
Color information
#5EDB08 (or 0x5EDB08) is known color: Bright Green. HEX triplet: 5E, DB and 08. RGB value is (94,219,8). Sum of RGB (Red+Green+Blue) = 94+219+8=321 (42% of max value = 765). Red value is 94 (37.11% from 255 or 29.28% from 321); Green value is 219 (85.94% from 255 or 68.22% from 321); Blue value is 8 (3.52% from 255 or 2.49% from 321); Max value from RGB is 219 - color contains mainly: green. Hex color #5EDB08 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #5EDB08 is #A124F7. Grayscale: #9E9E9E. Windows color (decimal): -10560760 or 580446. OLE color: 580446.
HSL color Cylindrical-coordinate representation of color #5EDB08: hue angle of 95.55º degrees, saturation: 0.93, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #5EDB08 is Cyan = 0.57, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 94 | 219 | 8 | - |
| CMYK | 0.57 | 0 | 0.96 | 0.14 |
| HSL | 95.55º | 0.93% | 0.45% | - |
| HSV(B) | 95.55º | 0.96% | 0.86% | - |
| XYZ | 29.99 | 53.06 | 8.89 | - |
| YUV | 157.57 | 43.59 | 82.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 219 | 8 | 0.57 | 0 | 0.96 | 0.14 | 95.55 | 0.93 | 0.45 |
| Hex | 5E | DB | 8 | 39 | 0 | 60 | E | 60 | 5D | 2D |
| Octal | 136 | 333 | 10 | 71 | 0 | 140 | 16 | 140 | 135 | 55 |
| Binary | 1011110 | 11011011 | 1000 | 111001 | 0 | 1100000 | 1110 | 1100000 | 1011101 | 101101 |
Color Harmonies of #5EDB08
Complementary color
Monochromatic Colors of #5EDB08
Black with #5EDB08
Text Example
Text Example
White with #5EDB08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5EDB08; }
p { color: rgb(94,219,8); }
H1.HeaderClassName
{
color: #5EDB08;
}
.AnyTagClassName
{
color: #5EDB08;
}
</style>
background-color css
<style>
a { background-color: #5EDB08; }
a { background-color: rgb(94,219,8); }
div.DivClassName
{
background-color: #5EDB08;
}
.BgClassName
{
background-color: #5EDB08;
}
</style>
border-color css
<style>
span { border-color: #5EDB08; }
span { border-color: rgb(94,219,8); }
td.TdClassName
{
border-color: #5EDB08;
}
.TagClassName
{
border-color: #5EDB08;
}
</style>