Shades of Bright Green #5BFC05
Tints of Bright Green #5BFC05
RGB
CMYK
RGB Variations
Color information
#5BFC05 (or 0x5BFC05) is known color: Bright Green. HEX triplet: 5B, FC and 05. RGB value is (91,252,5). Sum of RGB (Red+Green+Blue) = 91+252+5=348 (46% of max value = 765). Red value is 91 (35.94% from 255 or 26.15% from 348); Green value is 252 (98.83% from 255 or 72.41% from 348); Blue value is 5 (2.34% from 255 or 1.44% from 348); Max value from RGB is 252 - color contains mainly: green. Hex color #5BFC05 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #5BFC05 is #A403FA. Grayscale: #B0B0B0. Windows color (decimal): -10748923 or 392283. OLE color: 392283.
HSL color Cylindrical-coordinate representation of color #5BFC05: hue angle of 99.11º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #5BFC05 is Cyan = 0.64, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 91 | 252 | 5 | - |
| CMYK | 0.64 | 0 | 0.98 | 0.01 |
| HSL | 99.11º | 0.98% | 0.5% | - |
| HSV(B) | 99.11º | 0.98% | 0.99% | - |
| XYZ | 39.15 | 71.86 | 11.95 | - |
| YUV | 175.7 | 31.66 | 67.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 252 | 5 | 0.64 | 0 | 0.98 | 0.01 | 99.11 | 0.98 | 0.5 |
| Hex | 5B | FC | 5 | 40 | 0 | 62 | 1 | 63 | 62 | 32 |
| Octal | 133 | 374 | 5 | 100 | 0 | 142 | 1 | 143 | 142 | 62 |
| Binary | 1011011 | 11111100 | 101 | 1000000 | 0 | 1100010 | 1 | 1100011 | 1100010 | 110010 |
Color Harmonies of #5BFC05
Complementary color
Monochromatic Colors of #5BFC05
Black with #5BFC05
Text Example
Text Example
White with #5BFC05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BFC05; }
p { color: rgb(91,252,5); }
H1.HeaderClassName
{
color: #5BFC05;
}
.AnyTagClassName
{
color: #5BFC05;
}
</style>
background-color css
<style>
a { background-color: #5BFC05; }
a { background-color: rgb(91,252,5); }
div.DivClassName
{
background-color: #5BFC05;
}
.BgClassName
{
background-color: #5BFC05;
}
</style>
border-color css
<style>
span { border-color: #5BFC05; }
span { border-color: rgb(91,252,5); }
td.TdClassName
{
border-color: #5BFC05;
}
.TagClassName
{
border-color: #5BFC05;
}
</style>