Shades of Light Green #7BF980
Tints of Light Green #7BF980
RGB
CMYK
RGB Variations
Color information
#7BF980 (or 0x7BF980) is known color: Light Green. HEX triplet: 7B, F9 and 80. RGB value is (123,249,128). Sum of RGB (Red+Green+Blue) = 123+249+128=500 (66% of max value = 765). Red value is 123 (48.44% from 255 or 24.6% from 500); Green value is 249 (97.66% from 255 or 49.8% from 500); Blue value is 128 (50.39% from 255 or 25.6% from 500); Max value from RGB is 249 - color contains mainly: green. Hex color #7BF980 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #7BF980 is #84067F. Grayscale: #C5C5C5. Windows color (decimal): -8652416 or 8452475. OLE color: 8452475.
HSL color Cylindrical-coordinate representation of color #7BF980: hue angle of 122.38º degrees, saturation: 0.91, 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 #7BF980 is Cyan = 0.51, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 123 | 249 | 128 | - |
| CMYK | 0.51 | 0 | 0.49 | 0.02 |
| HSL | 122.38º | 0.91% | 0.73% | - |
| HSV(B) | 122.38º | 0.51% | 0.98% | - |
| XYZ | 45.94 | 73.52 | 32.19 | - |
| YUV | 197.53 | 88.76 | 74.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 249 | 128 | 0.51 | 0 | 0.49 | 0.02 | 122.38 | 0.91 | 0.73 |
| Hex | 7B | F9 | 80 | 33 | 0 | 31 | 2 | 7A | 5B | 49 |
| Octal | 173 | 371 | 200 | 63 | 0 | 61 | 2 | 172 | 133 | 111 |
| Binary | 1111011 | 11111001 | 10000000 | 110011 | 0 | 110001 | 10 | 1111010 | 1011011 | 1001001 |
Color Harmonies of #7BF980
Complementary color
Monochromatic Colors of #7BF980
Black with #7BF980
Text Example
Text Example
White with #7BF980
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BF980; }
p { color: rgb(123,249,128); }
H1.HeaderClassName
{
color: #7BF980;
}
.AnyTagClassName
{
color: #7BF980;
}
</style>
background-color css
<style>
a { background-color: #7BF980; }
a { background-color: rgb(123,249,128); }
div.DivClassName
{
background-color: #7BF980;
}
.BgClassName
{
background-color: #7BF980;
}
</style>
border-color css
<style>
span { border-color: #7BF980; }
span { border-color: rgb(123,249,128); }
td.TdClassName
{
border-color: #7BF980;
}
.TagClassName
{
border-color: #7BF980;
}
</style>