Shades of Yellow Green #82C52B
Tints of Yellow Green #82C52B
RGB
CMYK
RGB Variations
Color information
#82C52B (or 0x82C52B) is known color: Yellow Green. HEX triplet: 82, C5 and 2B. RGB value is (130,197,43). Sum of RGB (Red+Green+Blue) = 130+197+43=370 (49% of max value = 765). Red value is 130 (51.17% from 255 or 35.14% from 370); Green value is 197 (77.34% from 255 or 53.24% from 370); Blue value is 43 (17.19% from 255 or 11.62% from 370); Max value from RGB is 197 - color contains mainly: green. Hex color #82C52B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #82C52B is #7D3AD4. Grayscale: #9F9F9F. Windows color (decimal): -8207061 or 2868610. OLE color: 2868610.
HSL color Cylindrical-coordinate representation of color #82C52B: hue angle of 86.1º degrees, saturation: 0.64, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #82C52B is Cyan = 0.34, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 130 | 197 | 43 | - |
| CMYK | 0.34 | 0 | 0.78 | 0.23 |
| HSL | 86.1º | 0.64% | 0.47% | - |
| HSV(B) | 86.1º | 0.78% | 0.77% | - |
| XYZ | 29.61 | 44.85 | 9.38 | - |
| YUV | 159.41 | 62.3 | 107.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 197 | 43 | 0.34 | 0 | 0.78 | 0.23 | 86.1 | 0.64 | 0.47 |
| Hex | 82 | C5 | 2B | 22 | 0 | 4E | 17 | 56 | 40 | 2F |
| Octal | 202 | 305 | 53 | 42 | 0 | 116 | 27 | 126 | 100 | 57 |
| Binary | 10000010 | 11000101 | 101011 | 100010 | 0 | 1001110 | 10111 | 1010110 | 1000000 | 101111 |
Color Harmonies of #82C52B
Complementary color
Monochromatic Colors of #82C52B
Black with #82C52B
Text Example
Text Example
White with #82C52B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82C52B; }
p { color: rgb(130,197,43); }
H1.HeaderClassName
{
color: #82C52B;
}
.AnyTagClassName
{
color: #82C52B;
}
</style>
background-color css
<style>
a { background-color: #82C52B; }
a { background-color: rgb(130,197,43); }
div.DivClassName
{
background-color: #82C52B;
}
.BgClassName
{
background-color: #82C52B;
}
</style>
border-color css
<style>
span { border-color: #82C52B; }
span { border-color: rgb(130,197,43); }
td.TdClassName
{
border-color: #82C52B;
}
.TagClassName
{
border-color: #82C52B;
}
</style>