Shades of Light Green #7BFB86
Tints of Light Green #7BFB86
RGB
CMYK
RGB Variations
Color information
#7BFB86 (or 0x7BFB86) is known color: Light Green. HEX triplet: 7B, FB and 86. RGB value is (123,251,134). Sum of RGB (Red+Green+Blue) = 123+251+134=508 (67% of max value = 765). Red value is 123 (48.44% from 255 or 24.21% from 508); Green value is 251 (98.44% from 255 or 49.41% from 508); Blue value is 134 (52.73% from 255 or 26.38% from 508); Max value from RGB is 251 - color contains mainly: green. Hex color #7BFB86 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #7BFB86 is #840479. Grayscale: #C7C7C7. Windows color (decimal): -8651898 or 8846203. OLE color: 8846203.
HSL color Cylindrical-coordinate representation of color #7BFB86: hue angle of 125.16º degrees, saturation: 0.94, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #7BFB86 is Cyan = 0.51, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 123 | 251 | 134 | - |
| CMYK | 0.51 | 0 | 0.47 | 0.02 |
| HSL | 125.16º | 0.94% | 0.73% | - |
| HSV(B) | 125.16º | 0.51% | 0.98% | - |
| XYZ | 46.97 | 74.93 | 34.54 | - |
| YUV | 199.39 | 91.09 | 73.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 251 | 134 | 0.51 | 0 | 0.47 | 0.02 | 125.16 | 0.94 | 0.73 |
| Hex | 7B | FB | 86 | 33 | 0 | 2F | 2 | 7D | 5E | 49 |
| Octal | 173 | 373 | 206 | 63 | 0 | 57 | 2 | 175 | 136 | 111 |
| Binary | 1111011 | 11111011 | 10000110 | 110011 | 0 | 101111 | 10 | 1111101 | 1011110 | 1001001 |
Color Harmonies of #7BFB86
Complementary color
Monochromatic Colors of #7BFB86
Black with #7BFB86
Text Example
Text Example
White with #7BFB86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BFB86; }
p { color: rgb(123,251,134); }
H1.HeaderClassName
{
color: #7BFB86;
}
.AnyTagClassName
{
color: #7BFB86;
}
</style>
background-color css
<style>
a { background-color: #7BFB86; }
a { background-color: rgb(123,251,134); }
div.DivClassName
{
background-color: #7BFB86;
}
.BgClassName
{
background-color: #7BFB86;
}
</style>
border-color css
<style>
span { border-color: #7BFB86; }
span { border-color: rgb(123,251,134); }
td.TdClassName
{
border-color: #7BFB86;
}
.TagClassName
{
border-color: #7BFB86;
}
</style>