Shades of Bright Green #5AF112
Tints of Bright Green #5AF112
RGB
CMYK
RGB Variations
Color information
#5AF112 (or 0x5AF112) is known color: Bright Green. HEX triplet: 5A, F1 and 12. RGB value is (90,241,18). Sum of RGB (Red+Green+Blue) = 90+241+18=349 (46% of max value = 765). Red value is 90 (35.55% from 255 or 25.79% from 349); Green value is 241 (94.53% from 255 or 69.05% from 349); Blue value is 18 (7.42% from 255 or 5.16% from 349); Max value from RGB is 241 - color contains mainly: green. Hex color #5AF112 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #5AF112 is #A50EED. Grayscale: #ABABAB. Windows color (decimal): -10817262 or 1241434. OLE color: 1241434.
HSL color Cylindrical-coordinate representation of color #5AF112: hue angle of 100.63º degrees, saturation: 0.89, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #5AF112 is Cyan = 0.63, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 90 | 241 | 18 | - |
| CMYK | 0.63 | 0 | 0.93 | 0.05 |
| HSL | 100.63º | 0.89% | 0.51% | - |
| HSV(B) | 100.63º | 0.93% | 0.95% | - |
| XYZ | 35.78 | 65.13 | 11.26 | - |
| YUV | 170.43 | 41.97 | 70.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 241 | 18 | 0.63 | 0 | 0.93 | 0.05 | 100.63 | 0.89 | 0.51 |
| Hex | 5A | F1 | 12 | 3F | 0 | 5D | 5 | 65 | 59 | 33 |
| Octal | 132 | 361 | 22 | 77 | 0 | 135 | 5 | 145 | 131 | 63 |
| Binary | 1011010 | 11110001 | 10010 | 111111 | 0 | 1011101 | 101 | 1100101 | 1011001 | 110011 |
Color Harmonies of #5AF112
Complementary color
Monochromatic Colors of #5AF112
Black with #5AF112
Text Example
Text Example
White with #5AF112
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AF112; }
p { color: rgb(90,241,18); }
H1.HeaderClassName
{
color: #5AF112;
}
.AnyTagClassName
{
color: #5AF112;
}
</style>
background-color css
<style>
a { background-color: #5AF112; }
a { background-color: rgb(90,241,18); }
div.DivClassName
{
background-color: #5AF112;
}
.BgClassName
{
background-color: #5AF112;
}
</style>
border-color css
<style>
span { border-color: #5AF112; }
span { border-color: rgb(90,241,18); }
td.TdClassName
{
border-color: #5AF112;
}
.TagClassName
{
border-color: #5AF112;
}
</style>