Shades of Lawn Green #82F30D
Tints of Lawn Green #82F30D
RGB
CMYK
RGB Variations
Color information
#82F30D (or 0x82F30D) is known color: Lawn Green. HEX triplet: 82, F3 and 0D. RGB value is (130,243,13). Sum of RGB (Red+Green+Blue) = 130+243+13=386 (51% of max value = 765). Red value is 130 (51.17% from 255 or 33.68% from 386); Green value is 243 (95.31% from 255 or 62.95% from 386); Blue value is 13 (5.47% from 255 or 3.37% from 386); Max value from RGB is 243 - color contains mainly: green. Hex color #82F30D is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #82F30D is #7D0CF2. Grayscale: #B7B7B7. Windows color (decimal): -8195315 or 914306. OLE color: 914306.
HSL color Cylindrical-coordinate representation of color #82F30D: hue angle of 89.48º degrees, saturation: 0.91, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #82F30D is Cyan = 0.47, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 130 | 243 | 13 | - |
| CMYK | 0.47 | 0 | 0.95 | 0.05 |
| HSL | 89.48º | 0.91% | 0.5% | - |
| HSV(B) | 89.48º | 0.95% | 0.95% | - |
| XYZ | 41.33 | 68.88 | 11.5 | - |
| YUV | 182.99 | 32.06 | 90.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 243 | 13 | 0.47 | 0 | 0.95 | 0.05 | 89.48 | 0.91 | 0.5 |
| Hex | 82 | F3 | D | 2F | 0 | 5F | 5 | 59 | 5B | 32 |
| Octal | 202 | 363 | 15 | 57 | 0 | 137 | 5 | 131 | 133 | 62 |
| Binary | 10000010 | 11110011 | 1101 | 101111 | 0 | 1011111 | 101 | 1011001 | 1011011 | 110010 |
Color Harmonies of #82F30D
Complementary color
Monochromatic Colors of #82F30D
Black with #82F30D
Text Example
Text Example
White with #82F30D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82F30D; }
p { color: rgb(130,243,13); }
H1.HeaderClassName
{
color: #82F30D;
}
.AnyTagClassName
{
color: #82F30D;
}
</style>
background-color css
<style>
a { background-color: #82F30D; }
a { background-color: rgb(130,243,13); }
div.DivClassName
{
background-color: #82F30D;
}
.BgClassName
{
background-color: #82F30D;
}
</style>
border-color css
<style>
span { border-color: #82F30D; }
span { border-color: rgb(130,243,13); }
td.TdClassName
{
border-color: #82F30D;
}
.TagClassName
{
border-color: #82F30D;
}
</style>