Shades of Bright Green #5BF80B
Tints of Bright Green #5BF80B
RGB
CMYK
RGB Variations
Color information
#5BF80B (or 0x5BF80B) is known color: Bright Green. HEX triplet: 5B, F8 and 0B. RGB value is (91,248,11). Sum of RGB (Red+Green+Blue) = 91+248+11=350 (46% of max value = 765). Red value is 91 (35.94% from 255 or 26% from 350); Green value is 248 (97.27% from 255 or 70.86% from 350); Blue value is 11 (4.69% from 255 or 3.14% from 350); Max value from RGB is 248 - color contains mainly: green. Hex color #5BF80B is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #5BF80B is #A407F4. Grayscale: #AEAEAE. Windows color (decimal): -10749941 or 784475. OLE color: 784475.
HSL color Cylindrical-coordinate representation of color #5BF80B: hue angle of 99.75º degrees, saturation: 0.94, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #5BF80B is Cyan = 0.63, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 91 | 248 | 11 | - |
| CMYK | 0.63 | 0 | 0.96 | 0.03 |
| HSL | 99.75º | 0.94% | 0.51% | - |
| HSV(B) | 99.75º | 0.96% | 0.97% | - |
| XYZ | 37.94 | 69.38 | 11.71 | - |
| YUV | 174.04 | 35.99 | 68.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 248 | 11 | 0.63 | 0 | 0.96 | 0.03 | 99.75 | 0.94 | 0.51 |
| Hex | 5B | F8 | B | 3F | 0 | 60 | 3 | 64 | 5E | 33 |
| Octal | 133 | 370 | 13 | 77 | 0 | 140 | 3 | 144 | 136 | 63 |
| Binary | 1011011 | 11111000 | 1011 | 111111 | 0 | 1100000 | 11 | 1100100 | 1011110 | 110011 |
Color Harmonies of #5BF80B
Complementary color
Monochromatic Colors of #5BF80B
Black with #5BF80B
Text Example
Text Example
White with #5BF80B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BF80B; }
p { color: rgb(91,248,11); }
H1.HeaderClassName
{
color: #5BF80B;
}
.AnyTagClassName
{
color: #5BF80B;
}
</style>
background-color css
<style>
a { background-color: #5BF80B; }
a { background-color: rgb(91,248,11); }
div.DivClassName
{
background-color: #5BF80B;
}
.BgClassName
{
background-color: #5BF80B;
}
</style>
border-color css
<style>
span { border-color: #5BF80B; }
span { border-color: rgb(91,248,11); }
td.TdClassName
{
border-color: #5BF80B;
}
.TagClassName
{
border-color: #5BF80B;
}
</style>