Shades of Yellow Green #82C829
Tints of Yellow Green #82C829
RGB
CMYK
RGB Variations
Color information
#82C829 (or 0x82C829) is known color: Yellow Green. HEX triplet: 82, C8 and 29. RGB value is (130,200,41). Sum of RGB (Red+Green+Blue) = 130+200+41=371 (49% of max value = 765). Red value is 130 (51.17% from 255 or 35.04% from 371); Green value is 200 (78.52% from 255 or 53.91% from 371); Blue value is 41 (16.41% from 255 or 11.05% from 371); Max value from RGB is 200 - color contains mainly: green. Hex color #82C829 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #82C829 is #7D37D6. Grayscale: #A1A1A1. Windows color (decimal): -8206295 or 2738306. OLE color: 2738306.
HSL color Cylindrical-coordinate representation of color #82C829: hue angle of 86.42º degrees, saturation: 0.66, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #82C829 is Cyan = 0.35, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 130 | 200 | 41 | - |
| CMYK | 0.35 | 0 | 0.80 | 0.22 |
| HSL | 86.42º | 0.66% | 0.47% | - |
| HSV(B) | 86.42º | 0.8% | 0.78% | - |
| XYZ | 30.26 | 46.21 | 9.42 | - |
| YUV | 160.94 | 60.31 | 105.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 200 | 41 | 0.35 | 0 | 0.80 | 0.22 | 86.42 | 0.66 | 0.47 |
| Hex | 82 | C8 | 29 | 23 | 0 | 50 | 16 | 56 | 42 | 2F |
| Octal | 202 | 310 | 51 | 43 | 0 | 120 | 26 | 126 | 102 | 57 |
| Binary | 10000010 | 11001000 | 101001 | 100011 | 0 | 1010000 | 10110 | 1010110 | 1000010 | 101111 |
Color Harmonies of #82C829
Complementary color
Monochromatic Colors of #82C829
Black with #82C829
Text Example
Text Example
White with #82C829
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82C829; }
p { color: rgb(130,200,41); }
H1.HeaderClassName
{
color: #82C829;
}
.AnyTagClassName
{
color: #82C829;
}
</style>
background-color css
<style>
a { background-color: #82C829; }
a { background-color: rgb(130,200,41); }
div.DivClassName
{
background-color: #82C829;
}
.BgClassName
{
background-color: #82C829;
}
</style>
border-color css
<style>
span { border-color: #82C829; }
span { border-color: rgb(130,200,41); }
td.TdClassName
{
border-color: #82C829;
}
.TagClassName
{
border-color: #82C829;
}
</style>