Shades of Bright Green #5EE526
Tints of Bright Green #5EE526
RGB
CMYK
RGB Variations
Color information
#5EE526 (or 0x5EE526) is known color: Bright Green. HEX triplet: 5E, E5 and 26. RGB value is (94,229,38). Sum of RGB (Red+Green+Blue) = 94+229+38=361 (47% of max value = 765). Red value is 94 (37.11% from 255 or 26.04% from 361); Green value is 229 (89.84% from 255 or 63.43% from 361); Blue value is 38 (15.23% from 255 or 10.53% from 361); Max value from RGB is 229 - color contains mainly: green. Hex color #5EE526 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5EE526 is #A11AD9. Grayscale: #A7A7A7. Windows color (decimal): -10558170 or 2549086. OLE color: 2549086.
HSL color Cylindrical-coordinate representation of color #5EE526: hue angle of 102.41º degrees, saturation: 0.79, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #5EE526 is Cyan = 0.59, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 94 | 229 | 38 | - |
| CMYK | 0.59 | 0 | 0.83 | 0.10 |
| HSL | 102.41º | 0.79% | 0.52% | - |
| HSV(B) | 102.41º | 0.83% | 0.9% | - |
| XYZ | 32.99 | 58.56 | 11.4 | - |
| YUV | 166.86 | 55.27 | 76.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 229 | 38 | 0.59 | 0 | 0.83 | 0.10 | 102.41 | 0.79 | 0.52 |
| Hex | 5E | E5 | 26 | 3B | 0 | 53 | A | 66 | 4F | 34 |
| Octal | 136 | 345 | 46 | 73 | 0 | 123 | 12 | 146 | 117 | 64 |
| Binary | 1011110 | 11100101 | 100110 | 111011 | 0 | 1010011 | 1010 | 1100110 | 1001111 | 110100 |
Color Harmonies of #5EE526
Complementary color
Monochromatic Colors of #5EE526
Black with #5EE526
Text Example
Text Example
White with #5EE526
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5EE526; }
p { color: rgb(94,229,38); }
H1.HeaderClassName
{
color: #5EE526;
}
.AnyTagClassName
{
color: #5EE526;
}
</style>
background-color css
<style>
a { background-color: #5EE526; }
a { background-color: rgb(94,229,38); }
div.DivClassName
{
background-color: #5EE526;
}
.BgClassName
{
background-color: #5EE526;
}
</style>
border-color css
<style>
span { border-color: #5EE526; }
span { border-color: rgb(94,229,38); }
td.TdClassName
{
border-color: #5EE526;
}
.TagClassName
{
border-color: #5EE526;
}
</style>