Shades of Bright Green #5BFB0D
Tints of Bright Green #5BFB0D
RGB
CMYK
RGB Variations
Color information
#5BFB0D (or 0x5BFB0D) is known color: Bright Green. HEX triplet: 5B, FB and 0D. RGB value is (91,251,13). Sum of RGB (Red+Green+Blue) = 91+251+13=355 (47% of max value = 765). Red value is 91 (35.94% from 255 or 25.63% from 355); Green value is 251 (98.44% from 255 or 70.70% from 355); Blue value is 13 (5.47% from 255 or 3.66% from 355); Max value from RGB is 251 - color contains mainly: green. Hex color #5BFB0D is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #5BFB0D is #A404F2. Grayscale: #B0B0B0. Windows color (decimal): -10749171 or 916315. OLE color: 916315.
HSL color Cylindrical-coordinate representation of color #5BFB0D: hue angle of 100.34º degrees, saturation: 0.97, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #5BFB0D is Cyan = 0.64, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 91 | 251 | 13 | - |
| CMYK | 0.64 | 0 | 0.95 | 0.02 |
| HSL | 100.34º | 0.97% | 0.52% | - |
| HSV(B) | 100.34º | 0.95% | 0.98% | - |
| XYZ | 38.88 | 71.25 | 12.08 | - |
| YUV | 176.03 | 35.99 | 67.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 251 | 13 | 0.64 | 0 | 0.95 | 0.02 | 100.34 | 0.97 | 0.52 |
| Hex | 5B | FB | D | 40 | 0 | 5F | 2 | 64 | 61 | 34 |
| Octal | 133 | 373 | 15 | 100 | 0 | 137 | 2 | 144 | 141 | 64 |
| Binary | 1011011 | 11111011 | 1101 | 1000000 | 0 | 1011111 | 10 | 1100100 | 1100001 | 110100 |
Color Harmonies of #5BFB0D
Complementary color
Monochromatic Colors of #5BFB0D
Black with #5BFB0D
Text Example
Text Example
White with #5BFB0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BFB0D; }
p { color: rgb(91,251,13); }
H1.HeaderClassName
{
color: #5BFB0D;
}
.AnyTagClassName
{
color: #5BFB0D;
}
</style>
background-color css
<style>
a { background-color: #5BFB0D; }
a { background-color: rgb(91,251,13); }
div.DivClassName
{
background-color: #5BFB0D;
}
.BgClassName
{
background-color: #5BFB0D;
}
</style>
border-color css
<style>
span { border-color: #5BFB0D; }
span { border-color: rgb(91,251,13); }
td.TdClassName
{
border-color: #5BFB0D;
}
.TagClassName
{
border-color: #5BFB0D;
}
</style>