Shades of Yellow Green #82C034
Tints of Yellow Green #82C034
RGB
CMYK
RGB Variations
Color information
#82C034 (or 0x82C034) is known color: Yellow Green. HEX triplet: 82, C0 and 34. RGB value is (130,192,52). Sum of RGB (Red+Green+Blue) = 130+192+52=374 (49% of max value = 765). Red value is 130 (51.17% from 255 or 34.76% from 374); Green value is 192 (75.39% from 255 or 51.34% from 374); Blue value is 52 (20.70% from 255 or 13.90% from 374); Max value from RGB is 192 - color contains mainly: green. Hex color #82C034 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #82C034 is #7D3FCB. Grayscale: #9E9E9E. Windows color (decimal): -8208332 or 3457154. OLE color: 3457154.
HSL color Cylindrical-coordinate representation of color #82C034: hue angle of 86.57º degrees, saturation: 0.57, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #82C034 is Cyan = 0.32, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 130 | 192 | 52 | - |
| CMYK | 0.32 | 0 | 0.73 | 0.25 |
| HSL | 86.57º | 0.57% | 0.48% | - |
| HSV(B) | 86.57º | 0.73% | 0.75% | - |
| XYZ | 28.68 | 42.69 | 9.98 | - |
| YUV | 157.5 | 68.46 | 108.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 192 | 52 | 0.32 | 0 | 0.73 | 0.25 | 86.57 | 0.57 | 0.48 |
| Hex | 82 | C0 | 34 | 20 | 0 | 49 | 19 | 57 | 39 | 30 |
| Octal | 202 | 300 | 64 | 40 | 0 | 111 | 31 | 127 | 71 | 60 |
| Binary | 10000010 | 11000000 | 110100 | 100000 | 0 | 1001001 | 11001 | 1010111 | 111001 | 110000 |
Color Harmonies of #82C034
Complementary color
Monochromatic Colors of #82C034
Black with #82C034
Text Example
Text Example
White with #82C034
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82C034; }
p { color: rgb(130,192,52); }
H1.HeaderClassName
{
color: #82C034;
}
.AnyTagClassName
{
color: #82C034;
}
</style>
background-color css
<style>
a { background-color: #82C034; }
a { background-color: rgb(130,192,52); }
div.DivClassName
{
background-color: #82C034;
}
.BgClassName
{
background-color: #82C034;
}
</style>
border-color css
<style>
span { border-color: #82C034; }
span { border-color: rgb(130,192,52); }
td.TdClassName
{
border-color: #82C034;
}
.TagClassName
{
border-color: #82C034;
}
</style>