Shades of Lawn Green #82F119
Tints of Lawn Green #82F119
RGB
CMYK
RGB Variations
Color information
#82F119 (or 0x82F119) is known color: Lawn Green. HEX triplet: 82, F1 and 19. RGB value is (130,241,25). Sum of RGB (Red+Green+Blue) = 130+241+25=396 (52% of max value = 765). Red value is 130 (51.17% from 255 or 32.83% from 396); Green value is 241 (94.53% from 255 or 60.86% from 396); Blue value is 25 (10.16% from 255 or 6.31% from 396); Max value from RGB is 241 - color contains mainly: green. Hex color #82F119 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #82F119 is #7D0EE6. Grayscale: #B7B7B7. Windows color (decimal): -8195815 or 1700226. OLE color: 1700226.
HSL color Cylindrical-coordinate representation of color #82F119: hue angle of 90.83º degrees, saturation: 0.89, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #82F119 is Cyan = 0.46, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 130 | 241 | 25 | - |
| CMYK | 0.46 | 0 | 0.90 | 0.05 |
| HSL | 90.83º | 0.89% | 0.52% | - |
| HSV(B) | 90.83º | 0.9% | 0.95% | - |
| XYZ | 40.84 | 67.73 | 11.84 | - |
| YUV | 183.19 | 38.73 | 90.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 241 | 25 | 0.46 | 0 | 0.90 | 0.05 | 90.83 | 0.89 | 0.52 |
| Hex | 82 | F1 | 19 | 2E | 0 | 5A | 5 | 5B | 59 | 34 |
| Octal | 202 | 361 | 31 | 56 | 0 | 132 | 5 | 133 | 131 | 64 |
| Binary | 10000010 | 11110001 | 11001 | 101110 | 0 | 1011010 | 101 | 1011011 | 1011001 | 110100 |
Color Harmonies of #82F119
Complementary color
Monochromatic Colors of #82F119
Black with #82F119
Text Example
Text Example
White with #82F119
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82F119; }
p { color: rgb(130,241,25); }
H1.HeaderClassName
{
color: #82F119;
}
.AnyTagClassName
{
color: #82F119;
}
</style>
background-color css
<style>
a { background-color: #82F119; }
a { background-color: rgb(130,241,25); }
div.DivClassName
{
background-color: #82F119;
}
.BgClassName
{
background-color: #82F119;
}
</style>
border-color css
<style>
span { border-color: #82F119; }
span { border-color: rgb(130,241,25); }
td.TdClassName
{
border-color: #82F119;
}
.TagClassName
{
border-color: #82F119;
}
</style>