Shades of Light Green #82FA7B
Tints of Light Green #82FA7B
RGB
CMYK
RGB Variations
Color information
#82FA7B (or 0x82FA7B) is known color: Light Green. HEX triplet: 82, FA and 7B. RGB value is (130,250,123). Sum of RGB (Red+Green+Blue) = 130+250+123=503 (66% of max value = 765). Red value is 130 (51.17% from 255 or 25.84% from 503); Green value is 250 (98.05% from 255 or 49.70% from 503); Blue value is 123 (48.44% from 255 or 24.45% from 503); Max value from RGB is 250 - color contains mainly: green. Hex color #82FA7B is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #82FA7B is #7D0584. Grayscale: #C8C8C8. Windows color (decimal): -8193413 or 8125058. OLE color: 8125058.
HSL color Cylindrical-coordinate representation of color #82FA7B: hue angle of 116.69º degrees, saturation: 0.93, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #82FA7B is Cyan = 0.48, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 130 | 250 | 123 | - |
| CMYK | 0.48 | 0 | 0.51 | 0.02 |
| HSL | 116.69º | 0.93% | 0.73% | - |
| HSV(B) | 116.69º | 0.51% | 0.98% | - |
| XYZ | 46.97 | 74.55 | 30.65 | - |
| YUV | 199.64 | 84.74 | 78.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 250 | 123 | 0.48 | 0 | 0.51 | 0.02 | 116.69 | 0.93 | 0.73 |
| Hex | 82 | FA | 7B | 30 | 0 | 33 | 2 | 75 | 5D | 49 |
| Octal | 202 | 372 | 173 | 60 | 0 | 63 | 2 | 165 | 135 | 111 |
| Binary | 10000010 | 11111010 | 1111011 | 110000 | 0 | 110011 | 10 | 1110101 | 1011101 | 1001001 |
Color Harmonies of #82FA7B
Complementary color
Monochromatic Colors of #82FA7B
Black with #82FA7B
Text Example
Text Example
White with #82FA7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82FA7B; }
p { color: rgb(130,250,123); }
H1.HeaderClassName
{
color: #82FA7B;
}
.AnyTagClassName
{
color: #82FA7B;
}
</style>
background-color css
<style>
a { background-color: #82FA7B; }
a { background-color: rgb(130,250,123); }
div.DivClassName
{
background-color: #82FA7B;
}
.BgClassName
{
background-color: #82FA7B;
}
</style>
border-color css
<style>
span { border-color: #82FA7B; }
span { border-color: rgb(130,250,123); }
td.TdClassName
{
border-color: #82FA7B;
}
.TagClassName
{
border-color: #82FA7B;
}
</style>