Shades of Bright Green #5AE512
Tints of Bright Green #5AE512
RGB
CMYK
RGB Variations
Color information
#5AE512 (or 0x5AE512) is known color: Bright Green. HEX triplet: 5A, E5 and 12. RGB value is (90,229,18). Sum of RGB (Red+Green+Blue) = 90+229+18=337 (44% of max value = 765). Red value is 90 (35.55% from 255 or 26.71% from 337); Green value is 229 (89.84% from 255 or 67.95% from 337); Blue value is 18 (7.42% from 255 or 5.34% from 337); Max value from RGB is 229 - color contains mainly: green. Hex color #5AE512 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #5AE512 is #A51AED. Grayscale: #A4A4A4. Windows color (decimal): -10820334 or 1238362. OLE color: 1238362.
HSL color Cylindrical-coordinate representation of color #5AE512: hue angle of 99.53º degrees, saturation: 0.85, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #5AE512 is Cyan = 0.61, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 90 | 229 | 18 | - |
| CMYK | 0.61 | 0 | 0.92 | 0.10 |
| HSL | 99.53º | 0.85% | 0.48% | - |
| HSV(B) | 99.53º | 0.92% | 0.9% | - |
| XYZ | 32.34 | 58.26 | 10.11 | - |
| YUV | 163.39 | 45.95 | 75.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 229 | 18 | 0.61 | 0 | 0.92 | 0.10 | 99.53 | 0.85 | 0.48 |
| Hex | 5A | E5 | 12 | 3D | 0 | 5C | A | 64 | 55 | 30 |
| Octal | 132 | 345 | 22 | 75 | 0 | 134 | 12 | 144 | 125 | 60 |
| Binary | 1011010 | 11100101 | 10010 | 111101 | 0 | 1011100 | 1010 | 1100100 | 1010101 | 110000 |
Color Harmonies of #5AE512
Complementary color
Monochromatic Colors of #5AE512
Black with #5AE512
Text Example
Text Example
White with #5AE512
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AE512; }
p { color: rgb(90,229,18); }
H1.HeaderClassName
{
color: #5AE512;
}
.AnyTagClassName
{
color: #5AE512;
}
</style>
background-color css
<style>
a { background-color: #5AE512; }
a { background-color: rgb(90,229,18); }
div.DivClassName
{
background-color: #5AE512;
}
.BgClassName
{
background-color: #5AE512;
}
</style>
border-color css
<style>
span { border-color: #5AE512; }
span { border-color: rgb(90,229,18); }
td.TdClassName
{
border-color: #5AE512;
}
.TagClassName
{
border-color: #5AE512;
}
</style>