Shades of Bright Green #5BF124
Tints of Bright Green #5BF124
RGB
CMYK
RGB Variations
Color information
#5BF124 (or 0x5BF124) is known color: Bright Green. HEX triplet: 5B, F1 and 24. RGB value is (91,241,36). Sum of RGB (Red+Green+Blue) = 91+241+36=368 (48% of max value = 765). Red value is 91 (35.94% from 255 or 24.73% from 368); Green value is 241 (94.53% from 255 or 65.49% from 368); Blue value is 36 (14.45% from 255 or 9.78% from 368); Max value from RGB is 241 - color contains mainly: green. Hex color #5BF124 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #5BF124 is #A40EDB. Grayscale: #ADADAD. Windows color (decimal): -10751708 or 2421083. OLE color: 2421083.
HSL color Cylindrical-coordinate representation of color #5BF124: hue angle of 103.9º degrees, saturation: 0.88, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #5BF124 is Cyan = 0.62, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 91 | 241 | 36 | - |
| CMYK | 0.62 | 0 | 0.85 | 0.05 |
| HSL | 103.9º | 0.88% | 0.54% | - |
| HSV(B) | 103.9º | 0.85% | 0.95% | - |
| XYZ | 36.09 | 65.26 | 12.36 | - |
| YUV | 172.78 | 50.81 | 69.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 241 | 36 | 0.62 | 0 | 0.85 | 0.05 | 103.9 | 0.88 | 0.54 |
| Hex | 5B | F1 | 24 | 3E | 0 | 55 | 5 | 68 | 58 | 36 |
| Octal | 133 | 361 | 44 | 76 | 0 | 125 | 5 | 150 | 130 | 66 |
| Binary | 1011011 | 11110001 | 100100 | 111110 | 0 | 1010101 | 101 | 1101000 | 1011000 | 110110 |
Color Harmonies of #5BF124
Complementary color
Monochromatic Colors of #5BF124
Black with #5BF124
Text Example
Text Example
White with #5BF124
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BF124; }
p { color: rgb(91,241,36); }
H1.HeaderClassName
{
color: #5BF124;
}
.AnyTagClassName
{
color: #5BF124;
}
</style>
background-color css
<style>
a { background-color: #5BF124; }
a { background-color: rgb(91,241,36); }
div.DivClassName
{
background-color: #5BF124;
}
.BgClassName
{
background-color: #5BF124;
}
</style>
border-color css
<style>
span { border-color: #5BF124; }
span { border-color: rgb(91,241,36); }
td.TdClassName
{
border-color: #5BF124;
}
.TagClassName
{
border-color: #5BF124;
}
</style>