Shades of Yellow Green #82C533
Tints of Yellow Green #82C533
RGB
CMYK
RGB Variations
Color information
#82C533 (or 0x82C533) is known color: Yellow Green. HEX triplet: 82, C5 and 33. RGB value is (130,197,51). Sum of RGB (Red+Green+Blue) = 130+197+51=378 (50% of max value = 765). Red value is 130 (51.17% from 255 or 34.39% from 378); Green value is 197 (77.34% from 255 or 52.12% from 378); Blue value is 51 (20.31% from 255 or 13.49% from 378); Max value from RGB is 197 - color contains mainly: green. Hex color #82C533 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #82C533 is #7D3ACC. Grayscale: #A0A0A0. Windows color (decimal): -8207053 or 3392898. OLE color: 3392898.
HSL color Cylindrical-coordinate representation of color #82C533: hue angle of 87.53º degrees, saturation: 0.59, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #82C533 is Cyan = 0.34, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 130 | 197 | 51 | - |
| CMYK | 0.34 | 0 | 0.74 | 0.23 |
| HSL | 87.53º | 0.59% | 0.49% | - |
| HSV(B) | 87.53º | 0.74% | 0.77% | - |
| XYZ | 29.77 | 44.92 | 10.23 | - |
| YUV | 160.32 | 66.3 | 106.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 197 | 51 | 0.34 | 0 | 0.74 | 0.23 | 87.53 | 0.59 | 0.49 |
| Hex | 82 | C5 | 33 | 22 | 0 | 4A | 17 | 58 | 3B | 31 |
| Octal | 202 | 305 | 63 | 42 | 0 | 112 | 27 | 130 | 73 | 61 |
| Binary | 10000010 | 11000101 | 110011 | 100010 | 0 | 1001010 | 10111 | 1011000 | 111011 | 110001 |
Color Harmonies of #82C533
Complementary color
Monochromatic Colors of #82C533
Black with #82C533
Text Example
Text Example
White with #82C533
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82C533; }
p { color: rgb(130,197,51); }
H1.HeaderClassName
{
color: #82C533;
}
.AnyTagClassName
{
color: #82C533;
}
</style>
background-color css
<style>
a { background-color: #82C533; }
a { background-color: rgb(130,197,51); }
div.DivClassName
{
background-color: #82C533;
}
.BgClassName
{
background-color: #82C533;
}
</style>
border-color css
<style>
span { border-color: #82C533; }
span { border-color: rgb(130,197,51); }
td.TdClassName
{
border-color: #82C533;
}
.TagClassName
{
border-color: #82C533;
}
</style>