Shades of Bright Green #5AFB00
Tints of Bright Green #5AFB00
RGB
CMYK
RGB Variations
Color information
#5AFB00 (or 0x5AFB00) is known color: Bright Green. HEX triplet: 5A, FB and 00. RGB value is (90,251,0). Sum of RGB (Red+Green+Blue) = 90+251+0=341 (45% of max value = 765). Red value is 90 (35.55% from 255 or 26.39% from 341); Green value is 251 (98.44% from 255 or 73.61% from 341); Blue value is 0 (0.39% from 255 or 0% from 341); Max value from RGB is 251 - color contains mainly: green. Hex color #5AFB00 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #5AFB00 is #A504FF. Grayscale: #AFAFAF. Windows color (decimal): -10814720 or 64346. OLE color: 64346.
HSL color Cylindrical-coordinate representation of color #5AFB00: hue angle of 98.49º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #5AFB00 is Cyan = 0.64, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 90 | 251 | 0 | - |
| CMYK | 0.64 | 0 | 1 | 0.02 |
| HSL | 98.49º | 1% | 0.49% | - |
| HSV(B) | 98.49º | 1% | 0.98% | - |
| XYZ | 38.71 | 71.17 | 11.7 | - |
| YUV | 174.25 | 29.66 | 67.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 251 | 0 | 0.64 | 0 | 1 | 0.02 | 98.49 | 1 | 0.49 |
| Hex | 5A | FB | 0 | 40 | 0 | 64 | 2 | 62 | 64 | 31 |
| Octal | 132 | 373 | 0 | 100 | 0 | 144 | 2 | 142 | 144 | 61 |
| Binary | 1011010 | 11111011 | 0 | 1000000 | 0 | 1100100 | 10 | 1100010 | 1100100 | 110001 |
Color Harmonies of #5AFB00
Complementary color
Monochromatic Colors of #5AFB00
Black with #5AFB00
Text Example
Text Example
White with #5AFB00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AFB00; }
p { color: rgb(90,251,0); }
H1.HeaderClassName
{
color: #5AFB00;
}
.AnyTagClassName
{
color: #5AFB00;
}
</style>
background-color css
<style>
a { background-color: #5AFB00; }
a { background-color: rgb(90,251,0); }
div.DivClassName
{
background-color: #5AFB00;
}
.BgClassName
{
background-color: #5AFB00;
}
</style>
border-color css
<style>
span { border-color: #5AFB00; }
span { border-color: rgb(90,251,0); }
td.TdClassName
{
border-color: #5AFB00;
}
.TagClassName
{
border-color: #5AFB00;
}
</style>