Shades of Light Green #82F78C
Tints of Light Green #82F78C
RGB
CMYK
RGB Variations
Color information
#82F78C (or 0x82F78C) is known color: Light Green. HEX triplet: 82, F7 and 8C. RGB value is (130,247,140). Sum of RGB (Red+Green+Blue) = 130+247+140=517 (68% of max value = 765). Red value is 130 (51.17% from 255 or 25.15% from 517); Green value is 247 (96.88% from 255 or 47.78% from 517); Blue value is 140 (55.08% from 255 or 27.08% from 517); Max value from RGB is 247 - color contains mainly: green. Hex color #82F78C is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #82F78C is #7D0873. Grayscale: #C8C8C8. Windows color (decimal): -8194164 or 9238402. OLE color: 9238402.
HSL color Cylindrical-coordinate representation of color #82F78C: hue angle of 125.13º degrees, saturation: 0.88, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #82F78C is Cyan = 0.47, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 130 | 247 | 140 | - |
| CMYK | 0.47 | 0 | 0.43 | 0.03 |
| HSL | 125.13º | 0.88% | 0.74% | - |
| HSV(B) | 125.13º | 0.47% | 0.97% | - |
| XYZ | 47.2 | 73.16 | 36.44 | - |
| YUV | 199.82 | 94.24 | 78.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 247 | 140 | 0.47 | 0 | 0.43 | 0.03 | 125.13 | 0.88 | 0.74 |
| Hex | 82 | F7 | 8C | 2F | 0 | 2B | 3 | 7D | 58 | 4A |
| Octal | 202 | 367 | 214 | 57 | 0 | 53 | 3 | 175 | 130 | 112 |
| Binary | 10000010 | 11110111 | 10001100 | 101111 | 0 | 101011 | 11 | 1111101 | 1011000 | 1001010 |
Color Harmonies of #82F78C
Complementary color
Monochromatic Colors of #82F78C
Black with #82F78C
Text Example
Text Example
White with #82F78C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82F78C; }
p { color: rgb(130,247,140); }
H1.HeaderClassName
{
color: #82F78C;
}
.AnyTagClassName
{
color: #82F78C;
}
</style>
background-color css
<style>
a { background-color: #82F78C; }
a { background-color: rgb(130,247,140); }
div.DivClassName
{
background-color: #82F78C;
}
.BgClassName
{
background-color: #82F78C;
}
</style>
border-color css
<style>
span { border-color: #82F78C; }
span { border-color: rgb(130,247,140); }
td.TdClassName
{
border-color: #82F78C;
}
.TagClassName
{
border-color: #82F78C;
}
</style>