Shades of Light Green #7BFE80
Tints of Light Green #7BFE80
RGB
CMYK
RGB Variations
Color information
#7BFE80 (or 0x7BFE80) is known color: Light Green. HEX triplet: 7B, FE and 80. RGB value is (123,254,128). Sum of RGB (Red+Green+Blue) = 123+254+128=505 (66% of max value = 765). Red value is 123 (48.44% from 255 or 24.36% from 505); Green value is 254 (99.61% from 255 or 50.30% from 505); Blue value is 128 (50.39% from 255 or 25.35% from 505); Max value from RGB is 254 - color contains mainly: green. Hex color #7BFE80 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #7BFE80 is #84017F. Grayscale: #C8C8C8. Windows color (decimal): -8651136 or 8453755. OLE color: 8453755.
HSL color Cylindrical-coordinate representation of color #7BFE80: hue angle of 122.29º degrees, saturation: 0.98, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #7BFE80 is Cyan = 0.52, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 123 | 254 | 128 | - |
| CMYK | 0.52 | 0 | 0.50 | 0.00 |
| HSL | 122.29º | 0.98% | 0.74% | - |
| HSV(B) | 122.29º | 0.52% | 1% | - |
| XYZ | 47.51 | 76.65 | 32.71 | - |
| YUV | 200.47 | 87.1 | 72.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 254 | 128 | 0.52 | 0 | 0.50 | 0.00 | 122.29 | 0.98 | 0.74 |
| Hex | 7B | FE | 80 | 34 | 0 | 32 | 0 | 7A | 62 | 4A |
| Octal | 173 | 376 | 200 | 64 | 0 | 62 | 0 | 172 | 142 | 112 |
| Binary | 1111011 | 11111110 | 10000000 | 110100 | 0 | 110010 | 0 | 1111010 | 1100010 | 1001010 |
Color Harmonies of #7BFE80
Complementary color
Monochromatic Colors of #7BFE80
Black with #7BFE80
Text Example
Text Example
White with #7BFE80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BFE80; }
p { color: rgb(123,254,128); }
H1.HeaderClassName
{
color: #7BFE80;
}
.AnyTagClassName
{
color: #7BFE80;
}
</style>
background-color css
<style>
a { background-color: #7BFE80; }
a { background-color: rgb(123,254,128); }
div.DivClassName
{
background-color: #7BFE80;
}
.BgClassName
{
background-color: #7BFE80;
}
</style>
border-color css
<style>
span { border-color: #7BFE80; }
span { border-color: rgb(123,254,128); }
td.TdClassName
{
border-color: #7BFE80;
}
.TagClassName
{
border-color: #7BFE80;
}
</style>