Shades of Bright Green #5BFA1B
Tints of Bright Green #5BFA1B
RGB
CMYK
RGB Variations
Color information
#5BFA1B (or 0x5BFA1B) is known color: Bright Green. HEX triplet: 5B, FA and 1B. RGB value is (91,250,27). Sum of RGB (Red+Green+Blue) = 91+250+27=368 (48% of max value = 765). Red value is 91 (35.94% from 255 or 24.73% from 368); Green value is 250 (98.05% from 255 or 67.93% from 368); Blue value is 27 (10.94% from 255 or 7.34% from 368); Max value from RGB is 250 - color contains mainly: green. Hex color #5BFA1B is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #5BFA1B is #A405E4. Grayscale: #B1B1B1. Windows color (decimal): -10749413 or 1833563. OLE color: 1833563.
HSL color Cylindrical-coordinate representation of color #5BFA1B: hue angle of 102.78º degrees, saturation: 0.96, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #5BFA1B is Cyan = 0.64, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 91 | 250 | 27 | - |
| CMYK | 0.64 | 0 | 0.89 | 0.02 |
| HSL | 102.78º | 0.96% | 0.54% | - |
| HSV(B) | 102.78º | 0.89% | 0.98% | - |
| XYZ | 38.7 | 70.67 | 12.64 | - |
| YUV | 177.04 | 43.32 | 66.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 250 | 27 | 0.64 | 0 | 0.89 | 0.02 | 102.78 | 0.96 | 0.54 |
| Hex | 5B | FA | 1B | 40 | 0 | 59 | 2 | 67 | 60 | 36 |
| Octal | 133 | 372 | 33 | 100 | 0 | 131 | 2 | 147 | 140 | 66 |
| Binary | 1011011 | 11111010 | 11011 | 1000000 | 0 | 1011001 | 10 | 1100111 | 1100000 | 110110 |
Color Harmonies of #5BFA1B
Complementary color
Monochromatic Colors of #5BFA1B
Black with #5BFA1B
Text Example
Text Example
White with #5BFA1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BFA1B; }
p { color: rgb(91,250,27); }
H1.HeaderClassName
{
color: #5BFA1B;
}
.AnyTagClassName
{
color: #5BFA1B;
}
</style>
background-color css
<style>
a { background-color: #5BFA1B; }
a { background-color: rgb(91,250,27); }
div.DivClassName
{
background-color: #5BFA1B;
}
.BgClassName
{
background-color: #5BFA1B;
}
</style>
border-color css
<style>
span { border-color: #5BFA1B; }
span { border-color: rgb(91,250,27); }
td.TdClassName
{
border-color: #5BFA1B;
}
.TagClassName
{
border-color: #5BFA1B;
}
</style>