Shades of Bright Green #5AFB19
Tints of Bright Green #5AFB19
RGB
CMYK
RGB Variations
Color information
#5AFB19 (or 0x5AFB19) is known color: Bright Green. HEX triplet: 5A, FB and 19. RGB value is (90,251,25). Sum of RGB (Red+Green+Blue) = 90+251+25=366 (48% of max value = 765). Red value is 90 (35.55% from 255 or 24.59% from 366); Green value is 251 (98.44% from 255 or 68.58% from 366); Blue value is 25 (10.16% from 255 or 6.83% from 366); Max value from RGB is 251 - color contains mainly: green. Hex color #5AFB19 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #5AFB19 is #A504E6. Grayscale: #B1B1B1. Windows color (decimal): -10814695 or 1702746. OLE color: 1702746.
HSL color Cylindrical-coordinate representation of color #5AFB19: hue angle of 102.74º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #5AFB19 is Cyan = 0.64, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 90 | 251 | 25 | - |
| CMYK | 0.64 | 0 | 0.90 | 0.02 |
| HSL | 102.74º | 0.97% | 0.54% | - |
| HSV(B) | 102.74º | 0.9% | 0.98% | - |
| XYZ | 38.89 | 71.24 | 12.62 | - |
| YUV | 177.1 | 42.16 | 65.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 251 | 25 | 0.64 | 0 | 0.90 | 0.02 | 102.74 | 0.97 | 0.54 |
| Hex | 5A | FB | 19 | 40 | 0 | 5A | 2 | 67 | 61 | 36 |
| Octal | 132 | 373 | 31 | 100 | 0 | 132 | 2 | 147 | 141 | 66 |
| Binary | 1011010 | 11111011 | 11001 | 1000000 | 0 | 1011010 | 10 | 1100111 | 1100001 | 110110 |
Color Harmonies of #5AFB19
Complementary color
Monochromatic Colors of #5AFB19
Black with #5AFB19
Text Example
Text Example
White with #5AFB19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AFB19; }
p { color: rgb(90,251,25); }
H1.HeaderClassName
{
color: #5AFB19;
}
.AnyTagClassName
{
color: #5AFB19;
}
</style>
background-color css
<style>
a { background-color: #5AFB19; }
a { background-color: rgb(90,251,25); }
div.DivClassName
{
background-color: #5AFB19;
}
.BgClassName
{
background-color: #5AFB19;
}
</style>
border-color css
<style>
span { border-color: #5AFB19; }
span { border-color: rgb(90,251,25); }
td.TdClassName
{
border-color: #5AFB19;
}
.TagClassName
{
border-color: #5AFB19;
}
</style>