Shades of Bright Green #5BF820
Tints of Bright Green #5BF820
RGB
CMYK
RGB Variations
Color information
#5BF820 (or 0x5BF820) is known color: Bright Green. HEX triplet: 5B, F8 and 20. RGB value is (91,248,32). Sum of RGB (Red+Green+Blue) = 91+248+32=371 (49% of max value = 765). Red value is 91 (35.94% from 255 or 24.53% from 371); Green value is 248 (97.27% from 255 or 66.85% from 371); Blue value is 32 (12.89% from 255 or 8.63% from 371); Max value from RGB is 248 - color contains mainly: green. Hex color #5BF820 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #5BF820 is #A407DF. Grayscale: #B1B1B1. Windows color (decimal): -10749920 or 2160731. OLE color: 2160731.
HSL color Cylindrical-coordinate representation of color #5BF820: hue angle of 103.61º degrees, saturation: 0.94, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #5BF820 is Cyan = 0.63, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 91 | 248 | 32 | - |
| CMYK | 0.63 | 0 | 0.87 | 0.03 |
| HSL | 103.61º | 0.94% | 0.55% | - |
| HSV(B) | 103.61º | 0.87% | 0.97% | - |
| XYZ | 38.14 | 69.46 | 12.76 | - |
| YUV | 176.43 | 46.49 | 67.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 248 | 32 | 0.63 | 0 | 0.87 | 0.03 | 103.61 | 0.94 | 0.55 |
| Hex | 5B | F8 | 20 | 3F | 0 | 57 | 3 | 68 | 5E | 37 |
| Octal | 133 | 370 | 40 | 77 | 0 | 127 | 3 | 150 | 136 | 67 |
| Binary | 1011011 | 11111000 | 100000 | 111111 | 0 | 1010111 | 11 | 1101000 | 1011110 | 110111 |
Color Harmonies of #5BF820
Complementary color
Monochromatic Colors of #5BF820
Black with #5BF820
Text Example
Text Example
White with #5BF820
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BF820; }
p { color: rgb(91,248,32); }
H1.HeaderClassName
{
color: #5BF820;
}
.AnyTagClassName
{
color: #5BF820;
}
</style>
background-color css
<style>
a { background-color: #5BF820; }
a { background-color: rgb(91,248,32); }
div.DivClassName
{
background-color: #5BF820;
}
.BgClassName
{
background-color: #5BF820;
}
</style>
border-color css
<style>
span { border-color: #5BF820; }
span { border-color: rgb(91,248,32); }
td.TdClassName
{
border-color: #5BF820;
}
.TagClassName
{
border-color: #5BF820;
}
</style>