Shades of Bright Green #5AE60E
Tints of Bright Green #5AE60E
RGB
CMYK
RGB Variations
Color information
#5AE60E (or 0x5AE60E) is known color: Bright Green. HEX triplet: 5A, E6 and 0E. RGB value is (90,230,14). Sum of RGB (Red+Green+Blue) = 90+230+14=334 (44% of max value = 765). Red value is 90 (35.55% from 255 or 26.95% from 334); Green value is 230 (90.23% from 255 or 68.86% from 334); Blue value is 14 (5.86% from 255 or 4.19% from 334); Max value from RGB is 230 - color contains mainly: green. Hex color #5AE60E is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #5AE60E is #A519F1. Grayscale: #A4A4A4. Windows color (decimal): -10820082 or 976474. OLE color: 976474.
HSL color Cylindrical-coordinate representation of color #5AE60E: hue angle of 98.89º degrees, saturation: 0.89, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #5AE60E is Cyan = 0.61, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 90 | 230 | 14 | - |
| CMYK | 0.61 | 0 | 0.94 | 0.10 |
| HSL | 98.89º | 0.89% | 0.48% | - |
| HSV(B) | 98.89º | 0.94% | 0.9% | - |
| XYZ | 32.59 | 58.8 | 10.05 | - |
| YUV | 163.52 | 43.62 | 75.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 230 | 14 | 0.61 | 0 | 0.94 | 0.10 | 98.89 | 0.89 | 0.48 |
| Hex | 5A | E6 | E | 3D | 0 | 5E | A | 63 | 59 | 30 |
| Octal | 132 | 346 | 16 | 75 | 0 | 136 | 12 | 143 | 131 | 60 |
| Binary | 1011010 | 11100110 | 1110 | 111101 | 0 | 1011110 | 1010 | 1100011 | 1011001 | 110000 |
Color Harmonies of #5AE60E
Complementary color
Monochromatic Colors of #5AE60E
Black with #5AE60E
Text Example
Text Example
White with #5AE60E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AE60E; }
p { color: rgb(90,230,14); }
H1.HeaderClassName
{
color: #5AE60E;
}
.AnyTagClassName
{
color: #5AE60E;
}
</style>
background-color css
<style>
a { background-color: #5AE60E; }
a { background-color: rgb(90,230,14); }
div.DivClassName
{
background-color: #5AE60E;
}
.BgClassName
{
background-color: #5AE60E;
}
</style>
border-color css
<style>
span { border-color: #5AE60E; }
span { border-color: rgb(90,230,14); }
td.TdClassName
{
border-color: #5AE60E;
}
.TagClassName
{
border-color: #5AE60E;
}
</style>