Shades of Yellow Green #82C929
Tints of Yellow Green #82C929
RGB
CMYK
RGB Variations
Color information
#82C929 (or 0x82C929) is known color: Yellow Green. HEX triplet: 82, C9 and 29. RGB value is (130,201,41). Sum of RGB (Red+Green+Blue) = 130+201+41=372 (49% of max value = 765). Red value is 130 (51.17% from 255 or 34.95% from 372); Green value is 201 (78.91% from 255 or 54.03% from 372); Blue value is 41 (16.41% from 255 or 11.02% from 372); Max value from RGB is 201 - color contains mainly: green. Hex color #82C929 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #82C929 is #7D36D6. Grayscale: #A2A2A2. Windows color (decimal): -8206039 or 2738562. OLE color: 2738562.
HSL color Cylindrical-coordinate representation of color #82C929: hue angle of 86.62º degrees, saturation: 0.66, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #82C929 is Cyan = 0.35, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 130 | 201 | 41 | - |
| CMYK | 0.35 | 0 | 0.80 | 0.21 |
| HSL | 86.63º | 0.66% | 0.47% | - |
| HSV(B) | 86.63º | 0.8% | 0.79% | - |
| XYZ | 30.49 | 46.68 | 9.5 | - |
| YUV | 161.53 | 59.98 | 105.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 201 | 41 | 0.35 | 0 | 0.80 | 0.21 | 86.63 | 0.66 | 0.47 |
| Hex | 82 | C9 | 29 | 23 | 0 | 50 | 15 | 57 | 42 | 2F |
| Octal | 202 | 311 | 51 | 43 | 0 | 120 | 25 | 127 | 102 | 57 |
| Binary | 10000010 | 11001001 | 101001 | 100011 | 0 | 1010000 | 10101 | 1010111 | 1000010 | 101111 |
Color Harmonies of #82C929
Complementary color
Monochromatic Colors of #82C929
Black with #82C929
Text Example
Text Example
White with #82C929
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82C929; }
p { color: rgb(130,201,41); }
H1.HeaderClassName
{
color: #82C929;
}
.AnyTagClassName
{
color: #82C929;
}
</style>
background-color css
<style>
a { background-color: #82C929; }
a { background-color: rgb(130,201,41); }
div.DivClassName
{
background-color: #82C929;
}
.BgClassName
{
background-color: #82C929;
}
</style>
border-color css
<style>
span { border-color: #82C929; }
span { border-color: rgb(130,201,41); }
td.TdClassName
{
border-color: #82C929;
}
.TagClassName
{
border-color: #82C929;
}
</style>