Shades of Light Green #82F57B
Tints of Light Green #82F57B
RGB
CMYK
RGB Variations
Color information
#82F57B (or 0x82F57B) is known color: Light Green. HEX triplet: 82, F5 and 7B. RGB value is (130,245,123). Sum of RGB (Red+Green+Blue) = 130+245+123=498 (65% of max value = 765). Red value is 130 (51.17% from 255 or 26.10% from 498); Green value is 245 (96.09% from 255 or 49.20% from 498); Blue value is 123 (48.44% from 255 or 24.70% from 498); Max value from RGB is 245 - color contains mainly: green. Hex color #82F57B is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #82F57B is #7D0A84. Grayscale: #C5C5C5. Windows color (decimal): -8194693 or 8123778. OLE color: 8123778.
HSL color Cylindrical-coordinate representation of color #82F57B: hue angle of 116.56º degrees, saturation: 0.86, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #82F57B is Cyan = 0.47, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 130 | 245 | 123 | - |
| CMYK | 0.47 | 0 | 0.50 | 0.04 |
| HSL | 116.56º | 0.86% | 0.72% | - |
| HSV(B) | 116.56º | 0.5% | 0.96% | - |
| XYZ | 45.43 | 71.48 | 30.14 | - |
| YUV | 196.71 | 86.4 | 80.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 245 | 123 | 0.47 | 0 | 0.50 | 0.04 | 116.56 | 0.86 | 0.72 |
| Hex | 82 | F5 | 7B | 2F | 0 | 32 | 4 | 75 | 56 | 48 |
| Octal | 202 | 365 | 173 | 57 | 0 | 62 | 4 | 165 | 126 | 110 |
| Binary | 10000010 | 11110101 | 1111011 | 101111 | 0 | 110010 | 100 | 1110101 | 1010110 | 1001000 |
Color Harmonies of #82F57B
Complementary color
Monochromatic Colors of #82F57B
Black with #82F57B
Text Example
Text Example
White with #82F57B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82F57B; }
p { color: rgb(130,245,123); }
H1.HeaderClassName
{
color: #82F57B;
}
.AnyTagClassName
{
color: #82F57B;
}
</style>
background-color css
<style>
a { background-color: #82F57B; }
a { background-color: rgb(130,245,123); }
div.DivClassName
{
background-color: #82F57B;
}
.BgClassName
{
background-color: #82F57B;
}
</style>
border-color css
<style>
span { border-color: #82F57B; }
span { border-color: rgb(130,245,123); }
td.TdClassName
{
border-color: #82F57B;
}
.TagClassName
{
border-color: #82F57B;
}
</style>