Shades of Bright Green #5BF116
Tints of Bright Green #5BF116
RGB
CMYK
RGB Variations
Color information
#5BF116 (or 0x5BF116) is known color: Bright Green. HEX triplet: 5B, F1 and 16. RGB value is (91,241,22). Sum of RGB (Red+Green+Blue) = 91+241+22=354 (46% of max value = 765). Red value is 91 (35.94% from 255 or 25.71% from 354); Green value is 241 (94.53% from 255 or 68.08% from 354); Blue value is 22 (8.98% from 255 or 6.21% from 354); Max value from RGB is 241 - color contains mainly: green. Hex color #5BF116 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #5BF116 is #A40EE9. Grayscale: #ABABAB. Windows color (decimal): -10751722 or 1503579. OLE color: 1503579.
HSL color Cylindrical-coordinate representation of color #5BF116: hue angle of 101.1º degrees, saturation: 0.89, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #5BF116 is Cyan = 0.62, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 91 | 241 | 22 | - |
| CMYK | 0.62 | 0 | 0.91 | 0.05 |
| HSL | 101.1º | 0.89% | 0.52% | - |
| HSV(B) | 101.1º | 0.91% | 0.95% | - |
| XYZ | 35.91 | 65.19 | 11.45 | - |
| YUV | 171.18 | 43.81 | 70.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 241 | 22 | 0.62 | 0 | 0.91 | 0.05 | 101.1 | 0.89 | 0.52 |
| Hex | 5B | F1 | 16 | 3E | 0 | 5B | 5 | 65 | 59 | 34 |
| Octal | 133 | 361 | 26 | 76 | 0 | 133 | 5 | 145 | 131 | 64 |
| Binary | 1011011 | 11110001 | 10110 | 111110 | 0 | 1011011 | 101 | 1100101 | 1011001 | 110100 |
Color Harmonies of #5BF116
Complementary color
Monochromatic Colors of #5BF116
Black with #5BF116
Text Example
Text Example
White with #5BF116
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BF116; }
p { color: rgb(91,241,22); }
H1.HeaderClassName
{
color: #5BF116;
}
.AnyTagClassName
{
color: #5BF116;
}
</style>
background-color css
<style>
a { background-color: #5BF116; }
a { background-color: rgb(91,241,22); }
div.DivClassName
{
background-color: #5BF116;
}
.BgClassName
{
background-color: #5BF116;
}
</style>
border-color css
<style>
span { border-color: #5BF116; }
span { border-color: rgb(91,241,22); }
td.TdClassName
{
border-color: #5BF116;
}
.TagClassName
{
border-color: #5BF116;
}
</style>