Shades of Bright Green #5BFF0F
Tints of Bright Green #5BFF0F
RGB
CMYK
RGB Variations
Color information
#5BFF0F (or 0x5BFF0F) is known color: Bright Green. HEX triplet: 5B, FF and 0F. RGB value is (91,255,15). Sum of RGB (Red+Green+Blue) = 91+255+15=361 (47% of max value = 765). Red value is 91 (35.94% from 255 or 25.21% from 361); Green value is 255 (100% from 255 or 70.64% from 361); Blue value is 15 (6.25% from 255 or 4.16% from 361); Max value from RGB is 255 - color contains mainly: green. Hex color #5BFF0F is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #5BFF0F is #A400F0. Grayscale: #B3B3B3. Windows color (decimal): -10748145 or 1048411. OLE color: 1048411.
HSL color Cylindrical-coordinate representation of color #5BFF0F: hue angle of 101º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #5BFF0F is Cyan = 0.64, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.
Color convert
| RGB | 91 | 255 | 15 | - |
| CMYK | 0.64 | 0 | 0.94 | 0 |
| HSL | 101º | 1% | 0.53% | - |
| HSV(B) | 101º | 0.94% | 1% | - |
| XYZ | 40.16 | 73.78 | 12.58 | - |
| YUV | 178.6 | 35.67 | 65.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 255 | 15 | 0.64 | 0 | 0.94 | 0 | 101 | 1 | 0.53 |
| Hex | 5B | FF | F | 40 | 0 | 5E | 0 | 65 | 64 | 35 |
| Octal | 133 | 377 | 17 | 100 | 0 | 136 | 0 | 145 | 144 | 65 |
| Binary | 1011011 | 11111111 | 1111 | 1000000 | 0 | 1011110 | 0 | 1100101 | 1100100 | 110101 |
Color Harmonies of #5BFF0F
Complementary color
Monochromatic Colors of #5BFF0F
Black with #5BFF0F
Text Example
Text Example
White with #5BFF0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BFF0F; }
p { color: rgb(91,255,15); }
H1.HeaderClassName
{
color: #5BFF0F;
}
.AnyTagClassName
{
color: #5BFF0F;
}
</style>
background-color css
<style>
a { background-color: #5BFF0F; }
a { background-color: rgb(91,255,15); }
div.DivClassName
{
background-color: #5BFF0F;
}
.BgClassName
{
background-color: #5BFF0F;
}
</style>
border-color css
<style>
span { border-color: #5BFF0F; }
span { border-color: rgb(91,255,15); }
td.TdClassName
{
border-color: #5BFF0F;
}
.TagClassName
{
border-color: #5BFF0F;
}
</style>