Shades of Bright Green #5AE901
Tints of Bright Green #5AE901
RGB
CMYK
RGB Variations
Color information
#5AE901 (or 0x5AE901) is known color: Bright Green. HEX triplet: 5A, E9 and 01. RGB value is (90,233,1). Sum of RGB (Red+Green+Blue) = 90+233+1=324 (42% of max value = 765). Red value is 90 (35.55% from 255 or 27.78% from 324); Green value is 233 (91.41% from 255 or 71.91% from 324); Blue value is 1 (0.78% from 255 or 0.31% from 324); Max value from RGB is 233 - color contains mainly: green. Hex color #5AE901 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #5AE901 is #A516FE. Grayscale: #A4A4A4. Windows color (decimal): -10819327 or 125274. OLE color: 125274.
HSL color Cylindrical-coordinate representation of color #5AE901: hue angle of 96.98º degrees, saturation: 0.99, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 1%. Process color model (Four color, CMYK) of #5AE901 is Cyan = 0.61, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 90 | 233 | 1 | - |
| CMYK | 0.61 | 0 | 1.00 | 0.09 |
| HSL | 96.98º | 0.99% | 0.46% | - |
| HSV(B) | 96.98º | 1% | 0.91% | - |
| XYZ | 33.36 | 60.45 | 9.94 | - |
| YUV | 163.8 | 36.12 | 75.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 233 | 1 | 0.61 | 0 | 1.00 | 0.09 | 96.98 | 0.99 | 0.46 |
| Hex | 5A | E9 | 1 | 3D | 0 | 64 | 9 | 61 | 63 | 2E |
| Octal | 132 | 351 | 1 | 75 | 0 | 144 | 11 | 141 | 143 | 56 |
| Binary | 1011010 | 11101001 | 1 | 111101 | 0 | 1100100 | 1001 | 1100001 | 1100011 | 101110 |
Color Harmonies of #5AE901
Complementary color
Monochromatic Colors of #5AE901
Black with #5AE901
Text Example
Text Example
White with #5AE901
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AE901; }
p { color: rgb(90,233,1); }
H1.HeaderClassName
{
color: #5AE901;
}
.AnyTagClassName
{
color: #5AE901;
}
</style>
background-color css
<style>
a { background-color: #5AE901; }
a { background-color: rgb(90,233,1); }
div.DivClassName
{
background-color: #5AE901;
}
.BgClassName
{
background-color: #5AE901;
}
</style>
border-color css
<style>
span { border-color: #5AE901; }
span { border-color: rgb(90,233,1); }
td.TdClassName
{
border-color: #5AE901;
}
.TagClassName
{
border-color: #5AE901;
}
</style>