Shades of Light Green #82F18A
Tints of Light Green #82F18A
RGB
CMYK
RGB Variations
Color information
#82F18A (or 0x82F18A) is known color: Light Green. HEX triplet: 82, F1 and 8A. RGB value is (130,241,138). Sum of RGB (Red+Green+Blue) = 130+241+138=509 (67% of max value = 765). Red value is 130 (51.17% from 255 or 25.54% from 509); Green value is 241 (94.53% from 255 or 47.35% from 509); Blue value is 138 (54.30% from 255 or 27.11% from 509); Max value from RGB is 241 - color contains mainly: green. Hex color #82F18A is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #82F18A is #7D0E75. Grayscale: #C4C4C4. Windows color (decimal): -8195702 or 9105794. OLE color: 9105794.
HSL color Cylindrical-coordinate representation of color #82F18A: hue angle of 124.32º degrees, saturation: 0.8, 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 #82F18A is Cyan = 0.46, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 130 | 241 | 138 | - |
| CMYK | 0.46 | 0 | 0.43 | 0.05 |
| HSL | 124.32º | 0.8% | 0.73% | - |
| HSV(B) | 124.32º | 0.46% | 0.95% | - |
| XYZ | 45.25 | 69.49 | 35.07 | - |
| YUV | 196.07 | 95.23 | 80.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 241 | 138 | 0.46 | 0 | 0.43 | 0.05 | 124.32 | 0.8 | 0.73 |
| Hex | 82 | F1 | 8A | 2E | 0 | 2B | 5 | 7C | 50 | 49 |
| Octal | 202 | 361 | 212 | 56 | 0 | 53 | 5 | 174 | 120 | 111 |
| Binary | 10000010 | 11110001 | 10001010 | 101110 | 0 | 101011 | 101 | 1111100 | 1010000 | 1001001 |
Color Harmonies of #82F18A
Complementary color
Monochromatic Colors of #82F18A
Black with #82F18A
Text Example
Text Example
White with #82F18A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82F18A; }
p { color: rgb(130,241,138); }
H1.HeaderClassName
{
color: #82F18A;
}
.AnyTagClassName
{
color: #82F18A;
}
</style>
background-color css
<style>
a { background-color: #82F18A; }
a { background-color: rgb(130,241,138); }
div.DivClassName
{
background-color: #82F18A;
}
.BgClassName
{
background-color: #82F18A;
}
</style>
border-color css
<style>
span { border-color: #82F18A; }
span { border-color: rgb(130,241,138); }
td.TdClassName
{
border-color: #82F18A;
}
.TagClassName
{
border-color: #82F18A;
}
</style>