Shades of Yellow Green #82C43B
Tints of Yellow Green #82C43B
RGB
CMYK
RGB Variations
Color information
#82C43B (or 0x82C43B) is known color: Yellow Green. HEX triplet: 82, C4 and 3B. RGB value is (130,196,59). Sum of RGB (Red+Green+Blue) = 130+196+59=385 (50% of max value = 765). Red value is 130 (51.17% from 255 or 33.77% from 385); Green value is 196 (76.95% from 255 or 50.91% from 385); Blue value is 59 (23.44% from 255 or 15.32% from 385); Max value from RGB is 196 - color contains mainly: green. Hex color #82C43B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #82C43B is #7D3BC4. Grayscale: #A1A1A1. Windows color (decimal): -8207301 or 3916930. OLE color: 3916930.
HSL color Cylindrical-coordinate representation of color #82C43B: hue angle of 88.91º degrees, saturation: 0.54, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #82C43B is Cyan = 0.34, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 130 | 196 | 59 | - |
| CMYK | 0.34 | 0 | 0.70 | 0.23 |
| HSL | 88.91º | 0.54% | 0.5% | - |
| HSV(B) | 88.91º | 0.7% | 0.77% | - |
| XYZ | 29.74 | 44.54 | 11.17 | - |
| YUV | 160.65 | 70.63 | 106.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 196 | 59 | 0.34 | 0 | 0.70 | 0.23 | 88.91 | 0.54 | 0.5 |
| Hex | 82 | C4 | 3B | 22 | 0 | 46 | 17 | 59 | 36 | 32 |
| Octal | 202 | 304 | 73 | 42 | 0 | 106 | 27 | 131 | 66 | 62 |
| Binary | 10000010 | 11000100 | 111011 | 100010 | 0 | 1000110 | 10111 | 1011001 | 110110 | 110010 |
Color Harmonies of #82C43B
Complementary color
Monochromatic Colors of #82C43B
Black with #82C43B
Text Example
Text Example
White with #82C43B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82C43B; }
p { color: rgb(130,196,59); }
H1.HeaderClassName
{
color: #82C43B;
}
.AnyTagClassName
{
color: #82C43B;
}
</style>
background-color css
<style>
a { background-color: #82C43B; }
a { background-color: rgb(130,196,59); }
div.DivClassName
{
background-color: #82C43B;
}
.BgClassName
{
background-color: #82C43B;
}
</style>
border-color css
<style>
span { border-color: #82C43B; }
span { border-color: rgb(130,196,59); }
td.TdClassName
{
border-color: #82C43B;
}
.TagClassName
{
border-color: #82C43B;
}
</style>