Shades of Bright Green #5AFB04
Tints of Bright Green #5AFB04
RGB
CMYK
RGB Variations
Color information
#5AFB04 (or 0x5AFB04) is known color: Bright Green. HEX triplet: 5A, FB and 04. RGB value is (90,251,4). Sum of RGB (Red+Green+Blue) = 90+251+4=345 (45% of max value = 765). Red value is 90 (35.55% from 255 or 26.09% from 345); Green value is 251 (98.44% from 255 or 72.75% from 345); Blue value is 4 (1.95% from 255 or 1.16% from 345); Max value from RGB is 251 - color contains mainly: green. Hex color #5AFB04 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #5AFB04 is #A504FB. Grayscale: #AFAFAF. Windows color (decimal): -10814716 or 326490. OLE color: 326490.
HSL color Cylindrical-coordinate representation of color #5AFB04: hue angle of 99.11º degrees, saturation: 0.97, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #5AFB04 is Cyan = 0.64, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 90 | 251 | 4 | - |
| CMYK | 0.64 | 0 | 0.98 | 0.02 |
| HSL | 99.11º | 0.97% | 0.5% | - |
| HSV(B) | 99.11º | 0.98% | 0.98% | - |
| XYZ | 38.74 | 71.18 | 11.81 | - |
| YUV | 174.7 | 31.66 | 67.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 251 | 4 | 0.64 | 0 | 0.98 | 0.02 | 99.11 | 0.97 | 0.5 |
| Hex | 5A | FB | 4 | 40 | 0 | 62 | 2 | 63 | 61 | 32 |
| Octal | 132 | 373 | 4 | 100 | 0 | 142 | 2 | 143 | 141 | 62 |
| Binary | 1011010 | 11111011 | 100 | 1000000 | 0 | 1100010 | 10 | 1100011 | 1100001 | 110010 |
Color Harmonies of #5AFB04
Complementary color
Monochromatic Colors of #5AFB04
Black with #5AFB04
Text Example
Text Example
White with #5AFB04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AFB04; }
p { color: rgb(90,251,4); }
H1.HeaderClassName
{
color: #5AFB04;
}
.AnyTagClassName
{
color: #5AFB04;
}
</style>
background-color css
<style>
a { background-color: #5AFB04; }
a { background-color: rgb(90,251,4); }
div.DivClassName
{
background-color: #5AFB04;
}
.BgClassName
{
background-color: #5AFB04;
}
</style>
border-color css
<style>
span { border-color: #5AFB04; }
span { border-color: rgb(90,251,4); }
td.TdClassName
{
border-color: #5AFB04;
}
.TagClassName
{
border-color: #5AFB04;
}
</style>