Shades of Bright Green #5AE805
Tints of Bright Green #5AE805
RGB
CMYK
RGB Variations
Color information
#5AE805 (or 0x5AE805) is known color: Bright Green. HEX triplet: 5A, E8 and 05. RGB value is (90,232,5). Sum of RGB (Red+Green+Blue) = 90+232+5=327 (43% of max value = 765). Red value is 90 (35.55% from 255 or 27.52% from 327); Green value is 232 (91.02% from 255 or 70.95% from 327); Blue value is 5 (2.34% from 255 or 1.53% from 327); Max value from RGB is 232 - color contains mainly: green. Hex color #5AE805 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #5AE805 is #A517FA. Grayscale: #A4A4A4. Windows color (decimal): -10819579 or 387162. OLE color: 387162.
HSL color Cylindrical-coordinate representation of color #5AE805: hue angle of 97.53º degrees, saturation: 0.96, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #5AE805 is Cyan = 0.61, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 90 | 232 | 5 | - |
| CMYK | 0.61 | 0 | 0.98 | 0.09 |
| HSL | 97.53º | 0.96% | 0.46% | - |
| HSV(B) | 97.53º | 0.98% | 0.91% | - |
| XYZ | 33.1 | 59.9 | 9.96 | - |
| YUV | 163.66 | 38.46 | 75.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 232 | 5 | 0.61 | 0 | 0.98 | 0.09 | 97.53 | 0.96 | 0.46 |
| Hex | 5A | E8 | 5 | 3D | 0 | 62 | 9 | 62 | 60 | 2E |
| Octal | 132 | 350 | 5 | 75 | 0 | 142 | 11 | 142 | 140 | 56 |
| Binary | 1011010 | 11101000 | 101 | 111101 | 0 | 1100010 | 1001 | 1100010 | 1100000 | 101110 |
Color Harmonies of #5AE805
Complementary color
Monochromatic Colors of #5AE805
Black with #5AE805
Text Example
Text Example
White with #5AE805
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AE805; }
p { color: rgb(90,232,5); }
H1.HeaderClassName
{
color: #5AE805;
}
.AnyTagClassName
{
color: #5AE805;
}
</style>
background-color css
<style>
a { background-color: #5AE805; }
a { background-color: rgb(90,232,5); }
div.DivClassName
{
background-color: #5AE805;
}
.BgClassName
{
background-color: #5AE805;
}
</style>
border-color css
<style>
span { border-color: #5AE805; }
span { border-color: rgb(90,232,5); }
td.TdClassName
{
border-color: #5AE805;
}
.TagClassName
{
border-color: #5AE805;
}
</style>