Shades of Bright Green #5BFA07
Tints of Bright Green #5BFA07
RGB
CMYK
RGB Variations
Color information
#5BFA07 (or 0x5BFA07) is known color: Bright Green. HEX triplet: 5B, FA and 07. RGB value is (91,250,7). Sum of RGB (Red+Green+Blue) = 91+250+7=348 (46% of max value = 765). Red value is 91 (35.94% from 255 or 26.15% from 348); Green value is 250 (98.05% from 255 or 71.84% from 348); Blue value is 7 (3.12% from 255 or 2.01% from 348); Max value from RGB is 250 - color contains mainly: green. Hex color #5BFA07 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #5BFA07 is #A405F8. Grayscale: #AFAFAF. Windows color (decimal): -10749433 or 522843. OLE color: 522843.
HSL color Cylindrical-coordinate representation of color #5BFA07: hue angle of 99.26º degrees, saturation: 0.96, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #5BFA07 is Cyan = 0.64, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 91 | 250 | 7 | - |
| CMYK | 0.64 | 0 | 0.97 | 0.02 |
| HSL | 99.26º | 0.96% | 0.5% | - |
| HSV(B) | 99.26º | 0.97% | 0.98% | - |
| XYZ | 38.54 | 70.61 | 11.8 | - |
| YUV | 174.76 | 33.32 | 68.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 250 | 7 | 0.64 | 0 | 0.97 | 0.02 | 99.26 | 0.96 | 0.5 |
| Hex | 5B | FA | 7 | 40 | 0 | 61 | 2 | 63 | 60 | 32 |
| Octal | 133 | 372 | 7 | 100 | 0 | 141 | 2 | 143 | 140 | 62 |
| Binary | 1011011 | 11111010 | 111 | 1000000 | 0 | 1100001 | 10 | 1100011 | 1100000 | 110010 |
Color Harmonies of #5BFA07
Complementary color
Monochromatic Colors of #5BFA07
Black with #5BFA07
Text Example
Text Example
White with #5BFA07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BFA07; }
p { color: rgb(91,250,7); }
H1.HeaderClassName
{
color: #5BFA07;
}
.AnyTagClassName
{
color: #5BFA07;
}
</style>
background-color css
<style>
a { background-color: #5BFA07; }
a { background-color: rgb(91,250,7); }
div.DivClassName
{
background-color: #5BFA07;
}
.BgClassName
{
background-color: #5BFA07;
}
</style>
border-color css
<style>
span { border-color: #5BFA07; }
span { border-color: rgb(91,250,7); }
td.TdClassName
{
border-color: #5BFA07;
}
.TagClassName
{
border-color: #5BFA07;
}
</style>