Shades of Bright Green #5BFF0C
Tints of Bright Green #5BFF0C
RGB
CMYK
RGB Variations
Color information
#5BFF0C (or 0x5BFF0C) is known color: Bright Green. HEX triplet: 5B, FF and 0C. RGB value is (91,255,12). Sum of RGB (Red+Green+Blue) = 91+255+12=358 (47% of max value = 765). Red value is 91 (35.94% from 255 or 25.42% from 358); Green value is 255 (100% from 255 or 71.23% from 358); Blue value is 12 (5.08% from 255 or 3.35% from 358); Max value from RGB is 255 - color contains mainly: green. Hex color #5BFF0C is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #5BFF0C is #A400F3. Grayscale: #B3B3B3. Windows color (decimal): -10748148 or 851803. OLE color: 851803.
HSL color Cylindrical-coordinate representation of color #5BFF0C: hue angle of 100.49º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #5BFF0C is Cyan = 0.64, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.
Color convert
| RGB | 91 | 255 | 12 | - |
| CMYK | 0.64 | 0 | 0.95 | 0 |
| HSL | 100.49º | 1% | 0.52% | - |
| HSV(B) | 100.49º | 0.95% | 1% | - |
| XYZ | 40.14 | 73.77 | 12.47 | - |
| YUV | 178.26 | 34.17 | 65.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 255 | 12 | 0.64 | 0 | 0.95 | 0 | 100.49 | 1 | 0.52 |
| Hex | 5B | FF | C | 40 | 0 | 5F | 0 | 64 | 64 | 34 |
| Octal | 133 | 377 | 14 | 100 | 0 | 137 | 0 | 144 | 144 | 64 |
| Binary | 1011011 | 11111111 | 1100 | 1000000 | 0 | 1011111 | 0 | 1100100 | 1100100 | 110100 |
Color Harmonies of #5BFF0C
Complementary color
Monochromatic Colors of #5BFF0C
Black with #5BFF0C
Text Example
Text Example
White with #5BFF0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BFF0C; }
p { color: rgb(91,255,12); }
H1.HeaderClassName
{
color: #5BFF0C;
}
.AnyTagClassName
{
color: #5BFF0C;
}
</style>
background-color css
<style>
a { background-color: #5BFF0C; }
a { background-color: rgb(91,255,12); }
div.DivClassName
{
background-color: #5BFF0C;
}
.BgClassName
{
background-color: #5BFF0C;
}
</style>
border-color css
<style>
span { border-color: #5BFF0C; }
span { border-color: rgb(91,255,12); }
td.TdClassName
{
border-color: #5BFF0C;
}
.TagClassName
{
border-color: #5BFF0C;
}
</style>