Shades of Light Green #82F291
Tints of Light Green #82F291
RGB
CMYK
RGB Variations
Color information
#82F291 (or 0x82F291) is known color: Light Green. HEX triplet: 82, F2 and 91. RGB value is (130,242,145). Sum of RGB (Red+Green+Blue) = 130+242+145=517 (68% of max value = 765). Red value is 130 (51.17% from 255 or 25.15% from 517); Green value is 242 (94.92% from 255 or 46.81% from 517); Blue value is 145 (57.03% from 255 or 28.05% from 517); Max value from RGB is 242 - color contains mainly: green. Hex color #82F291 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #82F291 is #7D0D6E. Grayscale: #C5C5C5. Windows color (decimal): -8195439 or 9564802. OLE color: 9564802.
HSL color Cylindrical-coordinate representation of color #82F291: hue angle of 128.04º degrees, saturation: 0.81, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #82F291 is Cyan = 0.46, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 130 | 242 | 145 | - |
| CMYK | 0.46 | 0 | 0.40 | 0.05 |
| HSL | 128.04º | 0.81% | 0.73% | - |
| HSV(B) | 128.04º | 0.46% | 0.95% | - |
| XYZ | 46.07 | 70.29 | 37.93 | - |
| YUV | 197.45 | 98.39 | 79.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 242 | 145 | 0.46 | 0 | 0.40 | 0.05 | 128.04 | 0.81 | 0.73 |
| Hex | 82 | F2 | 91 | 2E | 0 | 28 | 5 | 80 | 51 | 49 |
| Octal | 202 | 362 | 221 | 56 | 0 | 50 | 5 | 200 | 121 | 111 |
| Binary | 10000010 | 11110010 | 10010001 | 101110 | 0 | 101000 | 101 | 10000000 | 1010001 | 1001001 |
Color Harmonies of #82F291
Complementary color
Monochromatic Colors of #82F291
Black with #82F291
Text Example
Text Example
White with #82F291
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82F291; }
p { color: rgb(130,242,145); }
H1.HeaderClassName
{
color: #82F291;
}
.AnyTagClassName
{
color: #82F291;
}
</style>
background-color css
<style>
a { background-color: #82F291; }
a { background-color: rgb(130,242,145); }
div.DivClassName
{
background-color: #82F291;
}
.BgClassName
{
background-color: #82F291;
}
</style>
border-color css
<style>
span { border-color: #82F291; }
span { border-color: rgb(130,242,145); }
td.TdClassName
{
border-color: #82F291;
}
.TagClassName
{
border-color: #82F291;
}
</style>