Shades of Bright Green #5BFD20
Tints of Bright Green #5BFD20
RGB
CMYK
RGB Variations
Color information
#5BFD20 (or 0x5BFD20) is known color: Bright Green. HEX triplet: 5B, FD and 20. RGB value is (91,253,32). Sum of RGB (Red+Green+Blue) = 91+253+32=376 (49% of max value = 765). Red value is 91 (35.94% from 255 or 24.20% from 376); Green value is 253 (99.22% from 255 or 67.29% from 376); Blue value is 32 (12.89% from 255 or 8.51% from 376); Max value from RGB is 253 - color contains mainly: green. Hex color #5BFD20 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #5BFD20 is #A402DF. Grayscale: #B4B4B4. Windows color (decimal): -10748640 or 2162011. OLE color: 2162011.
HSL color Cylindrical-coordinate representation of color #5BFD20: hue angle of 103.98º degrees, saturation: 0.98, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #5BFD20 is Cyan = 0.64, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 91 | 253 | 32 | - |
| CMYK | 0.64 | 0 | 0.87 | 0.01 |
| HSL | 103.98º | 0.98% | 0.56% | - |
| HSV(B) | 103.98º | 0.87% | 0.99% | - |
| XYZ | 39.7 | 72.58 | 13.28 | - |
| YUV | 179.37 | 44.83 | 64.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 253 | 32 | 0.64 | 0 | 0.87 | 0.01 | 103.98 | 0.98 | 0.56 |
| Hex | 5B | FD | 20 | 40 | 0 | 57 | 1 | 68 | 62 | 38 |
| Octal | 133 | 375 | 40 | 100 | 0 | 127 | 1 | 150 | 142 | 70 |
| Binary | 1011011 | 11111101 | 100000 | 1000000 | 0 | 1010111 | 1 | 1101000 | 1100010 | 111000 |
Color Harmonies of #5BFD20
Complementary color
Monochromatic Colors of #5BFD20
Black with #5BFD20
Text Example
Text Example
White with #5BFD20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BFD20; }
p { color: rgb(91,253,32); }
H1.HeaderClassName
{
color: #5BFD20;
}
.AnyTagClassName
{
color: #5BFD20;
}
</style>
background-color css
<style>
a { background-color: #5BFD20; }
a { background-color: rgb(91,253,32); }
div.DivClassName
{
background-color: #5BFD20;
}
.BgClassName
{
background-color: #5BFD20;
}
</style>
border-color css
<style>
span { border-color: #5BFD20; }
span { border-color: rgb(91,253,32); }
td.TdClassName
{
border-color: #5BFD20;
}
.TagClassName
{
border-color: #5BFD20;
}
</style>