Shades of Bright Green #5AFB31
Tints of Bright Green #5AFB31
RGB
CMYK
RGB Variations
Color information
#5AFB31 (or 0x5AFB31) is known color: Bright Green. HEX triplet: 5A, FB and 31. RGB value is (90,251,49). Sum of RGB (Red+Green+Blue) = 90+251+49=390 (51% of max value = 765). Red value is 90 (35.55% from 255 or 23.08% from 390); Green value is 251 (98.44% from 255 or 64.36% from 390); Blue value is 49 (19.53% from 255 or 12.56% from 390); Max value from RGB is 251 - color contains mainly: green. Hex color #5AFB31 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #5AFB31 is #A504CE. Grayscale: #B4B4B4. Windows color (decimal): -10814671 or 3275610. OLE color: 3275610.
HSL color Cylindrical-coordinate representation of color #5AFB31: hue angle of 107.82º degrees, saturation: 0.96, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #5AFB31 is Cyan = 0.64, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 90 | 251 | 49 | - |
| CMYK | 0.64 | 0 | 0.80 | 0.02 |
| HSL | 107.82º | 0.96% | 0.59% | - |
| HSV(B) | 107.82º | 0.8% | 0.98% | - |
| XYZ | 39.27 | 71.39 | 14.62 | - |
| YUV | 179.83 | 54.16 | 63.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 251 | 49 | 0.64 | 0 | 0.80 | 0.02 | 107.82 | 0.96 | 0.59 |
| Hex | 5A | FB | 31 | 40 | 0 | 50 | 2 | 6C | 60 | 3B |
| Octal | 132 | 373 | 61 | 100 | 0 | 120 | 2 | 154 | 140 | 73 |
| Binary | 1011010 | 11111011 | 110001 | 1000000 | 0 | 1010000 | 10 | 1101100 | 1100000 | 111011 |
Color Harmonies of #5AFB31
Complementary color
Monochromatic Colors of #5AFB31
Black with #5AFB31
Text Example
Text Example
White with #5AFB31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AFB31; }
p { color: rgb(90,251,49); }
H1.HeaderClassName
{
color: #5AFB31;
}
.AnyTagClassName
{
color: #5AFB31;
}
</style>
background-color css
<style>
a { background-color: #5AFB31; }
a { background-color: rgb(90,251,49); }
div.DivClassName
{
background-color: #5AFB31;
}
.BgClassName
{
background-color: #5AFB31;
}
</style>
border-color css
<style>
span { border-color: #5AFB31; }
span { border-color: rgb(90,251,49); }
td.TdClassName
{
border-color: #5AFB31;
}
.TagClassName
{
border-color: #5AFB31;
}
</style>