Shades of Bright Green #5BED01
Tints of Bright Green #5BED01
RGB
CMYK
RGB Variations
Color information
#5BED01 (or 0x5BED01) is known color: Bright Green. HEX triplet: 5B, ED and 01. RGB value is (91,237,1). Sum of RGB (Red+Green+Blue) = 91+237+1=329 (43% of max value = 765). Red value is 91 (35.94% from 255 or 27.66% from 329); Green value is 237 (92.97% from 255 or 72.04% from 329); Blue value is 1 (0.78% from 255 or 0.30% from 329); Max value from RGB is 237 - color contains mainly: green. Hex color #5BED01 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #5BED01 is #A412FE. Grayscale: #A7A7A7. Windows color (decimal): -10752767 or 126299. OLE color: 126299.
HSL color Cylindrical-coordinate representation of color #5BED01: hue angle of 97.12º degrees, saturation: 0.99, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #5BED01 is Cyan = 0.62, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 91 | 237 | 1 | - |
| CMYK | 0.62 | 0 | 1.00 | 0.07 |
| HSL | 97.12º | 0.99% | 0.47% | - |
| HSV(B) | 97.12º | 1% | 0.93% | - |
| XYZ | 34.6 | 62.79 | 10.33 | - |
| YUV | 166.44 | 34.63 | 74.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 237 | 1 | 0.62 | 0 | 1.00 | 0.07 | 97.12 | 0.99 | 0.47 |
| Hex | 5B | ED | 1 | 3E | 0 | 64 | 7 | 61 | 63 | 2F |
| Octal | 133 | 355 | 1 | 76 | 0 | 144 | 7 | 141 | 143 | 57 |
| Binary | 1011011 | 11101101 | 1 | 111110 | 0 | 1100100 | 111 | 1100001 | 1100011 | 101111 |
Color Harmonies of #5BED01
Complementary color
Monochromatic Colors of #5BED01
Black with #5BED01
Text Example
Text Example
White with #5BED01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BED01; }
p { color: rgb(91,237,1); }
H1.HeaderClassName
{
color: #5BED01;
}
.AnyTagClassName
{
color: #5BED01;
}
</style>
background-color css
<style>
a { background-color: #5BED01; }
a { background-color: rgb(91,237,1); }
div.DivClassName
{
background-color: #5BED01;
}
.BgClassName
{
background-color: #5BED01;
}
</style>
border-color css
<style>
span { border-color: #5BED01; }
span { border-color: rgb(91,237,1); }
td.TdClassName
{
border-color: #5BED01;
}
.TagClassName
{
border-color: #5BED01;
}
</style>