Shades of Bright Green #5AFD20
Tints of Bright Green #5AFD20
RGB
CMYK
RGB Variations
Color information
#5AFD20 (or 0x5AFD20) is known color: Bright Green. HEX triplet: 5A, FD and 20. RGB value is (90,253,32). Sum of RGB (Red+Green+Blue) = 90+253+32=375 (49% of max value = 765). Red value is 90 (35.55% from 255 or 24% from 375); Green value is 253 (99.22% from 255 or 67.47% from 375); Blue value is 32 (12.89% from 255 or 8.53% from 375); Max value from RGB is 253 - color contains mainly: green. Hex color #5AFD20 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #5AFD20 is #A502DF. Grayscale: #B3B3B3. Windows color (decimal): -10814176 or 2162010. OLE color: 2162010.
HSL color Cylindrical-coordinate representation of color #5AFD20: hue angle of 104.25º degrees, saturation: 0.98, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #5AFD20 is Cyan = 0.64, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 90 | 253 | 32 | - |
| CMYK | 0.64 | 0 | 0.87 | 0.01 |
| HSL | 104.25º | 0.98% | 0.56% | - |
| HSV(B) | 104.25º | 0.87% | 0.99% | - |
| XYZ | 39.6 | 72.53 | 13.28 | - |
| YUV | 179.07 | 45 | 64.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 253 | 32 | 0.64 | 0 | 0.87 | 0.01 | 104.25 | 0.98 | 0.56 |
| Hex | 5A | FD | 20 | 40 | 0 | 57 | 1 | 68 | 62 | 38 |
| Octal | 132 | 375 | 40 | 100 | 0 | 127 | 1 | 150 | 142 | 70 |
| Binary | 1011010 | 11111101 | 100000 | 1000000 | 0 | 1010111 | 1 | 1101000 | 1100010 | 111000 |
Color Harmonies of #5AFD20
Complementary color
Monochromatic Colors of #5AFD20
Black with #5AFD20
Text Example
Text Example
White with #5AFD20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AFD20; }
p { color: rgb(90,253,32); }
H1.HeaderClassName
{
color: #5AFD20;
}
.AnyTagClassName
{
color: #5AFD20;
}
</style>
background-color css
<style>
a { background-color: #5AFD20; }
a { background-color: rgb(90,253,32); }
div.DivClassName
{
background-color: #5AFD20;
}
.BgClassName
{
background-color: #5AFD20;
}
</style>
border-color css
<style>
span { border-color: #5AFD20; }
span { border-color: rgb(90,253,32); }
td.TdClassName
{
border-color: #5AFD20;
}
.TagClassName
{
border-color: #5AFD20;
}
</style>