Shades of Bright Green #5BFC01
Tints of Bright Green #5BFC01
RGB
CMYK
RGB Variations
Color information
#5BFC01 (or 0x5BFC01) is known color: Bright Green. HEX triplet: 5B, FC and 01. RGB value is (91,252,1). Sum of RGB (Red+Green+Blue) = 91+252+1=344 (45% of max value = 765). Red value is 91 (35.94% from 255 or 26.45% from 344); Green value is 252 (98.83% from 255 or 73.26% from 344); Blue value is 1 (0.78% from 255 or 0.29% from 344); Max value from RGB is 252 - color contains mainly: green. Hex color #5BFC01 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #5BFC01 is #A403FE. Grayscale: #B0B0B0. Windows color (decimal): -10748927 or 130139. OLE color: 130139.
HSL color Cylindrical-coordinate representation of color #5BFC01: hue angle of 98.49º degrees, saturation: 0.99, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 1%. Process color model (Four color, CMYK) of #5BFC01 is Cyan = 0.64, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 91 | 252 | 1 | - |
| CMYK | 0.64 | 0 | 1.00 | 0.01 |
| HSL | 98.49º | 0.99% | 0.5% | - |
| HSV(B) | 98.49º | 1% | 0.99% | - |
| XYZ | 39.13 | 71.85 | 11.83 | - |
| YUV | 175.25 | 29.66 | 67.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 252 | 1 | 0.64 | 0 | 1.00 | 0.01 | 98.49 | 0.99 | 0.5 |
| Hex | 5B | FC | 1 | 40 | 0 | 64 | 1 | 62 | 63 | 32 |
| Octal | 133 | 374 | 1 | 100 | 0 | 144 | 1 | 142 | 143 | 62 |
| Binary | 1011011 | 11111100 | 1 | 1000000 | 0 | 1100100 | 1 | 1100010 | 1100011 | 110010 |
Color Harmonies of #5BFC01
Complementary color
Monochromatic Colors of #5BFC01
Black with #5BFC01
Text Example
Text Example
White with #5BFC01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BFC01; }
p { color: rgb(91,252,1); }
H1.HeaderClassName
{
color: #5BFC01;
}
.AnyTagClassName
{
color: #5BFC01;
}
</style>
background-color css
<style>
a { background-color: #5BFC01; }
a { background-color: rgb(91,252,1); }
div.DivClassName
{
background-color: #5BFC01;
}
.BgClassName
{
background-color: #5BFC01;
}
</style>
border-color css
<style>
span { border-color: #5BFC01; }
span { border-color: rgb(91,252,1); }
td.TdClassName
{
border-color: #5BFC01;
}
.TagClassName
{
border-color: #5BFC01;
}
</style>