Shades of Bright Green #5BFA04
Tints of Bright Green #5BFA04
RGB
CMYK
RGB Variations
Color information
#5BFA04 (or 0x5BFA04) is known color: Bright Green. HEX triplet: 5B, FA and 04. RGB value is (91,250,4). Sum of RGB (Red+Green+Blue) = 91+250+4=345 (45% of max value = 765). Red value is 91 (35.94% from 255 or 26.38% from 345); Green value is 250 (98.05% from 255 or 72.46% from 345); Blue value is 4 (1.95% from 255 or 1.16% from 345); Max value from RGB is 250 - color contains mainly: green. Hex color #5BFA04 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #5BFA04 is #A405FB. Grayscale: #AFAFAF. Windows color (decimal): -10749436 or 326235. OLE color: 326235.
HSL color Cylindrical-coordinate representation of color #5BFA04: hue angle of 98.78º 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 #5BFA04 is Cyan = 0.64, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 91 | 250 | 4 | - |
| CMYK | 0.64 | 0 | 0.98 | 0.02 |
| HSL | 98.78º | 0.97% | 0.5% | - |
| HSV(B) | 98.78º | 0.98% | 0.98% | - |
| XYZ | 38.52 | 70.6 | 11.71 | - |
| YUV | 174.42 | 31.82 | 68.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 250 | 4 | 0.64 | 0 | 0.98 | 0.02 | 98.78 | 0.97 | 0.5 |
| Hex | 5B | FA | 4 | 40 | 0 | 62 | 2 | 63 | 61 | 32 |
| Octal | 133 | 372 | 4 | 100 | 0 | 142 | 2 | 143 | 141 | 62 |
| Binary | 1011011 | 11111010 | 100 | 1000000 | 0 | 1100010 | 10 | 1100011 | 1100001 | 110010 |
Color Harmonies of #5BFA04
Complementary color
Monochromatic Colors of #5BFA04
Black with #5BFA04
Text Example
Text Example
White with #5BFA04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BFA04; }
p { color: rgb(91,250,4); }
H1.HeaderClassName
{
color: #5BFA04;
}
.AnyTagClassName
{
color: #5BFA04;
}
</style>
background-color css
<style>
a { background-color: #5BFA04; }
a { background-color: rgb(91,250,4); }
div.DivClassName
{
background-color: #5BFA04;
}
.BgClassName
{
background-color: #5BFA04;
}
</style>
border-color css
<style>
span { border-color: #5BFA04; }
span { border-color: rgb(91,250,4); }
td.TdClassName
{
border-color: #5BFA04;
}
.TagClassName
{
border-color: #5BFA04;
}
</style>