Shades of Bright Green #5AF120
Tints of Bright Green #5AF120
RGB
CMYK
RGB Variations
Color information
#5AF120 (or 0x5AF120) is known color: Bright Green. HEX triplet: 5A, F1 and 20. RGB value is (90,241,32). Sum of RGB (Red+Green+Blue) = 90+241+32=363 (48% of max value = 765). Red value is 90 (35.55% from 255 or 24.79% from 363); Green value is 241 (94.53% from 255 or 66.39% from 363); Blue value is 32 (12.89% from 255 or 8.82% from 363); Max value from RGB is 241 - color contains mainly: green. Hex color #5AF120 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #5AF120 is #A50EDF. Grayscale: #ACACAC. Windows color (decimal): -10817248 or 2158938. OLE color: 2158938.
HSL color Cylindrical-coordinate representation of color #5AF120: hue angle of 103.35º degrees, saturation: 0.88, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #5AF120 is Cyan = 0.63, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 90 | 241 | 32 | - |
| CMYK | 0.63 | 0 | 0.87 | 0.05 |
| HSL | 103.35º | 0.88% | 0.54% | - |
| HSV(B) | 103.35º | 0.87% | 0.95% | - |
| XYZ | 35.93 | 65.19 | 12.06 | - |
| YUV | 172.03 | 48.97 | 69.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 241 | 32 | 0.63 | 0 | 0.87 | 0.05 | 103.35 | 0.88 | 0.54 |
| Hex | 5A | F1 | 20 | 3F | 0 | 57 | 5 | 67 | 58 | 36 |
| Octal | 132 | 361 | 40 | 77 | 0 | 127 | 5 | 147 | 130 | 66 |
| Binary | 1011010 | 11110001 | 100000 | 111111 | 0 | 1010111 | 101 | 1100111 | 1011000 | 110110 |
Color Harmonies of #5AF120
Complementary color
Monochromatic Colors of #5AF120
Black with #5AF120
Text Example
Text Example
White with #5AF120
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AF120; }
p { color: rgb(90,241,32); }
H1.HeaderClassName
{
color: #5AF120;
}
.AnyTagClassName
{
color: #5AF120;
}
</style>
background-color css
<style>
a { background-color: #5AF120; }
a { background-color: rgb(90,241,32); }
div.DivClassName
{
background-color: #5AF120;
}
.BgClassName
{
background-color: #5AF120;
}
</style>
border-color css
<style>
span { border-color: #5AF120; }
span { border-color: rgb(90,241,32); }
td.TdClassName
{
border-color: #5AF120;
}
.TagClassName
{
border-color: #5AF120;
}
</style>