Shades of Bright Green #5AF416
Tints of Bright Green #5AF416
RGB
CMYK
RGB Variations
Color information
#5AF416 (or 0x5AF416) is known color: Bright Green. HEX triplet: 5A, F4 and 16. RGB value is (90,244,22). Sum of RGB (Red+Green+Blue) = 90+244+22=356 (47% of max value = 765). Red value is 90 (35.55% from 255 or 25.28% from 356); Green value is 244 (95.70% from 255 or 68.54% from 356); Blue value is 22 (8.98% from 255 or 6.18% from 356); Max value from RGB is 244 - color contains mainly: green. Hex color #5AF416 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #5AF416 is #A50BE9. Grayscale: #ADADAD. Windows color (decimal): -10816490 or 1504346. OLE color: 1504346.
HSL color Cylindrical-coordinate representation of color #5AF416: hue angle of 101.62º degrees, saturation: 0.91, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #5AF416 is Cyan = 0.63, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 90 | 244 | 22 | - |
| CMYK | 0.63 | 0 | 0.91 | 0.04 |
| HSL | 101.62º | 0.91% | 0.52% | - |
| HSV(B) | 101.62º | 0.91% | 0.96% | - |
| XYZ | 36.71 | 66.93 | 11.74 | - |
| YUV | 172.65 | 42.98 | 69.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 244 | 22 | 0.63 | 0 | 0.91 | 0.04 | 101.62 | 0.91 | 0.52 |
| Hex | 5A | F4 | 16 | 3F | 0 | 5B | 4 | 66 | 5B | 34 |
| Octal | 132 | 364 | 26 | 77 | 0 | 133 | 4 | 146 | 133 | 64 |
| Binary | 1011010 | 11110100 | 10110 | 111111 | 0 | 1011011 | 100 | 1100110 | 1011011 | 110100 |
Color Harmonies of #5AF416
Complementary color
Monochromatic Colors of #5AF416
Black with #5AF416
Text Example
Text Example
White with #5AF416
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AF416; }
p { color: rgb(90,244,22); }
H1.HeaderClassName
{
color: #5AF416;
}
.AnyTagClassName
{
color: #5AF416;
}
</style>
background-color css
<style>
a { background-color: #5AF416; }
a { background-color: rgb(90,244,22); }
div.DivClassName
{
background-color: #5AF416;
}
.BgClassName
{
background-color: #5AF416;
}
</style>
border-color css
<style>
span { border-color: #5AF416; }
span { border-color: rgb(90,244,22); }
td.TdClassName
{
border-color: #5AF416;
}
.TagClassName
{
border-color: #5AF416;
}
</style>