Shades of Bright Green #5BF502
Tints of Bright Green #5BF502
RGB
CMYK
RGB Variations
Color information
#5BF502 (or 0x5BF502) is known color: Bright Green. HEX triplet: 5B, F5 and 02. RGB value is (91,245,2). Sum of RGB (Red+Green+Blue) = 91+245+2=338 (44% of max value = 765). Red value is 91 (35.94% from 255 or 26.92% from 338); Green value is 245 (96.09% from 255 or 72.49% from 338); Blue value is 2 (1.17% from 255 or 0.59% from 338); Max value from RGB is 245 - color contains mainly: green. Hex color #5BF502 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #5BF502 is #A40AFD. Grayscale: #ACACAC. Windows color (decimal): -10750718 or 193883. OLE color: 193883.
HSL color Cylindrical-coordinate representation of color #5BF502: hue angle of 98.02º degrees, saturation: 0.98, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #5BF502 is Cyan = 0.63, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 91 | 245 | 2 | - |
| CMYK | 0.63 | 0 | 0.99 | 0.04 |
| HSL | 98.02º | 0.98% | 0.48% | - |
| HSV(B) | 98.02º | 0.99% | 0.96% | - |
| XYZ | 36.98 | 67.53 | 11.14 | - |
| YUV | 171.25 | 32.48 | 70.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 245 | 2 | 0.63 | 0 | 0.99 | 0.04 | 98.02 | 0.98 | 0.48 |
| Hex | 5B | F5 | 2 | 3F | 0 | 63 | 4 | 62 | 62 | 30 |
| Octal | 133 | 365 | 2 | 77 | 0 | 143 | 4 | 142 | 142 | 60 |
| Binary | 1011011 | 11110101 | 10 | 111111 | 0 | 1100011 | 100 | 1100010 | 1100010 | 110000 |
Color Harmonies of #5BF502
Complementary color
Monochromatic Colors of #5BF502
Black with #5BF502
Text Example
Text Example
White with #5BF502
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BF502; }
p { color: rgb(91,245,2); }
H1.HeaderClassName
{
color: #5BF502;
}
.AnyTagClassName
{
color: #5BF502;
}
</style>
background-color css
<style>
a { background-color: #5BF502; }
a { background-color: rgb(91,245,2); }
div.DivClassName
{
background-color: #5BF502;
}
.BgClassName
{
background-color: #5BF502;
}
</style>
border-color css
<style>
span { border-color: #5BF502; }
span { border-color: rgb(91,245,2); }
td.TdClassName
{
border-color: #5BF502;
}
.TagClassName
{
border-color: #5BF502;
}
</style>