Shades of Bright Green #5AF816
Tints of Bright Green #5AF816
RGB
CMYK
RGB Variations
Color information
#5AF816 (or 0x5AF816) is known color: Bright Green. HEX triplet: 5A, F8 and 16. RGB value is (90,248,22). Sum of RGB (Red+Green+Blue) = 90+248+22=360 (47% of max value = 765). Red value is 90 (35.55% from 255 or 25% from 360); Green value is 248 (97.27% from 255 or 68.89% from 360); Blue value is 22 (8.98% from 255 or 6.11% from 360); Max value from RGB is 248 - color contains mainly: green. Hex color #5AF816 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #5AF816 is #A507E9. Grayscale: #AFAFAF. Windows color (decimal): -10815466 or 1505370. OLE color: 1505370.
HSL color Cylindrical-coordinate representation of color #5AF816: hue angle of 101.95º degrees, saturation: 0.94, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #5AF816 is Cyan = 0.64, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 90 | 248 | 22 | - |
| CMYK | 0.64 | 0 | 0.91 | 0.03 |
| HSL | 101.95º | 0.94% | 0.53% | - |
| HSV(B) | 101.95º | 0.91% | 0.97% | - |
| XYZ | 37.93 | 69.37 | 12.15 | - |
| YUV | 174.99 | 41.65 | 67.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 248 | 22 | 0.64 | 0 | 0.91 | 0.03 | 101.95 | 0.94 | 0.53 |
| Hex | 5A | F8 | 16 | 40 | 0 | 5B | 3 | 66 | 5E | 35 |
| Octal | 132 | 370 | 26 | 100 | 0 | 133 | 3 | 146 | 136 | 65 |
| Binary | 1011010 | 11111000 | 10110 | 1000000 | 0 | 1011011 | 11 | 1100110 | 1011110 | 110101 |
Color Harmonies of #5AF816
Complementary color
Monochromatic Colors of #5AF816
Black with #5AF816
Text Example
Text Example
White with #5AF816
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AF816; }
p { color: rgb(90,248,22); }
H1.HeaderClassName
{
color: #5AF816;
}
.AnyTagClassName
{
color: #5AF816;
}
</style>
background-color css
<style>
a { background-color: #5AF816; }
a { background-color: rgb(90,248,22); }
div.DivClassName
{
background-color: #5AF816;
}
.BgClassName
{
background-color: #5AF816;
}
</style>
border-color css
<style>
span { border-color: #5AF816; }
span { border-color: rgb(90,248,22); }
td.TdClassName
{
border-color: #5AF816;
}
.TagClassName
{
border-color: #5AF816;
}
</style>