Shades of Bright Green #5AE41C
Tints of Bright Green #5AE41C
RGB
CMYK
RGB Variations
Color information
#5AE41C (or 0x5AE41C) is known color: Bright Green. HEX triplet: 5A, E4 and 1C. RGB value is (90,228,28). Sum of RGB (Red+Green+Blue) = 90+228+28=346 (45% of max value = 765). Red value is 90 (35.55% from 255 or 26.01% from 346); Green value is 228 (89.45% from 255 or 65.90% from 346); Blue value is 28 (11.33% from 255 or 8.09% from 346); Max value from RGB is 228 - color contains mainly: green. Hex color #5AE41C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5AE41C is #A51BE3. Grayscale: #A4A4A4. Windows color (decimal): -10820580 or 1893466. OLE color: 1893466.
HSL color Cylindrical-coordinate representation of color #5AE41C: hue angle of 101.4º degrees, saturation: 0.79, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #5AE41C is Cyan = 0.61, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 90 | 228 | 28 | - |
| CMYK | 0.61 | 0 | 0.88 | 0.11 |
| HSL | 101.4º | 0.79% | 0.5% | - |
| HSV(B) | 101.4º | 0.88% | 0.89% | - |
| XYZ | 32.17 | 57.74 | 10.55 | - |
| YUV | 163.94 | 51.28 | 75.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 228 | 28 | 0.61 | 0 | 0.88 | 0.11 | 101.4 | 0.79 | 0.5 |
| Hex | 5A | E4 | 1C | 3D | 0 | 58 | B | 65 | 4F | 32 |
| Octal | 132 | 344 | 34 | 75 | 0 | 130 | 13 | 145 | 117 | 62 |
| Binary | 1011010 | 11100100 | 11100 | 111101 | 0 | 1011000 | 1011 | 1100101 | 1001111 | 110010 |
Color Harmonies of #5AE41C
Complementary color
Monochromatic Colors of #5AE41C
Black with #5AE41C
Text Example
Text Example
White with #5AE41C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AE41C; }
p { color: rgb(90,228,28); }
H1.HeaderClassName
{
color: #5AE41C;
}
.AnyTagClassName
{
color: #5AE41C;
}
</style>
background-color css
<style>
a { background-color: #5AE41C; }
a { background-color: rgb(90,228,28); }
div.DivClassName
{
background-color: #5AE41C;
}
.BgClassName
{
background-color: #5AE41C;
}
</style>
border-color css
<style>
span { border-color: #5AE41C; }
span { border-color: rgb(90,228,28); }
td.TdClassName
{
border-color: #5AE41C;
}
.TagClassName
{
border-color: #5AE41C;
}
</style>