Shades of Bright Green #5AE505
Tints of Bright Green #5AE505
RGB
CMYK
RGB Variations
Color information
#5AE505 (or 0x5AE505) is known color: Bright Green. HEX triplet: 5A, E5 and 05. RGB value is (90,229,5). Sum of RGB (Red+Green+Blue) = 90+229+5=324 (42% of max value = 765). Red value is 90 (35.55% from 255 or 27.78% from 324); Green value is 229 (89.84% from 255 or 70.68% from 324); Blue value is 5 (2.34% from 255 or 1.54% from 324); Max value from RGB is 229 - color contains mainly: green. Hex color #5AE505 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #5AE505 is #A51AFA. Grayscale: #A2A2A2. Windows color (decimal): -10820347 or 386394. OLE color: 386394.
HSL color Cylindrical-coordinate representation of color #5AE505: hue angle of 97.23º degrees, saturation: 0.96, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #5AE505 is Cyan = 0.61, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 90 | 229 | 5 | - |
| CMYK | 0.61 | 0 | 0.98 | 0.10 |
| HSL | 97.23º | 0.96% | 0.46% | - |
| HSV(B) | 97.23º | 0.98% | 0.9% | - |
| XYZ | 32.26 | 58.22 | 9.68 | - |
| YUV | 161.9 | 39.45 | 76.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 229 | 5 | 0.61 | 0 | 0.98 | 0.10 | 97.23 | 0.96 | 0.46 |
| Hex | 5A | E5 | 5 | 3D | 0 | 62 | A | 61 | 60 | 2E |
| Octal | 132 | 345 | 5 | 75 | 0 | 142 | 12 | 141 | 140 | 56 |
| Binary | 1011010 | 11100101 | 101 | 111101 | 0 | 1100010 | 1010 | 1100001 | 1100000 | 101110 |
Color Harmonies of #5AE505
Complementary color
Monochromatic Colors of #5AE505
Black with #5AE505
Text Example
Text Example
White with #5AE505
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AE505; }
p { color: rgb(90,229,5); }
H1.HeaderClassName
{
color: #5AE505;
}
.AnyTagClassName
{
color: #5AE505;
}
</style>
background-color css
<style>
a { background-color: #5AE505; }
a { background-color: rgb(90,229,5); }
div.DivClassName
{
background-color: #5AE505;
}
.BgClassName
{
background-color: #5AE505;
}
</style>
border-color css
<style>
span { border-color: #5AE505; }
span { border-color: rgb(90,229,5); }
td.TdClassName
{
border-color: #5AE505;
}
.TagClassName
{
border-color: #5AE505;
}
</style>