Shades of Bright Green #5BF320
Tints of Bright Green #5BF320
RGB
CMYK
RGB Variations
Color information
#5BF320 (or 0x5BF320) is known color: Bright Green. HEX triplet: 5B, F3 and 20. RGB value is (91,243,32). Sum of RGB (Red+Green+Blue) = 91+243+32=366 (48% of max value = 765). Red value is 91 (35.94% from 255 or 24.86% from 366); Green value is 243 (95.31% from 255 or 66.39% from 366); Blue value is 32 (12.89% from 255 or 8.74% from 366); Max value from RGB is 243 - color contains mainly: green. Hex color #5BF320 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #5BF320 is #A40CDF. Grayscale: #AEAEAE. Windows color (decimal): -10751200 or 2159451. OLE color: 2159451.
HSL color Cylindrical-coordinate representation of color #5BF320: hue angle of 103.22º degrees, saturation: 0.9, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #5BF320 is Cyan = 0.63, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 91 | 243 | 32 | - |
| CMYK | 0.63 | 0 | 0.87 | 0.05 |
| HSL | 103.22º | 0.9% | 0.54% | - |
| HSV(B) | 103.22º | 0.87% | 0.95% | - |
| XYZ | 36.63 | 66.43 | 12.26 | - |
| YUV | 173.5 | 48.14 | 69.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 243 | 32 | 0.63 | 0 | 0.87 | 0.05 | 103.22 | 0.9 | 0.54 |
| Hex | 5B | F3 | 20 | 3F | 0 | 57 | 5 | 67 | 5A | 36 |
| Octal | 133 | 363 | 40 | 77 | 0 | 127 | 5 | 147 | 132 | 66 |
| Binary | 1011011 | 11110011 | 100000 | 111111 | 0 | 1010111 | 101 | 1100111 | 1011010 | 110110 |
Color Harmonies of #5BF320
Complementary color
Monochromatic Colors of #5BF320
Black with #5BF320
Text Example
Text Example
White with #5BF320
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BF320; }
p { color: rgb(91,243,32); }
H1.HeaderClassName
{
color: #5BF320;
}
.AnyTagClassName
{
color: #5BF320;
}
</style>
background-color css
<style>
a { background-color: #5BF320; }
a { background-color: rgb(91,243,32); }
div.DivClassName
{
background-color: #5BF320;
}
.BgClassName
{
background-color: #5BF320;
}
</style>
border-color css
<style>
span { border-color: #5BF320; }
span { border-color: rgb(91,243,32); }
td.TdClassName
{
border-color: #5BF320;
}
.TagClassName
{
border-color: #5BF320;
}
</style>