Shades of Bright Green #5BED14
Tints of Bright Green #5BED14
RGB
CMYK
RGB Variations
Color information
#5BED14 (or 0x5BED14) is known color: Bright Green. HEX triplet: 5B, ED and 14. RGB value is (91,237,20). Sum of RGB (Red+Green+Blue) = 91+237+20=348 (46% of max value = 765). Red value is 91 (35.94% from 255 or 26.15% from 348); Green value is 237 (92.97% from 255 or 68.10% from 348); Blue value is 20 (8.20% from 255 or 5.75% from 348); Max value from RGB is 237 - color contains mainly: green. Hex color #5BED14 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #5BED14 is #A412EB. Grayscale: #A9A9A9. Windows color (decimal): -10752748 or 1371483. OLE color: 1371483.
HSL color Cylindrical-coordinate representation of color #5BED14: hue angle of 100.37º degrees, saturation: 0.86, 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 #5BED14 is Cyan = 0.62, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 91 | 237 | 20 | - |
| CMYK | 0.62 | 0 | 0.92 | 0.07 |
| HSL | 100.37º | 0.86% | 0.5% | - |
| HSV(B) | 100.37º | 0.92% | 0.93% | - |
| XYZ | 34.72 | 62.84 | 10.96 | - |
| YUV | 168.61 | 44.13 | 72.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 237 | 20 | 0.62 | 0 | 0.92 | 0.07 | 100.37 | 0.86 | 0.5 |
| Hex | 5B | ED | 14 | 3E | 0 | 5C | 7 | 64 | 56 | 32 |
| Octal | 133 | 355 | 24 | 76 | 0 | 134 | 7 | 144 | 126 | 62 |
| Binary | 1011011 | 11101101 | 10100 | 111110 | 0 | 1011100 | 111 | 1100100 | 1010110 | 110010 |
Color Harmonies of #5BED14
Complementary color
Monochromatic Colors of #5BED14
Black with #5BED14
Text Example
Text Example
White with #5BED14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BED14; }
p { color: rgb(91,237,20); }
H1.HeaderClassName
{
color: #5BED14;
}
.AnyTagClassName
{
color: #5BED14;
}
</style>
background-color css
<style>
a { background-color: #5BED14; }
a { background-color: rgb(91,237,20); }
div.DivClassName
{
background-color: #5BED14;
}
.BgClassName
{
background-color: #5BED14;
}
</style>
border-color css
<style>
span { border-color: #5BED14; }
span { border-color: rgb(91,237,20); }
td.TdClassName
{
border-color: #5BED14;
}
.TagClassName
{
border-color: #5BED14;
}
</style>