Shades of Bright Green #5BEC14
Tints of Bright Green #5BEC14
RGB
CMYK
RGB Variations
Color information
#5BEC14 (or 0x5BEC14) is known color: Bright Green. HEX triplet: 5B, EC and 14. RGB value is (91,236,20). Sum of RGB (Red+Green+Blue) = 91+236+20=347 (45% of max value = 765). Red value is 91 (35.94% from 255 or 26.22% from 347); Green value is 236 (92.58% from 255 or 68.01% from 347); Blue value is 20 (8.20% from 255 or 5.76% from 347); Max value from RGB is 236 - color contains mainly: green. Hex color #5BEC14 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #5BEC14 is #A413EB. Grayscale: #A8A8A8. Windows color (decimal): -10753004 or 1371227. OLE color: 1371227.
HSL color Cylindrical-coordinate representation of color #5BEC14: hue angle of 100.28º degrees, saturation: 0.85, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #5BEC14 is Cyan = 0.61, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 91 | 236 | 20 | - |
| CMYK | 0.61 | 0 | 0.92 | 0.07 |
| HSL | 100.28º | 0.85% | 0.5% | - |
| HSV(B) | 100.28º | 0.92% | 0.93% | - |
| XYZ | 34.44 | 62.27 | 10.87 | - |
| YUV | 168.02 | 44.46 | 73.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 236 | 20 | 0.61 | 0 | 0.92 | 0.07 | 100.28 | 0.85 | 0.5 |
| Hex | 5B | EC | 14 | 3D | 0 | 5C | 7 | 64 | 55 | 32 |
| Octal | 133 | 354 | 24 | 75 | 0 | 134 | 7 | 144 | 125 | 62 |
| Binary | 1011011 | 11101100 | 10100 | 111101 | 0 | 1011100 | 111 | 1100100 | 1010101 | 110010 |
Color Harmonies of #5BEC14
Complementary color
Monochromatic Colors of #5BEC14
Black with #5BEC14
Text Example
Text Example
White with #5BEC14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BEC14; }
p { color: rgb(91,236,20); }
H1.HeaderClassName
{
color: #5BEC14;
}
.AnyTagClassName
{
color: #5BEC14;
}
</style>
background-color css
<style>
a { background-color: #5BEC14; }
a { background-color: rgb(91,236,20); }
div.DivClassName
{
background-color: #5BEC14;
}
.BgClassName
{
background-color: #5BEC14;
}
</style>
border-color css
<style>
span { border-color: #5BEC14; }
span { border-color: rgb(91,236,20); }
td.TdClassName
{
border-color: #5BEC14;
}
.TagClassName
{
border-color: #5BEC14;
}
</style>