Shades of Lawn Green #82F610
Tints of Lawn Green #82F610
RGB
CMYK
RGB Variations
Color information
#82F610 (or 0x82F610) is known color: Lawn Green. HEX triplet: 82, F6 and 10. RGB value is (130,246,16). Sum of RGB (Red+Green+Blue) = 130+246+16=392 (51% of max value = 765). Red value is 130 (51.17% from 255 or 33.16% from 392); Green value is 246 (96.48% from 255 or 62.76% from 392); Blue value is 16 (6.64% from 255 or 4.08% from 392); Max value from RGB is 246 - color contains mainly: green. Hex color #82F610 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #82F610 is #7D09EF. Grayscale: #B9B9B9. Windows color (decimal): -8194544 or 1111682. OLE color: 1111682.
HSL color Cylindrical-coordinate representation of color #82F610: hue angle of 90.26º degrees, saturation: 0.93, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #82F610 is Cyan = 0.47, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 130 | 246 | 16 | - |
| CMYK | 0.47 | 0 | 0.93 | 0.04 |
| HSL | 90.26º | 0.93% | 0.51% | - |
| HSV(B) | 90.26º | 0.93% | 0.96% | - |
| XYZ | 42.26 | 70.69 | 11.91 | - |
| YUV | 185.1 | 32.57 | 88.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 246 | 16 | 0.47 | 0 | 0.93 | 0.04 | 90.26 | 0.93 | 0.51 |
| Hex | 82 | F6 | 10 | 2F | 0 | 5D | 4 | 5A | 5D | 33 |
| Octal | 202 | 366 | 20 | 57 | 0 | 135 | 4 | 132 | 135 | 63 |
| Binary | 10000010 | 11110110 | 10000 | 101111 | 0 | 1011101 | 100 | 1011010 | 1011101 | 110011 |
Color Harmonies of #82F610
Complementary color
Monochromatic Colors of #82F610
Black with #82F610
Text Example
Text Example
White with #82F610
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82F610; }
p { color: rgb(130,246,16); }
H1.HeaderClassName
{
color: #82F610;
}
.AnyTagClassName
{
color: #82F610;
}
</style>
background-color css
<style>
a { background-color: #82F610; }
a { background-color: rgb(130,246,16); }
div.DivClassName
{
background-color: #82F610;
}
.BgClassName
{
background-color: #82F610;
}
</style>
border-color css
<style>
span { border-color: #82F610; }
span { border-color: rgb(130,246,16); }
td.TdClassName
{
border-color: #82F610;
}
.TagClassName
{
border-color: #82F610;
}
</style>