Shades of Bright Green #5AE117
Tints of Bright Green #5AE117
RGB
CMYK
RGB Variations
Color information
#5AE117 (or 0x5AE117) is known color: Bright Green. HEX triplet: 5A, E1 and 17. RGB value is (90,225,23). Sum of RGB (Red+Green+Blue) = 90+225+23=338 (44% of max value = 765). Red value is 90 (35.55% from 255 or 26.63% from 338); Green value is 225 (88.28% from 255 or 66.57% from 338); Blue value is 23 (9.38% from 255 or 6.80% from 338); Max value from RGB is 225 - color contains mainly: green. Hex color #5AE117 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #5AE117 is #A51EE8. Grayscale: #A2A2A2. Windows color (decimal): -10821353 or 1565018. OLE color: 1565018.
HSL color Cylindrical-coordinate representation of color #5AE117: hue angle of 100.1º degrees, saturation: 0.81, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #5AE117 is Cyan = 0.60, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 90 | 225 | 23 | - |
| CMYK | 0.60 | 0 | 0.90 | 0.12 |
| HSL | 100.1º | 0.81% | 0.49% | - |
| HSV(B) | 100.1º | 0.9% | 0.88% | - |
| XYZ | 31.3 | 56.09 | 9.99 | - |
| YUV | 161.61 | 49.77 | 76.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 225 | 23 | 0.60 | 0 | 0.90 | 0.12 | 100.1 | 0.81 | 0.49 |
| Hex | 5A | E1 | 17 | 3C | 0 | 5A | C | 64 | 51 | 31 |
| Octal | 132 | 341 | 27 | 74 | 0 | 132 | 14 | 144 | 121 | 61 |
| Binary | 1011010 | 11100001 | 10111 | 111100 | 0 | 1011010 | 1100 | 1100100 | 1010001 | 110001 |
Color Harmonies of #5AE117
Complementary color
Monochromatic Colors of #5AE117
Black with #5AE117
Text Example
Text Example
White with #5AE117
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AE117; }
p { color: rgb(90,225,23); }
H1.HeaderClassName
{
color: #5AE117;
}
.AnyTagClassName
{
color: #5AE117;
}
</style>
background-color css
<style>
a { background-color: #5AE117; }
a { background-color: rgb(90,225,23); }
div.DivClassName
{
background-color: #5AE117;
}
.BgClassName
{
background-color: #5AE117;
}
</style>
border-color css
<style>
span { border-color: #5AE117; }
span { border-color: rgb(90,225,23); }
td.TdClassName
{
border-color: #5AE117;
}
.TagClassName
{
border-color: #5AE117;
}
</style>