Shades of Yellow Green #82D31E
Tints of Yellow Green #82D31E
RGB
CMYK
RGB Variations
Color information
#82D31E (or 0x82D31E) is known color: Yellow Green. HEX triplet: 82, D3 and 1E. RGB value is (130,211,30). Sum of RGB (Red+Green+Blue) = 130+211+30=371 (49% of max value = 765). Red value is 130 (51.17% from 255 or 35.04% from 371); Green value is 211 (82.81% from 255 or 56.87% from 371); Blue value is 30 (12.11% from 255 or 8.09% from 371); Max value from RGB is 211 - color contains mainly: green. Hex color #82D31E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #82D31E is #7D2CE1. Grayscale: #A6A6A6. Windows color (decimal): -8203490 or 2020226. OLE color: 2020226.
HSL color Cylindrical-coordinate representation of color #82D31E: hue angle of 86.85º degrees, saturation: 0.75, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #82D31E is Cyan = 0.38, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 130 | 211 | 30 | - |
| CMYK | 0.38 | 0 | 0.86 | 0.17 |
| HSL | 86.85º | 0.75% | 0.47% | - |
| HSV(B) | 86.85º | 0.86% | 0.83% | - |
| XYZ | 32.73 | 51.43 | 9.43 | - |
| YUV | 166.15 | 51.16 | 102.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 211 | 30 | 0.38 | 0 | 0.86 | 0.17 | 86.85 | 0.75 | 0.47 |
| Hex | 82 | D3 | 1E | 26 | 0 | 56 | 11 | 57 | 4B | 2F |
| Octal | 202 | 323 | 36 | 46 | 0 | 126 | 21 | 127 | 113 | 57 |
| Binary | 10000010 | 11010011 | 11110 | 100110 | 0 | 1010110 | 10001 | 1010111 | 1001011 | 101111 |
Color Harmonies of #82D31E
Complementary color
Monochromatic Colors of #82D31E
Black with #82D31E
Text Example
Text Example
White with #82D31E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82D31E; }
p { color: rgb(130,211,30); }
H1.HeaderClassName
{
color: #82D31E;
}
.AnyTagClassName
{
color: #82D31E;
}
</style>
background-color css
<style>
a { background-color: #82D31E; }
a { background-color: rgb(130,211,30); }
div.DivClassName
{
background-color: #82D31E;
}
.BgClassName
{
background-color: #82D31E;
}
</style>
border-color css
<style>
span { border-color: #82D31E; }
span { border-color: rgb(130,211,30); }
td.TdClassName
{
border-color: #82D31E;
}
.TagClassName
{
border-color: #82D31E;
}
</style>