Shades of Light Green #7BFB96
Tints of Light Green #7BFB96
RGB
CMYK
RGB Variations
Color information
#7BFB96 (or 0x7BFB96) is known color: Light Green. HEX triplet: 7B, FB and 96. RGB value is (123,251,150). Sum of RGB (Red+Green+Blue) = 123+251+150=524 (69% of max value = 765). Red value is 123 (48.44% from 255 or 23.47% from 524); Green value is 251 (98.44% from 255 or 47.90% from 524); Blue value is 150 (58.98% from 255 or 28.63% from 524); Max value from RGB is 251 - color contains mainly: green. Hex color #7BFB96 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #7BFB96 is #840469. Grayscale: #C9C9C9. Windows color (decimal): -8651882 or 9894779. OLE color: 9894779.
HSL color Cylindrical-coordinate representation of color #7BFB96: hue angle of 132.66º 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 #7BFB96 is Cyan = 0.51, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 123 | 251 | 150 | - |
| CMYK | 0.51 | 0 | 0.40 | 0.02 |
| HSL | 132.66º | 0.94% | 0.73% | - |
| HSV(B) | 132.66º | 0.51% | 0.98% | - |
| XYZ | 48.17 | 75.41 | 40.87 | - |
| YUV | 201.21 | 99.09 | 72.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 251 | 150 | 0.51 | 0 | 0.40 | 0.02 | 132.66 | 0.94 | 0.73 |
| Hex | 7B | FB | 96 | 33 | 0 | 28 | 2 | 85 | 5E | 49 |
| Octal | 173 | 373 | 226 | 63 | 0 | 50 | 2 | 205 | 136 | 111 |
| Binary | 1111011 | 11111011 | 10010110 | 110011 | 0 | 101000 | 10 | 10000101 | 1011110 | 1001001 |
Color Harmonies of #7BFB96
Complementary color
Monochromatic Colors of #7BFB96
Black with #7BFB96
Text Example
Text Example
White with #7BFB96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BFB96; }
p { color: rgb(123,251,150); }
H1.HeaderClassName
{
color: #7BFB96;
}
.AnyTagClassName
{
color: #7BFB96;
}
</style>
background-color css
<style>
a { background-color: #7BFB96; }
a { background-color: rgb(123,251,150); }
div.DivClassName
{
background-color: #7BFB96;
}
.BgClassName
{
background-color: #7BFB96;
}
</style>
border-color css
<style>
span { border-color: #7BFB96; }
span { border-color: rgb(123,251,150); }
td.TdClassName
{
border-color: #7BFB96;
}
.TagClassName
{
border-color: #7BFB96;
}
</style>