Shades of Bright Green #5AE400
Tints of Bright Green #5AE400
RGB
CMYK
RGB Variations
Color information
#5AE400 (or 0x5AE400) is known color: Bright Green. HEX triplet: 5A, E4 and 00. RGB value is (90,228,0). Sum of RGB (Red+Green+Blue) = 90+228+0=318 (42% of max value = 765). Red value is 90 (35.55% from 255 or 28.30% from 318); Green value is 228 (89.45% from 255 or 71.70% from 318); Blue value is 0 (0.39% from 255 or 0% from 318); Max value from RGB is 228 - color contains mainly: green. Hex color #5AE400 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #5AE400 is #A51BFF. Grayscale: #A1A1A1. Windows color (decimal): -10820608 or 58458. OLE color: 58458.
HSL color Cylindrical-coordinate representation of color #5AE400: hue angle of 96.32º degrees, saturation: 1, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 1%. Process color model (Four color, CMYK) of #5AE400 is Cyan = 0.61, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 90 | 228 | 0 | - |
| CMYK | 0.61 | 0 | 1 | 0.11 |
| HSL | 96.32º | 1% | 0.45% | - |
| HSV(B) | 96.32º | 1% | 0.89% | - |
| XYZ | 31.96 | 57.66 | 9.45 | - |
| YUV | 160.75 | 37.28 | 77.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 228 | 0 | 0.61 | 0 | 1 | 0.11 | 96.32 | 1 | 0.45 |
| Hex | 5A | E4 | 0 | 3D | 0 | 64 | B | 60 | 64 | 2D |
| Octal | 132 | 344 | 0 | 75 | 0 | 144 | 13 | 140 | 144 | 55 |
| Binary | 1011010 | 11100100 | 0 | 111101 | 0 | 1100100 | 1011 | 1100000 | 1100100 | 101101 |
Color Harmonies of #5AE400
Complementary color
Monochromatic Colors of #5AE400
Black with #5AE400
Text Example
Text Example
White with #5AE400
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AE400; }
p { color: rgb(90,228,0); }
H1.HeaderClassName
{
color: #5AE400;
}
.AnyTagClassName
{
color: #5AE400;
}
</style>
background-color css
<style>
a { background-color: #5AE400; }
a { background-color: rgb(90,228,0); }
div.DivClassName
{
background-color: #5AE400;
}
.BgClassName
{
background-color: #5AE400;
}
</style>
border-color css
<style>
span { border-color: #5AE400; }
span { border-color: rgb(90,228,0); }
td.TdClassName
{
border-color: #5AE400;
}
.TagClassName
{
border-color: #5AE400;
}
</style>