Shades of Bright Green #5EE706
Tints of Bright Green #5EE706
RGB
CMYK
RGB Variations
Color information
#5EE706 (or 0x5EE706) is known color: Bright Green. HEX triplet: 5E, E7 and 06. RGB value is (94,231,6). Sum of RGB (Red+Green+Blue) = 94+231+6=331 (43% of max value = 765). Red value is 94 (37.11% from 255 or 28.40% from 331); Green value is 231 (90.62% from 255 or 69.79% from 331); Blue value is 6 (2.73% from 255 or 1.81% from 331); Max value from RGB is 231 - color contains mainly: green. Hex color #5EE706 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #5EE706 is #A118F9. Grayscale: #A5A5A5. Windows color (decimal): -10557690 or 452446. OLE color: 452446.
HSL color Cylindrical-coordinate representation of color #5EE706: hue angle of 96.53º degrees, saturation: 0.95, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #5EE706 is Cyan = 0.59, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 94 | 231 | 6 | - |
| CMYK | 0.59 | 0 | 0.97 | 0.09 |
| HSL | 96.53º | 0.95% | 0.46% | - |
| HSV(B) | 96.53º | 0.97% | 0.91% | - |
| XYZ | 33.22 | 59.54 | 9.91 | - |
| YUV | 164.39 | 38.61 | 77.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 231 | 6 | 0.59 | 0 | 0.97 | 0.09 | 96.53 | 0.95 | 0.46 |
| Hex | 5E | E7 | 6 | 3B | 0 | 61 | 9 | 61 | 5F | 2E |
| Octal | 136 | 347 | 6 | 73 | 0 | 141 | 11 | 141 | 137 | 56 |
| Binary | 1011110 | 11100111 | 110 | 111011 | 0 | 1100001 | 1001 | 1100001 | 1011111 | 101110 |
Color Harmonies of #5EE706
Complementary color
Monochromatic Colors of #5EE706
Black with #5EE706
Text Example
Text Example
White with #5EE706
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5EE706; }
p { color: rgb(94,231,6); }
H1.HeaderClassName
{
color: #5EE706;
}
.AnyTagClassName
{
color: #5EE706;
}
</style>
background-color css
<style>
a { background-color: #5EE706; }
a { background-color: rgb(94,231,6); }
div.DivClassName
{
background-color: #5EE706;
}
.BgClassName
{
background-color: #5EE706;
}
</style>
border-color css
<style>
span { border-color: #5EE706; }
span { border-color: rgb(94,231,6); }
td.TdClassName
{
border-color: #5EE706;
}
.TagClassName
{
border-color: #5EE706;
}
</style>