Shades of Bright Green #5BFE31
Tints of Bright Green #5BFE31
RGB
CMYK
RGB Variations
Color information
#5BFE31 (or 0x5BFE31) is known color: Bright Green. HEX triplet: 5B, FE and 31. RGB value is (91,254,49). Sum of RGB (Red+Green+Blue) = 91+254+49=394 (52% of max value = 765). Red value is 91 (35.94% from 255 or 23.10% from 394); Green value is 254 (99.61% from 255 or 64.47% from 394); Blue value is 49 (19.53% from 255 or 12.44% from 394); Max value from RGB is 254 - color contains mainly: green. Hex color #5BFE31 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #5BFE31 is #A401CE. Grayscale: #B6B6B6. Windows color (decimal): -10748367 or 3276379. OLE color: 3276379.
HSL color Cylindrical-coordinate representation of color #5BFE31: hue angle of 107.71º degrees, saturation: 0.99, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #5BFE31 is Cyan = 0.64, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 91 | 254 | 49 | - |
| CMYK | 0.64 | 0 | 0.81 | 0.00 |
| HSL | 107.71º | 0.99% | 0.59% | - |
| HSV(B) | 107.71º | 0.81% | 1% | - |
| XYZ | 40.31 | 73.33 | 14.94 | - |
| YUV | 181.89 | 53 | 63.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 254 | 49 | 0.64 | 0 | 0.81 | 0.00 | 107.71 | 0.99 | 0.59 |
| Hex | 5B | FE | 31 | 40 | 0 | 51 | 0 | 6C | 63 | 3B |
| Octal | 133 | 376 | 61 | 100 | 0 | 121 | 0 | 154 | 143 | 73 |
| Binary | 1011011 | 11111110 | 110001 | 1000000 | 0 | 1010001 | 0 | 1101100 | 1100011 | 111011 |
Color Harmonies of #5BFE31
Complementary color
Monochromatic Colors of #5BFE31
Black with #5BFE31
Text Example
Text Example
White with #5BFE31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BFE31; }
p { color: rgb(91,254,49); }
H1.HeaderClassName
{
color: #5BFE31;
}
.AnyTagClassName
{
color: #5BFE31;
}
</style>
background-color css
<style>
a { background-color: #5BFE31; }
a { background-color: rgb(91,254,49); }
div.DivClassName
{
background-color: #5BFE31;
}
.BgClassName
{
background-color: #5BFE31;
}
</style>
border-color css
<style>
span { border-color: #5BFE31; }
span { border-color: rgb(91,254,49); }
td.TdClassName
{
border-color: #5BFE31;
}
.TagClassName
{
border-color: #5BFE31;
}
</style>