Shades of Light Green #7CFB82
Tints of Light Green #7CFB82
RGB
CMYK
RGB Variations
Color information
#7CFB82 (or 0x7CFB82) is known color: Light Green. HEX triplet: 7C, FB and 82. RGB value is (124,251,130). Sum of RGB (Red+Green+Blue) = 124+251+130=505 (66% of max value = 765). Red value is 124 (48.83% from 255 or 24.55% from 505); Green value is 251 (98.44% from 255 or 49.70% from 505); Blue value is 130 (51.17% from 255 or 25.74% from 505); Max value from RGB is 251 - color contains mainly: green. Hex color #7CFB82 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #7CFB82 is #83047D. Grayscale: #C7C7C7. Windows color (decimal): -8586366 or 8584060. OLE color: 8584060.
HSL color Cylindrical-coordinate representation of color #7CFB82: hue angle of 122.83º 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 #7CFB82 is Cyan = 0.51, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 124 | 251 | 130 | - |
| CMYK | 0.51 | 0 | 0.48 | 0.02 |
| HSL | 122.83º | 0.94% | 0.74% | - |
| HSV(B) | 122.83º | 0.51% | 0.98% | - |
| XYZ | 46.84 | 74.89 | 33.11 | - |
| YUV | 199.23 | 88.92 | 74.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 251 | 130 | 0.51 | 0 | 0.48 | 0.02 | 122.83 | 0.94 | 0.74 |
| Hex | 7C | FB | 82 | 33 | 0 | 30 | 2 | 7B | 5E | 4A |
| Octal | 174 | 373 | 202 | 63 | 0 | 60 | 2 | 173 | 136 | 112 |
| Binary | 1111100 | 11111011 | 10000010 | 110011 | 0 | 110000 | 10 | 1111011 | 1011110 | 1001010 |
Color Harmonies of #7CFB82
Complementary color
Monochromatic Colors of #7CFB82
Black with #7CFB82
Text Example
Text Example
White with #7CFB82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CFB82; }
p { color: rgb(124,251,130); }
H1.HeaderClassName
{
color: #7CFB82;
}
.AnyTagClassName
{
color: #7CFB82;
}
</style>
background-color css
<style>
a { background-color: #7CFB82; }
a { background-color: rgb(124,251,130); }
div.DivClassName
{
background-color: #7CFB82;
}
.BgClassName
{
background-color: #7CFB82;
}
</style>
border-color css
<style>
span { border-color: #7CFB82; }
span { border-color: rgb(124,251,130); }
td.TdClassName
{
border-color: #7CFB82;
}
.TagClassName
{
border-color: #7CFB82;
}
</style>