Shades of Yellow Green #82D12A
Tints of Yellow Green #82D12A
RGB
CMYK
RGB Variations
Color information
#82D12A (or 0x82D12A) is known color: Yellow Green. HEX triplet: 82, D1 and 2A. RGB value is (130,209,42). Sum of RGB (Red+Green+Blue) = 130+209+42=381 (50% of max value = 765). Red value is 130 (51.17% from 255 or 34.12% from 381); Green value is 209 (82.03% from 255 or 54.86% from 381); Blue value is 42 (16.80% from 255 or 11.02% from 381); Max value from RGB is 209 - color contains mainly: green. Hex color #82D12A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #82D12A is #7D2ED5. Grayscale: #A6A6A6. Windows color (decimal): -8203990 or 2806146. OLE color: 2806146.
HSL color Cylindrical-coordinate representation of color #82D12A: hue angle of 88.38º degrees, saturation: 0.67, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #82D12A is Cyan = 0.38, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 130 | 209 | 42 | - |
| CMYK | 0.38 | 0 | 0.80 | 0.18 |
| HSL | 88.38º | 0.67% | 0.49% | - |
| HSV(B) | 88.38º | 0.8% | 0.82% | - |
| XYZ | 32.42 | 50.51 | 10.23 | - |
| YUV | 166.34 | 57.83 | 102.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 209 | 42 | 0.38 | 0 | 0.80 | 0.18 | 88.38 | 0.67 | 0.49 |
| Hex | 82 | D1 | 2A | 26 | 0 | 50 | 12 | 58 | 43 | 31 |
| Octal | 202 | 321 | 52 | 46 | 0 | 120 | 22 | 130 | 103 | 61 |
| Binary | 10000010 | 11010001 | 101010 | 100110 | 0 | 1010000 | 10010 | 1011000 | 1000011 | 110001 |
Color Harmonies of #82D12A
Complementary color
Monochromatic Colors of #82D12A
Black with #82D12A
Text Example
Text Example
White with #82D12A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82D12A; }
p { color: rgb(130,209,42); }
H1.HeaderClassName
{
color: #82D12A;
}
.AnyTagClassName
{
color: #82D12A;
}
</style>
background-color css
<style>
a { background-color: #82D12A; }
a { background-color: rgb(130,209,42); }
div.DivClassName
{
background-color: #82D12A;
}
.BgClassName
{
background-color: #82D12A;
}
</style>
border-color css
<style>
span { border-color: #82D12A; }
span { border-color: rgb(130,209,42); }
td.TdClassName
{
border-color: #82D12A;
}
.TagClassName
{
border-color: #82D12A;
}
</style>