Shades of Bright Green #5AE404
Tints of Bright Green #5AE404
RGB
CMYK
RGB Variations
Color information
#5AE404 (or 0x5AE404) is known color: Bright Green. HEX triplet: 5A, E4 and 04. RGB value is (90,228,4). Sum of RGB (Red+Green+Blue) = 90+228+4=322 (42% of max value = 765). Red value is 90 (35.55% from 255 or 27.95% from 322); Green value is 228 (89.45% from 255 or 70.81% from 322); Blue value is 4 (1.95% from 255 or 1.24% from 322); Max value from RGB is 228 - color contains mainly: green. Hex color #5AE404 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #5AE404 is #A51BFB. Grayscale: #A1A1A1. Windows color (decimal): -10820604 or 320602. OLE color: 320602.
HSL color Cylindrical-coordinate representation of color #5AE404: hue angle of 96.96º degrees, saturation: 0.97, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #5AE404 is Cyan = 0.61, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 90 | 228 | 4 | - |
| CMYK | 0.61 | 0 | 0.98 | 0.11 |
| HSL | 96.96º | 0.97% | 0.45% | - |
| HSV(B) | 96.96º | 0.98% | 0.89% | - |
| XYZ | 31.98 | 57.67 | 9.56 | - |
| YUV | 161.2 | 39.28 | 77.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 228 | 4 | 0.61 | 0 | 0.98 | 0.11 | 96.96 | 0.97 | 0.45 |
| Hex | 5A | E4 | 4 | 3D | 0 | 62 | B | 61 | 61 | 2D |
| Octal | 132 | 344 | 4 | 75 | 0 | 142 | 13 | 141 | 141 | 55 |
| Binary | 1011010 | 11100100 | 100 | 111101 | 0 | 1100010 | 1011 | 1100001 | 1100001 | 101101 |
Color Harmonies of #5AE404
Complementary color
Monochromatic Colors of #5AE404
Black with #5AE404
Text Example
Text Example
White with #5AE404
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AE404; }
p { color: rgb(90,228,4); }
H1.HeaderClassName
{
color: #5AE404;
}
.AnyTagClassName
{
color: #5AE404;
}
</style>
background-color css
<style>
a { background-color: #5AE404; }
a { background-color: rgb(90,228,4); }
div.DivClassName
{
background-color: #5AE404;
}
.BgClassName
{
background-color: #5AE404;
}
</style>
border-color css
<style>
span { border-color: #5AE404; }
span { border-color: rgb(90,228,4); }
td.TdClassName
{
border-color: #5AE404;
}
.TagClassName
{
border-color: #5AE404;
}
</style>