Shades of Bright Green #5AE000
Tints of Bright Green #5AE000
RGB
CMYK
RGB Variations
Color information
#5AE000 (or 0x5AE000) is known color: Bright Green. HEX triplet: 5A, E0 and 00. RGB value is (90,224,0). Sum of RGB (Red+Green+Blue) = 90+224+0=314 (41% of max value = 765). Red value is 90 (35.55% from 255 or 28.66% from 314); Green value is 224 (87.89% from 255 or 71.34% from 314); Blue value is 0 (0.39% from 255 or 0% from 314); Max value from RGB is 224 - color contains mainly: green. Hex color #5AE000 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #5AE000 is #A51FFF. Grayscale: #9F9F9F. Windows color (decimal): -10821632 or 57434. OLE color: 57434.
HSL color Cylindrical-coordinate representation of color #5AE000: hue angle of 95.89º degrees, saturation: 1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 1%. Process color model (Four color, CMYK) of #5AE000 is Cyan = 0.60, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 90 | 224 | 0 | - |
| CMYK | 0.60 | 0 | 1 | 0.12 |
| HSL | 95.89º | 1% | 0.44% | - |
| HSV(B) | 95.89º | 1% | 0.88% | - |
| XYZ | 30.87 | 55.48 | 9.08 | - |
| YUV | 158.4 | 38.61 | 79.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 224 | 0 | 0.60 | 0 | 1 | 0.12 | 95.89 | 1 | 0.44 |
| Hex | 5A | E0 | 0 | 3C | 0 | 64 | C | 60 | 64 | 2C |
| Octal | 132 | 340 | 0 | 74 | 0 | 144 | 14 | 140 | 144 | 54 |
| Binary | 1011010 | 11100000 | 0 | 111100 | 0 | 1100100 | 1100 | 1100000 | 1100100 | 101100 |
Color Harmonies of #5AE000
Complementary color
Monochromatic Colors of #5AE000
Black with #5AE000
Text Example
Text Example
White with #5AE000
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AE000; }
p { color: rgb(90,224,0); }
H1.HeaderClassName
{
color: #5AE000;
}
.AnyTagClassName
{
color: #5AE000;
}
</style>
background-color css
<style>
a { background-color: #5AE000; }
a { background-color: rgb(90,224,0); }
div.DivClassName
{
background-color: #5AE000;
}
.BgClassName
{
background-color: #5AE000;
}
</style>
border-color css
<style>
span { border-color: #5AE000; }
span { border-color: rgb(90,224,0); }
td.TdClassName
{
border-color: #5AE000;
}
.TagClassName
{
border-color: #5AE000;
}
</style>