Shades of Bright Green #5AEF20
Tints of Bright Green #5AEF20
RGB
CMYK
RGB Variations
Color information
#5AEF20 (or 0x5AEF20) is known color: Bright Green. HEX triplet: 5A, EF and 20. RGB value is (90,239,32). Sum of RGB (Red+Green+Blue) = 90+239+32=361 (47% of max value = 765). Red value is 90 (35.55% from 255 or 24.93% from 361); Green value is 239 (93.75% from 255 or 66.20% from 361); Blue value is 32 (12.89% from 255 or 8.86% from 361); Max value from RGB is 239 - color contains mainly: green. Hex color #5AEF20 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #5AEF20 is #A510DF. Grayscale: #ABABAB. Windows color (decimal): -10817760 or 2158426. OLE color: 2158426.
HSL color Cylindrical-coordinate representation of color #5AEF20: hue angle of 103.19º degrees, saturation: 0.87, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #5AEF20 is Cyan = 0.62, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 90 | 239 | 32 | - |
| CMYK | 0.62 | 0 | 0.87 | 0.06 |
| HSL | 103.19º | 0.87% | 0.53% | - |
| HSV(B) | 103.19º | 0.87% | 0.94% | - |
| XYZ | 35.34 | 64.01 | 11.86 | - |
| YUV | 170.85 | 49.64 | 70.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 239 | 32 | 0.62 | 0 | 0.87 | 0.06 | 103.19 | 0.87 | 0.53 |
| Hex | 5A | EF | 20 | 3E | 0 | 57 | 6 | 67 | 57 | 35 |
| Octal | 132 | 357 | 40 | 76 | 0 | 127 | 6 | 147 | 127 | 65 |
| Binary | 1011010 | 11101111 | 100000 | 111110 | 0 | 1010111 | 110 | 1100111 | 1010111 | 110101 |
Color Harmonies of #5AEF20
Complementary color
Monochromatic Colors of #5AEF20
Black with #5AEF20
Text Example
Text Example
White with #5AEF20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AEF20; }
p { color: rgb(90,239,32); }
H1.HeaderClassName
{
color: #5AEF20;
}
.AnyTagClassName
{
color: #5AEF20;
}
</style>
background-color css
<style>
a { background-color: #5AEF20; }
a { background-color: rgb(90,239,32); }
div.DivClassName
{
background-color: #5AEF20;
}
.BgClassName
{
background-color: #5AEF20;
}
</style>
border-color css
<style>
span { border-color: #5AEF20; }
span { border-color: rgb(90,239,32); }
td.TdClassName
{
border-color: #5AEF20;
}
.TagClassName
{
border-color: #5AEF20;
}
</style>