Shades of Bright Green #5AFB09
Tints of Bright Green #5AFB09
RGB
CMYK
RGB Variations
Color information
#5AFB09 (or 0x5AFB09) is known color: Bright Green. HEX triplet: 5A, FB and 09. RGB value is (90,251,9). Sum of RGB (Red+Green+Blue) = 90+251+9=350 (46% of max value = 765). Red value is 90 (35.55% from 255 or 25.71% from 350); Green value is 251 (98.44% from 255 or 71.71% from 350); Blue value is 9 (3.91% from 255 or 2.57% from 350); Max value from RGB is 251 - color contains mainly: green. Hex color #5AFB09 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #5AFB09 is #A504F6. Grayscale: #B0B0B0. Windows color (decimal): -10814711 or 654170. OLE color: 654170.
HSL color Cylindrical-coordinate representation of color #5AFB09: hue angle of 99.92º degrees, saturation: 0.97, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #5AFB09 is Cyan = 0.64, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 90 | 251 | 9 | - |
| CMYK | 0.64 | 0 | 0.96 | 0.02 |
| HSL | 99.92º | 0.97% | 0.51% | - |
| HSV(B) | 99.92º | 0.96% | 0.98% | - |
| XYZ | 38.76 | 71.19 | 11.96 | - |
| YUV | 175.27 | 34.16 | 67.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 251 | 9 | 0.64 | 0 | 0.96 | 0.02 | 99.92 | 0.97 | 0.51 |
| Hex | 5A | FB | 9 | 40 | 0 | 60 | 2 | 64 | 61 | 33 |
| Octal | 132 | 373 | 11 | 100 | 0 | 140 | 2 | 144 | 141 | 63 |
| Binary | 1011010 | 11111011 | 1001 | 1000000 | 0 | 1100000 | 10 | 1100100 | 1100001 | 110011 |
Color Harmonies of #5AFB09
Complementary color
Monochromatic Colors of #5AFB09
Black with #5AFB09
Text Example
Text Example
White with #5AFB09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AFB09; }
p { color: rgb(90,251,9); }
H1.HeaderClassName
{
color: #5AFB09;
}
.AnyTagClassName
{
color: #5AFB09;
}
</style>
background-color css
<style>
a { background-color: #5AFB09; }
a { background-color: rgb(90,251,9); }
div.DivClassName
{
background-color: #5AFB09;
}
.BgClassName
{
background-color: #5AFB09;
}
</style>
border-color css
<style>
span { border-color: #5AFB09; }
span { border-color: rgb(90,251,9); }
td.TdClassName
{
border-color: #5AFB09;
}
.TagClassName
{
border-color: #5AFB09;
}
</style>