Shades of Bright Green #5BE714
Tints of Bright Green #5BE714
RGB
CMYK
RGB Variations
Color information
#5BE714 (or 0x5BE714) is known color: Bright Green. HEX triplet: 5B, E7 and 14. RGB value is (91,231,20). Sum of RGB (Red+Green+Blue) = 91+231+20=342 (45% of max value = 765). Red value is 91 (35.94% from 255 or 26.61% from 342); Green value is 231 (90.62% from 255 or 67.54% from 342); Blue value is 20 (8.20% from 255 or 5.85% from 342); Max value from RGB is 231 - color contains mainly: green. Hex color #5BE714 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #5BE714 is #A418EB. Grayscale: #A5A5A5. Windows color (decimal): -10754284 or 1369947. OLE color: 1369947.
HSL color Cylindrical-coordinate representation of color #5BE714: hue angle of 99.81º degrees, saturation: 0.84, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #5BE714 is Cyan = 0.61, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 91 | 231 | 20 | - |
| CMYK | 0.61 | 0 | 0.91 | 0.09 |
| HSL | 99.81º | 0.84% | 0.49% | - |
| HSV(B) | 99.81º | 0.91% | 0.91% | - |
| XYZ | 33.02 | 59.43 | 10.39 | - |
| YUV | 165.09 | 46.12 | 75.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 231 | 20 | 0.61 | 0 | 0.91 | 0.09 | 99.81 | 0.84 | 0.49 |
| Hex | 5B | E7 | 14 | 3D | 0 | 5B | 9 | 64 | 54 | 31 |
| Octal | 133 | 347 | 24 | 75 | 0 | 133 | 11 | 144 | 124 | 61 |
| Binary | 1011011 | 11100111 | 10100 | 111101 | 0 | 1011011 | 1001 | 1100100 | 1010100 | 110001 |
Color Harmonies of #5BE714
Complementary color
Monochromatic Colors of #5BE714
Black with #5BE714
Text Example
Text Example
White with #5BE714
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BE714; }
p { color: rgb(91,231,20); }
H1.HeaderClassName
{
color: #5BE714;
}
.AnyTagClassName
{
color: #5BE714;
}
</style>
background-color css
<style>
a { background-color: #5BE714; }
a { background-color: rgb(91,231,20); }
div.DivClassName
{
background-color: #5BE714;
}
.BgClassName
{
background-color: #5BE714;
}
</style>
border-color css
<style>
span { border-color: #5BE714; }
span { border-color: rgb(91,231,20); }
td.TdClassName
{
border-color: #5BE714;
}
.TagClassName
{
border-color: #5BE714;
}
</style>