Shades of Bright Green #5BDC01
Tints of Bright Green #5BDC01
RGB
CMYK
RGB Variations
Color information
#5BDC01 (or 0x5BDC01) is known color: Bright Green. HEX triplet: 5B, DC and 01. RGB value is (91,220,1). Sum of RGB (Red+Green+Blue) = 91+220+1=312 (41% of max value = 765). Red value is 91 (35.94% from 255 or 29.17% from 312); Green value is 220 (86.33% from 255 or 70.51% from 312); Blue value is 1 (0.78% from 255 or 0.32% from 312); Max value from RGB is 220 - color contains mainly: green. Hex color #5BDC01 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #5BDC01 is #A423FE. Grayscale: #9D9D9D. Windows color (decimal): -10757119 or 121947. OLE color: 121947.
HSL color Cylindrical-coordinate representation of color #5BDC01: hue angle of 95.34º degrees, saturation: 0.99, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 1%. Process color model (Four color, CMYK) of #5BDC01 is Cyan = 0.59, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 91 | 220 | 1 | - |
| CMYK | 0.59 | 0 | 1.00 | 0.14 |
| HSL | 95.34º | 0.99% | 0.43% | - |
| HSV(B) | 95.34º | 1% | 0.86% | - |
| XYZ | 29.91 | 53.41 | 8.76 | - |
| YUV | 156.46 | 40.26 | 81.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 220 | 1 | 0.59 | 0 | 1.00 | 0.14 | 95.34 | 0.99 | 0.43 |
| Hex | 5B | DC | 1 | 3B | 0 | 64 | E | 5F | 63 | 2B |
| Octal | 133 | 334 | 1 | 73 | 0 | 144 | 16 | 137 | 143 | 53 |
| Binary | 1011011 | 11011100 | 1 | 111011 | 0 | 1100100 | 1110 | 1011111 | 1100011 | 101011 |
Color Harmonies of #5BDC01
Complementary color
Monochromatic Colors of #5BDC01
Black with #5BDC01
Text Example
Text Example
White with #5BDC01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BDC01; }
p { color: rgb(91,220,1); }
H1.HeaderClassName
{
color: #5BDC01;
}
.AnyTagClassName
{
color: #5BDC01;
}
</style>
background-color css
<style>
a { background-color: #5BDC01; }
a { background-color: rgb(91,220,1); }
div.DivClassName
{
background-color: #5BDC01;
}
.BgClassName
{
background-color: #5BDC01;
}
</style>
border-color css
<style>
span { border-color: #5BDC01; }
span { border-color: rgb(91,220,1); }
td.TdClassName
{
border-color: #5BDC01;
}
.TagClassName
{
border-color: #5BDC01;
}
</style>