Shades of Bright Green #5DFB0B
Tints of Bright Green #5DFB0B
RGB
CMYK
RGB Variations
Color information
#5DFB0B (or 0x5DFB0B) is known color: Bright Green. HEX triplet: 5D, FB and 0B. RGB value is (93,251,11). Sum of RGB (Red+Green+Blue) = 93+251+11=355 (47% of max value = 765). Red value is 93 (36.72% from 255 or 26.20% from 355); Green value is 251 (98.44% from 255 or 70.70% from 355); Blue value is 11 (4.69% from 255 or 3.10% from 355); Max value from RGB is 251 - color contains mainly: green. Hex color #5DFB0B is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #5DFB0B is #A204F4. Grayscale: #B1B1B1. Windows color (decimal): -10618101 or 785245. OLE color: 785245.
HSL color Cylindrical-coordinate representation of color #5DFB0B: hue angle of 99.5º degrees, saturation: 0.97, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #5DFB0B is Cyan = 0.63, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 93 | 251 | 11 | - |
| CMYK | 0.63 | 0 | 0.96 | 0.02 |
| HSL | 99.5º | 0.97% | 0.51% | - |
| HSV(B) | 99.5º | 0.96% | 0.98% | - |
| XYZ | 39.07 | 71.35 | 12.03 | - |
| YUV | 176.4 | 34.65 | 68.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 251 | 11 | 0.63 | 0 | 0.96 | 0.02 | 99.5 | 0.97 | 0.51 |
| Hex | 5D | FB | B | 3F | 0 | 60 | 2 | 64 | 61 | 33 |
| Octal | 135 | 373 | 13 | 77 | 0 | 140 | 2 | 144 | 141 | 63 |
| Binary | 1011101 | 11111011 | 1011 | 111111 | 0 | 1100000 | 10 | 1100100 | 1100001 | 110011 |
Color Harmonies of #5DFB0B
Complementary color
Monochromatic Colors of #5DFB0B
Black with #5DFB0B
Text Example
Text Example
White with #5DFB0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DFB0B; }
p { color: rgb(93,251,11); }
H1.HeaderClassName
{
color: #5DFB0B;
}
.AnyTagClassName
{
color: #5DFB0B;
}
</style>
background-color css
<style>
a { background-color: #5DFB0B; }
a { background-color: rgb(93,251,11); }
div.DivClassName
{
background-color: #5DFB0B;
}
.BgClassName
{
background-color: #5DFB0B;
}
</style>
border-color css
<style>
span { border-color: #5DFB0B; }
span { border-color: rgb(93,251,11); }
td.TdClassName
{
border-color: #5DFB0B;
}
.TagClassName
{
border-color: #5DFB0B;
}
</style>