Shades of Lawn Green #82F011
Tints of Lawn Green #82F011
RGB
CMYK
RGB Variations
Color information
#82F011 (or 0x82F011) is known color: Lawn Green. HEX triplet: 82, F0 and 11. RGB value is (130,240,17). Sum of RGB (Red+Green+Blue) = 130+240+17=387 (51% of max value = 765). Red value is 130 (51.17% from 255 or 33.59% from 387); Green value is 240 (94.14% from 255 or 62.02% from 387); Blue value is 17 (7.03% from 255 or 4.39% from 387); Max value from RGB is 240 - color contains mainly: green. Hex color #82F011 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #82F011 is #7D0FEE. Grayscale: #B6B6B6. Windows color (decimal): -8196079 or 1175682. OLE color: 1175682.
HSL color Cylindrical-coordinate representation of color #82F011: hue angle of 89.6º degrees, saturation: 0.88, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #82F011 is Cyan = 0.46, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 130 | 240 | 17 | - |
| CMYK | 0.46 | 0 | 0.93 | 0.06 |
| HSL | 89.6º | 0.88% | 0.5% | - |
| HSV(B) | 89.6º | 0.93% | 0.94% | - |
| XYZ | 40.47 | 67.11 | 11.35 | - |
| YUV | 181.69 | 35.06 | 91.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 240 | 17 | 0.46 | 0 | 0.93 | 0.06 | 89.6 | 0.88 | 0.5 |
| Hex | 82 | F0 | 11 | 2E | 0 | 5D | 6 | 5A | 58 | 32 |
| Octal | 202 | 360 | 21 | 56 | 0 | 135 | 6 | 132 | 130 | 62 |
| Binary | 10000010 | 11110000 | 10001 | 101110 | 0 | 1011101 | 110 | 1011010 | 1011000 | 110010 |
Color Harmonies of #82F011
Complementary color
Monochromatic Colors of #82F011
Black with #82F011
Text Example
Text Example
White with #82F011
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82F011; }
p { color: rgb(130,240,17); }
H1.HeaderClassName
{
color: #82F011;
}
.AnyTagClassName
{
color: #82F011;
}
</style>
background-color css
<style>
a { background-color: #82F011; }
a { background-color: rgb(130,240,17); }
div.DivClassName
{
background-color: #82F011;
}
.BgClassName
{
background-color: #82F011;
}
</style>
border-color css
<style>
span { border-color: #82F011; }
span { border-color: rgb(130,240,17); }
td.TdClassName
{
border-color: #82F011;
}
.TagClassName
{
border-color: #82F011;
}
</style>