Shades of Bright Green #5BFD14
Tints of Bright Green #5BFD14
RGB
CMYK
RGB Variations
Color information
#5BFD14 (or 0x5BFD14) is known color: Bright Green. HEX triplet: 5B, FD and 14. RGB value is (91,253,20). Sum of RGB (Red+Green+Blue) = 91+253+20=364 (48% of max value = 765). Red value is 91 (35.94% from 255 or 25% from 364); Green value is 253 (99.22% from 255 or 69.51% from 364); Blue value is 20 (8.20% from 255 or 5.49% from 364); Max value from RGB is 253 - color contains mainly: green. Hex color #5BFD14 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #5BFD14 is #A402EB. Grayscale: #B2B2B2. Windows color (decimal): -10748652 or 1375579. OLE color: 1375579.
HSL color Cylindrical-coordinate representation of color #5BFD14: hue angle of 101.72º degrees, saturation: 0.98, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #5BFD14 is Cyan = 0.64, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 91 | 253 | 20 | - |
| CMYK | 0.64 | 0 | 0.92 | 0.01 |
| HSL | 101.72º | 0.98% | 0.54% | - |
| HSV(B) | 101.72º | 0.92% | 0.99% | - |
| XYZ | 39.57 | 72.53 | 12.58 | - |
| YUV | 178 | 38.83 | 65.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 253 | 20 | 0.64 | 0 | 0.92 | 0.01 | 101.72 | 0.98 | 0.54 |
| Hex | 5B | FD | 14 | 40 | 0 | 5C | 1 | 66 | 62 | 36 |
| Octal | 133 | 375 | 24 | 100 | 0 | 134 | 1 | 146 | 142 | 66 |
| Binary | 1011011 | 11111101 | 10100 | 1000000 | 0 | 1011100 | 1 | 1100110 | 1100010 | 110110 |
Color Harmonies of #5BFD14
Complementary color
Monochromatic Colors of #5BFD14
Black with #5BFD14
Text Example
Text Example
White with #5BFD14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BFD14; }
p { color: rgb(91,253,20); }
H1.HeaderClassName
{
color: #5BFD14;
}
.AnyTagClassName
{
color: #5BFD14;
}
</style>
background-color css
<style>
a { background-color: #5BFD14; }
a { background-color: rgb(91,253,20); }
div.DivClassName
{
background-color: #5BFD14;
}
.BgClassName
{
background-color: #5BFD14;
}
</style>
border-color css
<style>
span { border-color: #5BFD14; }
span { border-color: rgb(91,253,20); }
td.TdClassName
{
border-color: #5BFD14;
}
.TagClassName
{
border-color: #5BFD14;
}
</style>