Shades of Bright Green #5EE506
Tints of Bright Green #5EE506
RGB
CMYK
RGB Variations
Color information
#5EE506 (or 0x5EE506) is known color: Bright Green. HEX triplet: 5E, E5 and 06. RGB value is (94,229,6). Sum of RGB (Red+Green+Blue) = 94+229+6=329 (43% of max value = 765). Red value is 94 (37.11% from 255 or 28.57% from 329); Green value is 229 (89.84% from 255 or 69.60% from 329); Blue value is 6 (2.73% from 255 or 1.82% from 329); Max value from RGB is 229 - color contains mainly: green. Hex color #5EE506 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #5EE506 is #A11AF9. Grayscale: #A3A3A3. Windows color (decimal): -10558202 or 451934. OLE color: 451934.
HSL color Cylindrical-coordinate representation of color #5EE506: hue angle of 96.32º degrees, saturation: 0.95, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #5EE506 is Cyan = 0.59, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 94 | 229 | 6 | - |
| CMYK | 0.59 | 0 | 0.97 | 0.10 |
| HSL | 96.32º | 0.95% | 0.46% | - |
| HSV(B) | 96.32º | 0.97% | 0.9% | - |
| XYZ | 32.67 | 58.43 | 9.73 | - |
| YUV | 163.21 | 39.27 | 78.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 229 | 6 | 0.59 | 0 | 0.97 | 0.10 | 96.32 | 0.95 | 0.46 |
| Hex | 5E | E5 | 6 | 3B | 0 | 61 | A | 60 | 5F | 2E |
| Octal | 136 | 345 | 6 | 73 | 0 | 141 | 12 | 140 | 137 | 56 |
| Binary | 1011110 | 11100101 | 110 | 111011 | 0 | 1100001 | 1010 | 1100000 | 1011111 | 101110 |
Color Harmonies of #5EE506
Complementary color
Monochromatic Colors of #5EE506
Black with #5EE506
Text Example
Text Example
White with #5EE506
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5EE506; }
p { color: rgb(94,229,6); }
H1.HeaderClassName
{
color: #5EE506;
}
.AnyTagClassName
{
color: #5EE506;
}
</style>
background-color css
<style>
a { background-color: #5EE506; }
a { background-color: rgb(94,229,6); }
div.DivClassName
{
background-color: #5EE506;
}
.BgClassName
{
background-color: #5EE506;
}
</style>
border-color css
<style>
span { border-color: #5EE506; }
span { border-color: rgb(94,229,6); }
td.TdClassName
{
border-color: #5EE506;
}
.TagClassName
{
border-color: #5EE506;
}
</style>