Shades of Bright Green #5AF016
Tints of Bright Green #5AF016
RGB
CMYK
RGB Variations
Color information
#5AF016 (or 0x5AF016) is known color: Bright Green. HEX triplet: 5A, F0 and 16. RGB value is (90,240,22). Sum of RGB (Red+Green+Blue) = 90+240+22=352 (46% of max value = 765). Red value is 90 (35.55% from 255 or 25.57% from 352); Green value is 240 (94.14% from 255 or 68.18% from 352); Blue value is 22 (8.98% from 255 or 6.25% from 352); Max value from RGB is 240 - color contains mainly: green. Hex color #5AF016 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #5AF016 is #A50FE9. Grayscale: #ABABAB. Windows color (decimal): -10817514 or 1503322. OLE color: 1503322.
HSL color Cylindrical-coordinate representation of color #5AF016: hue angle of 101.28º degrees, saturation: 0.88, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #5AF016 is Cyan = 0.62, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 90 | 240 | 22 | - |
| CMYK | 0.62 | 0 | 0.91 | 0.06 |
| HSL | 101.28º | 0.88% | 0.51% | - |
| HSV(B) | 101.28º | 0.91% | 0.94% | - |
| XYZ | 35.52 | 64.55 | 11.35 | - |
| YUV | 170.3 | 44.31 | 70.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 240 | 22 | 0.62 | 0 | 0.91 | 0.06 | 101.28 | 0.88 | 0.51 |
| Hex | 5A | F0 | 16 | 3E | 0 | 5B | 6 | 65 | 58 | 33 |
| Octal | 132 | 360 | 26 | 76 | 0 | 133 | 6 | 145 | 130 | 63 |
| Binary | 1011010 | 11110000 | 10110 | 111110 | 0 | 1011011 | 110 | 1100101 | 1011000 | 110011 |
Color Harmonies of #5AF016
Complementary color
Monochromatic Colors of #5AF016
Black with #5AF016
Text Example
Text Example
White with #5AF016
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AF016; }
p { color: rgb(90,240,22); }
H1.HeaderClassName
{
color: #5AF016;
}
.AnyTagClassName
{
color: #5AF016;
}
</style>
background-color css
<style>
a { background-color: #5AF016; }
a { background-color: rgb(90,240,22); }
div.DivClassName
{
background-color: #5AF016;
}
.BgClassName
{
background-color: #5AF016;
}
</style>
border-color css
<style>
span { border-color: #5AF016; }
span { border-color: rgb(90,240,22); }
td.TdClassName
{
border-color: #5AF016;
}
.TagClassName
{
border-color: #5AF016;
}
</style>