Shades of Light Green #7CFB80
Tints of Light Green #7CFB80
RGB
CMYK
RGB Variations
Color information
#7CFB80 (or 0x7CFB80) is known color: Light Green. HEX triplet: 7C, FB and 80. RGB value is (124,251,128). Sum of RGB (Red+Green+Blue) = 124+251+128=503 (66% of max value = 765). Red value is 124 (48.83% from 255 or 24.65% from 503); Green value is 251 (98.44% from 255 or 49.90% from 503); Blue value is 128 (50.39% from 255 or 25.45% from 503); Max value from RGB is 251 - color contains mainly: green. Hex color #7CFB80 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #7CFB80 is #83047F. Grayscale: #C7C7C7. Windows color (decimal): -8586368 or 8452988. OLE color: 8452988.
HSL color Cylindrical-coordinate representation of color #7CFB80: hue angle of 121.89º degrees, saturation: 0.94, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #7CFB80 is Cyan = 0.51, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 124 | 251 | 128 | - |
| CMYK | 0.51 | 0 | 0.49 | 0.02 |
| HSL | 121.89º | 0.94% | 0.74% | - |
| HSV(B) | 121.89º | 0.51% | 0.98% | - |
| XYZ | 46.71 | 74.84 | 32.41 | - |
| YUV | 199.01 | 87.92 | 74.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 251 | 128 | 0.51 | 0 | 0.49 | 0.02 | 121.89 | 0.94 | 0.74 |
| Hex | 7C | FB | 80 | 33 | 0 | 31 | 2 | 7A | 5E | 4A |
| Octal | 174 | 373 | 200 | 63 | 0 | 61 | 2 | 172 | 136 | 112 |
| Binary | 1111100 | 11111011 | 10000000 | 110011 | 0 | 110001 | 10 | 1111010 | 1011110 | 1001010 |
Color Harmonies of #7CFB80
Complementary color
Monochromatic Colors of #7CFB80
Black with #7CFB80
Text Example
Text Example
White with #7CFB80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CFB80; }
p { color: rgb(124,251,128); }
H1.HeaderClassName
{
color: #7CFB80;
}
.AnyTagClassName
{
color: #7CFB80;
}
</style>
background-color css
<style>
a { background-color: #7CFB80; }
a { background-color: rgb(124,251,128); }
div.DivClassName
{
background-color: #7CFB80;
}
.BgClassName
{
background-color: #7CFB80;
}
</style>
border-color css
<style>
span { border-color: #7CFB80; }
span { border-color: rgb(124,251,128); }
td.TdClassName
{
border-color: #7CFB80;
}
.TagClassName
{
border-color: #7CFB80;
}
</style>