Shades of Lawn Green #82F010
Tints of Lawn Green #82F010
RGB
CMYK
RGB Variations
Color information
#82F010 (or 0x82F010) is known color: Lawn Green. HEX triplet: 82, F0 and 10. RGB value is (130,240,16). Sum of RGB (Red+Green+Blue) = 130+240+16=386 (51% of max value = 765). Red value is 130 (51.17% from 255 or 33.68% from 386); Green value is 240 (94.14% from 255 or 62.18% from 386); Blue value is 16 (6.64% from 255 or 4.15% from 386); Max value from RGB is 240 - color contains mainly: green. Hex color #82F010 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #82F010 is #7D0FEF. Grayscale: #B6B6B6. Windows color (decimal): -8196080 or 1110146. OLE color: 1110146.
HSL color Cylindrical-coordinate representation of color #82F010: hue angle of 89.46º 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 #82F010 is Cyan = 0.46, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 130 | 240 | 16 | - |
| CMYK | 0.46 | 0 | 0.93 | 0.06 |
| HSL | 89.46º | 0.88% | 0.5% | - |
| HSV(B) | 89.46º | 0.93% | 0.94% | - |
| XYZ | 40.46 | 67.1 | 11.31 | - |
| YUV | 181.57 | 34.56 | 91.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 240 | 16 | 0.46 | 0 | 0.93 | 0.06 | 89.46 | 0.88 | 0.5 |
| Hex | 82 | F0 | 10 | 2E | 0 | 5D | 6 | 59 | 58 | 32 |
| Octal | 202 | 360 | 20 | 56 | 0 | 135 | 6 | 131 | 130 | 62 |
| Binary | 10000010 | 11110000 | 10000 | 101110 | 0 | 1011101 | 110 | 1011001 | 1011000 | 110010 |
Color Harmonies of #82F010
Complementary color
Monochromatic Colors of #82F010
Black with #82F010
Text Example
Text Example
White with #82F010
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82F010; }
p { color: rgb(130,240,16); }
H1.HeaderClassName
{
color: #82F010;
}
.AnyTagClassName
{
color: #82F010;
}
</style>
background-color css
<style>
a { background-color: #82F010; }
a { background-color: rgb(130,240,16); }
div.DivClassName
{
background-color: #82F010;
}
.BgClassName
{
background-color: #82F010;
}
</style>
border-color css
<style>
span { border-color: #82F010; }
span { border-color: rgb(130,240,16); }
td.TdClassName
{
border-color: #82F010;
}
.TagClassName
{
border-color: #82F010;
}
</style>