Shades of Bright Green #5AF21E
Tints of Bright Green #5AF21E
RGB
CMYK
RGB Variations
Color information
#5AF21E (or 0x5AF21E) is known color: Bright Green. HEX triplet: 5A, F2 and 1E. RGB value is (90,242,30). Sum of RGB (Red+Green+Blue) = 90+242+30=362 (47% of max value = 765). Red value is 90 (35.55% from 255 or 24.86% from 362); Green value is 242 (94.92% from 255 or 66.85% from 362); Blue value is 30 (12.11% from 255 or 8.29% from 362); Max value from RGB is 242 - color contains mainly: green. Hex color #5AF21E is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #5AF21E is #A50DE1. Grayscale: #ADADAD. Windows color (decimal): -10816994 or 2028122. OLE color: 2028122.
HSL color Cylindrical-coordinate representation of color #5AF21E: hue angle of 103.02º degrees, saturation: 0.89, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #5AF21E is Cyan = 0.63, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 90 | 242 | 30 | - |
| CMYK | 0.63 | 0 | 0.88 | 0.05 |
| HSL | 103.02º | 0.89% | 0.53% | - |
| HSV(B) | 103.02º | 0.88% | 0.95% | - |
| XYZ | 36.2 | 65.77 | 12.02 | - |
| YUV | 172.38 | 47.64 | 69.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 242 | 30 | 0.63 | 0 | 0.88 | 0.05 | 103.02 | 0.89 | 0.53 |
| Hex | 5A | F2 | 1E | 3F | 0 | 58 | 5 | 67 | 59 | 35 |
| Octal | 132 | 362 | 36 | 77 | 0 | 130 | 5 | 147 | 131 | 65 |
| Binary | 1011010 | 11110010 | 11110 | 111111 | 0 | 1011000 | 101 | 1100111 | 1011001 | 110101 |
Color Harmonies of #5AF21E
Complementary color
Monochromatic Colors of #5AF21E
Black with #5AF21E
Text Example
Text Example
White with #5AF21E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AF21E; }
p { color: rgb(90,242,30); }
H1.HeaderClassName
{
color: #5AF21E;
}
.AnyTagClassName
{
color: #5AF21E;
}
</style>
background-color css
<style>
a { background-color: #5AF21E; }
a { background-color: rgb(90,242,30); }
div.DivClassName
{
background-color: #5AF21E;
}
.BgClassName
{
background-color: #5AF21E;
}
</style>
border-color css
<style>
span { border-color: #5AF21E; }
span { border-color: rgb(90,242,30); }
td.TdClassName
{
border-color: #5AF21E;
}
.TagClassName
{
border-color: #5AF21E;
}
</style>