Shades of Light Green #82F77C
Tints of Light Green #82F77C
RGB
CMYK
RGB Variations
Color information
#82F77C (or 0x82F77C) is known color: Light Green. HEX triplet: 82, F7 and 7C. RGB value is (130,247,124). Sum of RGB (Red+Green+Blue) = 130+247+124=501 (66% of max value = 765). Red value is 130 (51.17% from 255 or 25.95% from 501); Green value is 247 (96.88% from 255 or 49.30% from 501); Blue value is 124 (48.83% from 255 or 24.75% from 501); Max value from RGB is 247 - color contains mainly: green. Hex color #82F77C is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #82F77C is #7D0883. Grayscale: #C6C6C6. Windows color (decimal): -8194180 or 8189826. OLE color: 8189826.
HSL color Cylindrical-coordinate representation of color #82F77C: hue angle of 117.07º degrees, saturation: 0.88, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #82F77C is Cyan = 0.47, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 130 | 247 | 124 | - |
| CMYK | 0.47 | 0 | 0.50 | 0.03 |
| HSL | 117.07º | 0.88% | 0.73% | - |
| HSV(B) | 117.07º | 0.5% | 0.97% | - |
| XYZ | 46.1 | 72.72 | 30.68 | - |
| YUV | 198 | 86.24 | 79.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 247 | 124 | 0.47 | 0 | 0.50 | 0.03 | 117.07 | 0.88 | 0.73 |
| Hex | 82 | F7 | 7C | 2F | 0 | 32 | 3 | 75 | 58 | 49 |
| Octal | 202 | 367 | 174 | 57 | 0 | 62 | 3 | 165 | 130 | 111 |
| Binary | 10000010 | 11110111 | 1111100 | 101111 | 0 | 110010 | 11 | 1110101 | 1011000 | 1001001 |
Color Harmonies of #82F77C
Complementary color
Monochromatic Colors of #82F77C
Black with #82F77C
Text Example
Text Example
White with #82F77C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82F77C; }
p { color: rgb(130,247,124); }
H1.HeaderClassName
{
color: #82F77C;
}
.AnyTagClassName
{
color: #82F77C;
}
</style>
background-color css
<style>
a { background-color: #82F77C; }
a { background-color: rgb(130,247,124); }
div.DivClassName
{
background-color: #82F77C;
}
.BgClassName
{
background-color: #82F77C;
}
</style>
border-color css
<style>
span { border-color: #82F77C; }
span { border-color: rgb(130,247,124); }
td.TdClassName
{
border-color: #82F77C;
}
.TagClassName
{
border-color: #82F77C;
}
</style>