Shades of Bright Green #5BE412
Tints of Bright Green #5BE412
RGB
CMYK
RGB Variations
Color information
#5BE412 (or 0x5BE412) is known color: Bright Green. HEX triplet: 5B, E4 and 12. RGB value is (91,228,18). Sum of RGB (Red+Green+Blue) = 91+228+18=337 (44% of max value = 765). Red value is 91 (35.94% from 255 or 27.00% from 337); Green value is 228 (89.45% from 255 or 67.66% from 337); Blue value is 18 (7.42% from 255 or 5.34% from 337); Max value from RGB is 228 - color contains mainly: green. Hex color #5BE412 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #5BE412 is #A41BED. Grayscale: #A3A3A3. Windows color (decimal): -10755054 or 1238107. OLE color: 1238107.
HSL color Cylindrical-coordinate representation of color #5BE412: hue angle of 99.14º degrees, saturation: 0.85, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #5BE412 is Cyan = 0.60, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 91 | 228 | 18 | - |
| CMYK | 0.60 | 0 | 0.92 | 0.11 |
| HSL | 99.14º | 0.85% | 0.48% | - |
| HSV(B) | 99.14º | 0.92% | 0.89% | - |
| XYZ | 32.17 | 57.75 | 10.02 | - |
| YUV | 163.1 | 46.11 | 76.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 228 | 18 | 0.60 | 0 | 0.92 | 0.11 | 99.14 | 0.85 | 0.48 |
| Hex | 5B | E4 | 12 | 3C | 0 | 5C | B | 63 | 55 | 30 |
| Octal | 133 | 344 | 22 | 74 | 0 | 134 | 13 | 143 | 125 | 60 |
| Binary | 1011011 | 11100100 | 10010 | 111100 | 0 | 1011100 | 1011 | 1100011 | 1010101 | 110000 |
Color Harmonies of #5BE412
Complementary color
Monochromatic Colors of #5BE412
Black with #5BE412
Text Example
Text Example
White with #5BE412
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BE412; }
p { color: rgb(91,228,18); }
H1.HeaderClassName
{
color: #5BE412;
}
.AnyTagClassName
{
color: #5BE412;
}
</style>
background-color css
<style>
a { background-color: #5BE412; }
a { background-color: rgb(91,228,18); }
div.DivClassName
{
background-color: #5BE412;
}
.BgClassName
{
background-color: #5BE412;
}
</style>
border-color css
<style>
span { border-color: #5BE412; }
span { border-color: rgb(91,228,18); }
td.TdClassName
{
border-color: #5BE412;
}
.TagClassName
{
border-color: #5BE412;
}
</style>