Shades of Bright Green #5BF712
Tints of Bright Green #5BF712
RGB
CMYK
RGB Variations
Color information
#5BF712 (or 0x5BF712) is known color: Bright Green. HEX triplet: 5B, F7 and 12. RGB value is (91,247,18). Sum of RGB (Red+Green+Blue) = 91+247+18=356 (47% of max value = 765). Red value is 91 (35.94% from 255 or 25.56% from 356); Green value is 247 (96.88% from 255 or 69.38% from 356); Blue value is 18 (7.42% from 255 or 5.06% from 356); Max value from RGB is 247 - color contains mainly: green. Hex color #5BF712 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #5BF712 is #A408ED. Grayscale: #AFAFAF. Windows color (decimal): -10750190 or 1242971. OLE color: 1242971.
HSL color Cylindrical-coordinate representation of color #5BF712: hue angle of 100.87º degrees, saturation: 0.93, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #5BF712 is Cyan = 0.63, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 91 | 247 | 18 | - |
| CMYK | 0.63 | 0 | 0.93 | 0.03 |
| HSL | 100.87º | 0.93% | 0.52% | - |
| HSV(B) | 100.87º | 0.93% | 0.97% | - |
| XYZ | 37.68 | 68.79 | 11.86 | - |
| YUV | 174.25 | 39.82 | 68.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 247 | 18 | 0.63 | 0 | 0.93 | 0.03 | 100.87 | 0.93 | 0.52 |
| Hex | 5B | F7 | 12 | 3F | 0 | 5D | 3 | 65 | 5D | 34 |
| Octal | 133 | 367 | 22 | 77 | 0 | 135 | 3 | 145 | 135 | 64 |
| Binary | 1011011 | 11110111 | 10010 | 111111 | 0 | 1011101 | 11 | 1100101 | 1011101 | 110100 |
Color Harmonies of #5BF712
Complementary color
Monochromatic Colors of #5BF712
Black with #5BF712
Text Example
Text Example
White with #5BF712
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BF712; }
p { color: rgb(91,247,18); }
H1.HeaderClassName
{
color: #5BF712;
}
.AnyTagClassName
{
color: #5BF712;
}
</style>
background-color css
<style>
a { background-color: #5BF712; }
a { background-color: rgb(91,247,18); }
div.DivClassName
{
background-color: #5BF712;
}
.BgClassName
{
background-color: #5BF712;
}
</style>
border-color css
<style>
span { border-color: #5BF712; }
span { border-color: rgb(91,247,18); }
td.TdClassName
{
border-color: #5BF712;
}
.TagClassName
{
border-color: #5BF712;
}
</style>