Shades of Bright Green #5EDA06
Tints of Bright Green #5EDA06
RGB
CMYK
RGB Variations
Color information
#5EDA06 (or 0x5EDA06) is known color: Bright Green. HEX triplet: 5E, DA and 06. RGB value is (94,218,6). Sum of RGB (Red+Green+Blue) = 94+218+6=318 (42% of max value = 765). Red value is 94 (37.11% from 255 or 29.56% from 318); Green value is 218 (85.55% from 255 or 68.55% from 318); Blue value is 6 (2.73% from 255 or 1.89% from 318); Max value from RGB is 218 - color contains mainly: green. Hex color #5EDA06 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #5EDA06 is #A125F9. Grayscale: #9D9D9D. Windows color (decimal): -10561018 or 449118. OLE color: 449118.
HSL color Cylindrical-coordinate representation of color #5EDA06: hue angle of 95.09º degrees, saturation: 0.95, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #5EDA06 is Cyan = 0.57, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 94 | 218 | 6 | - |
| CMYK | 0.57 | 0 | 0.97 | 0.15 |
| HSL | 95.09º | 0.95% | 0.44% | - |
| HSV(B) | 95.09º | 0.97% | 0.85% | - |
| XYZ | 29.72 | 52.54 | 8.75 | - |
| YUV | 156.76 | 42.92 | 83.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 218 | 6 | 0.57 | 0 | 0.97 | 0.15 | 95.09 | 0.95 | 0.44 |
| Hex | 5E | DA | 6 | 39 | 0 | 61 | F | 5F | 5F | 2C |
| Octal | 136 | 332 | 6 | 71 | 0 | 141 | 17 | 137 | 137 | 54 |
| Binary | 1011110 | 11011010 | 110 | 111001 | 0 | 1100001 | 1111 | 1011111 | 1011111 | 101100 |
Color Harmonies of #5EDA06
Complementary color
Monochromatic Colors of #5EDA06
Black with #5EDA06
Text Example
Text Example
White with #5EDA06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5EDA06; }
p { color: rgb(94,218,6); }
H1.HeaderClassName
{
color: #5EDA06;
}
.AnyTagClassName
{
color: #5EDA06;
}
</style>
background-color css
<style>
a { background-color: #5EDA06; }
a { background-color: rgb(94,218,6); }
div.DivClassName
{
background-color: #5EDA06;
}
.BgClassName
{
background-color: #5EDA06;
}
</style>
border-color css
<style>
span { border-color: #5EDA06; }
span { border-color: rgb(94,218,6); }
td.TdClassName
{
border-color: #5EDA06;
}
.TagClassName
{
border-color: #5EDA06;
}
</style>