Shades of Light Green #82F77B
Tints of Light Green #82F77B
RGB
CMYK
RGB Variations
Color information
#82F77B (or 0x82F77B) is known color: Light Green. HEX triplet: 82, F7 and 7B. RGB value is (130,247,123). Sum of RGB (Red+Green+Blue) = 130+247+123=500 (66% of max value = 765). Red value is 130 (51.17% from 255 or 26% from 500); Green value is 247 (96.88% from 255 or 49.4% from 500); Blue value is 123 (48.44% from 255 or 24.6% from 500); Max value from RGB is 247 - color contains mainly: green. Hex color #82F77B is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #82F77B is #7D0884. Grayscale: #C6C6C6. Windows color (decimal): -8194181 or 8124290. OLE color: 8124290.
HSL color Cylindrical-coordinate representation of color #82F77B: hue angle of 116.61º degrees, saturation: 0.89, 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 #82F77B is Cyan = 0.47, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 130 | 247 | 123 | - |
| CMYK | 0.47 | 0 | 0.50 | 0.03 |
| HSL | 116.61º | 0.89% | 0.73% | - |
| HSV(B) | 116.61º | 0.5% | 0.97% | - |
| XYZ | 46.04 | 72.7 | 30.34 | - |
| YUV | 197.88 | 85.74 | 79.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 247 | 123 | 0.47 | 0 | 0.50 | 0.03 | 116.61 | 0.89 | 0.73 |
| Hex | 82 | F7 | 7B | 2F | 0 | 32 | 3 | 75 | 59 | 49 |
| Octal | 202 | 367 | 173 | 57 | 0 | 62 | 3 | 165 | 131 | 111 |
| Binary | 10000010 | 11110111 | 1111011 | 101111 | 0 | 110010 | 11 | 1110101 | 1011001 | 1001001 |
Color Harmonies of #82F77B
Complementary color
Monochromatic Colors of #82F77B
Black with #82F77B
Text Example
Text Example
White with #82F77B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82F77B; }
p { color: rgb(130,247,123); }
H1.HeaderClassName
{
color: #82F77B;
}
.AnyTagClassName
{
color: #82F77B;
}
</style>
background-color css
<style>
a { background-color: #82F77B; }
a { background-color: rgb(130,247,123); }
div.DivClassName
{
background-color: #82F77B;
}
.BgClassName
{
background-color: #82F77B;
}
</style>
border-color css
<style>
span { border-color: #82F77B; }
span { border-color: rgb(130,247,123); }
td.TdClassName
{
border-color: #82F77B;
}
.TagClassName
{
border-color: #82F77B;
}
</style>