Shades of Bright Green #5EE207
Tints of Bright Green #5EE207
RGB
CMYK
RGB Variations
Color information
#5EE207 (or 0x5EE207) is known color: Bright Green. HEX triplet: 5E, E2 and 07. RGB value is (94,226,7). Sum of RGB (Red+Green+Blue) = 94+226+7=327 (43% of max value = 765). Red value is 94 (37.11% from 255 or 28.75% from 327); Green value is 226 (88.67% from 255 or 69.11% from 327); Blue value is 7 (3.12% from 255 or 2.14% from 327); Max value from RGB is 226 - color contains mainly: green. Hex color #5EE207 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #5EE207 is #A11DF8. Grayscale: #A2A2A2. Windows color (decimal): -10558969 or 516702. OLE color: 516702.
HSL color Cylindrical-coordinate representation of color #5EE207: hue angle of 96.16º degrees, saturation: 0.94, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #5EE207 is Cyan = 0.58, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 94 | 226 | 7 | - |
| CMYK | 0.58 | 0 | 0.97 | 0.11 |
| HSL | 96.16º | 0.94% | 0.46% | - |
| HSV(B) | 96.16º | 0.97% | 0.89% | - |
| XYZ | 31.85 | 56.79 | 9.48 | - |
| YUV | 161.57 | 40.77 | 79.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 226 | 7 | 0.58 | 0 | 0.97 | 0.11 | 96.16 | 0.94 | 0.46 |
| Hex | 5E | E2 | 7 | 3A | 0 | 61 | B | 60 | 5E | 2E |
| Octal | 136 | 342 | 7 | 72 | 0 | 141 | 13 | 140 | 136 | 56 |
| Binary | 1011110 | 11100010 | 111 | 111010 | 0 | 1100001 | 1011 | 1100000 | 1011110 | 101110 |
Color Harmonies of #5EE207
Complementary color
Monochromatic Colors of #5EE207
Black with #5EE207
Text Example
Text Example
White with #5EE207
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5EE207; }
p { color: rgb(94,226,7); }
H1.HeaderClassName
{
color: #5EE207;
}
.AnyTagClassName
{
color: #5EE207;
}
</style>
background-color css
<style>
a { background-color: #5EE207; }
a { background-color: rgb(94,226,7); }
div.DivClassName
{
background-color: #5EE207;
}
.BgClassName
{
background-color: #5EE207;
}
</style>
border-color css
<style>
span { border-color: #5EE207; }
span { border-color: rgb(94,226,7); }
td.TdClassName
{
border-color: #5EE207;
}
.TagClassName
{
border-color: #5EE207;
}
</style>