Shades of Bright Green #5AF020
Tints of Bright Green #5AF020
RGB
CMYK
RGB Variations
Color information
#5AF020 (or 0x5AF020) is known color: Bright Green. HEX triplet: 5A, F0 and 20. RGB value is (90,240,32). Sum of RGB (Red+Green+Blue) = 90+240+32=362 (47% of max value = 765). Red value is 90 (35.55% from 255 or 24.86% from 362); Green value is 240 (94.14% from 255 or 66.30% from 362); Blue value is 32 (12.89% from 255 or 8.84% from 362); Max value from RGB is 240 - color contains mainly: green. Hex color #5AF020 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #5AF020 is #A50FDF. Grayscale: #ACACAC. Windows color (decimal): -10817504 or 2158682. OLE color: 2158682.
HSL color Cylindrical-coordinate representation of color #5AF020: hue angle of 103.27º 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 #5AF020 is Cyan = 0.62, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 90 | 240 | 32 | - |
| CMYK | 0.62 | 0 | 0.87 | 0.06 |
| HSL | 103.27º | 0.87% | 0.53% | - |
| HSV(B) | 103.27º | 0.87% | 0.94% | - |
| XYZ | 35.64 | 64.6 | 11.96 | - |
| YUV | 171.44 | 49.31 | 69.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 240 | 32 | 0.62 | 0 | 0.87 | 0.06 | 103.27 | 0.87 | 0.53 |
| Hex | 5A | F0 | 20 | 3E | 0 | 57 | 6 | 67 | 57 | 35 |
| Octal | 132 | 360 | 40 | 76 | 0 | 127 | 6 | 147 | 127 | 65 |
| Binary | 1011010 | 11110000 | 100000 | 111110 | 0 | 1010111 | 110 | 1100111 | 1010111 | 110101 |
Color Harmonies of #5AF020
Complementary color
Monochromatic Colors of #5AF020
Black with #5AF020
Text Example
Text Example
White with #5AF020
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AF020; }
p { color: rgb(90,240,32); }
H1.HeaderClassName
{
color: #5AF020;
}
.AnyTagClassName
{
color: #5AF020;
}
</style>
background-color css
<style>
a { background-color: #5AF020; }
a { background-color: rgb(90,240,32); }
div.DivClassName
{
background-color: #5AF020;
}
.BgClassName
{
background-color: #5AF020;
}
</style>
border-color css
<style>
span { border-color: #5AF020; }
span { border-color: rgb(90,240,32); }
td.TdClassName
{
border-color: #5AF020;
}
.TagClassName
{
border-color: #5AF020;
}
</style>