Shades of Bright Green #5BF000
Tints of Bright Green #5BF000
RGB
CMYK
RGB Variations
Color information
#5BF000 (or 0x5BF000) is known color: Bright Green. HEX triplet: 5B, F0 and 00. RGB value is (91,240,0). Sum of RGB (Red+Green+Blue) = 91+240+0=331 (43% of max value = 765). Red value is 91 (35.94% from 255 or 27.49% from 331); Green value is 240 (94.14% from 255 or 72.51% from 331); Blue value is 0 (0.39% from 255 or 0% from 331); Max value from RGB is 240 - color contains mainly: green. Hex color #5BF000 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #5BF000 is #A40FFF. Grayscale: #A8A8A8. Windows color (decimal): -10752000 or 61531. OLE color: 61531.
HSL color Cylindrical-coordinate representation of color #5BF000: hue angle of 97.25º degrees, saturation: 1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 1%. Process color model (Four color, CMYK) of #5BF000 is Cyan = 0.62, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 91 | 240 | 0 | - |
| CMYK | 0.62 | 0 | 1 | 0.06 |
| HSL | 97.25º | 1% | 0.47% | - |
| HSV(B) | 97.25º | 1% | 0.94% | - |
| XYZ | 35.47 | 64.54 | 10.59 | - |
| YUV | 168.09 | 33.14 | 73.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 240 | 0 | 0.62 | 0 | 1 | 0.06 | 97.25 | 1 | 0.47 |
| Hex | 5B | F0 | 0 | 3E | 0 | 64 | 6 | 61 | 64 | 2F |
| Octal | 133 | 360 | 0 | 76 | 0 | 144 | 6 | 141 | 144 | 57 |
| Binary | 1011011 | 11110000 | 0 | 111110 | 0 | 1100100 | 110 | 1100001 | 1100100 | 101111 |
Color Harmonies of #5BF000
Complementary color
Monochromatic Colors of #5BF000
Black with #5BF000
Text Example
Text Example
White with #5BF000
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BF000; }
p { color: rgb(91,240,0); }
H1.HeaderClassName
{
color: #5BF000;
}
.AnyTagClassName
{
color: #5BF000;
}
</style>
background-color css
<style>
a { background-color: #5BF000; }
a { background-color: rgb(91,240,0); }
div.DivClassName
{
background-color: #5BF000;
}
.BgClassName
{
background-color: #5BF000;
}
</style>
border-color css
<style>
span { border-color: #5BF000; }
span { border-color: rgb(91,240,0); }
td.TdClassName
{
border-color: #5BF000;
}
.TagClassName
{
border-color: #5BF000;
}
</style>