Shades of Yellow Green #82E32B
Tints of Yellow Green #82E32B
RGB
CMYK
RGB Variations
Color information
#82E32B (or 0x82E32B) is known color: Yellow Green. HEX triplet: 82, E3 and 2B. RGB value is (130,227,43). Sum of RGB (Red+Green+Blue) = 130+227+43=400 (52% of max value = 765). Red value is 130 (51.17% from 255 or 32.5% from 400); Green value is 227 (89.06% from 255 or 56.75% from 400); Blue value is 43 (17.19% from 255 or 10.75% from 400); Max value from RGB is 227 - color contains mainly: green. Hex color #82E32B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #82E32B is #7D1CD4. Grayscale: #B1B1B1. Windows color (decimal): -8199381 or 2876290. OLE color: 2876290.
HSL color Cylindrical-coordinate representation of color #82E32B: hue angle of 91.63º degrees, saturation: 0.77, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #82E32B is Cyan = 0.43, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 130 | 227 | 43 | - |
| CMYK | 0.43 | 0 | 0.81 | 0.11 |
| HSL | 91.63º | 0.77% | 0.53% | - |
| HSV(B) | 91.63º | 0.81% | 0.89% | - |
| XYZ | 37.11 | 59.86 | 11.88 | - |
| YUV | 177.02 | 52.36 | 94.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 227 | 43 | 0.43 | 0 | 0.81 | 0.11 | 91.63 | 0.77 | 0.53 |
| Hex | 82 | E3 | 2B | 2B | 0 | 51 | B | 5C | 4D | 35 |
| Octal | 202 | 343 | 53 | 53 | 0 | 121 | 13 | 134 | 115 | 65 |
| Binary | 10000010 | 11100011 | 101011 | 101011 | 0 | 1010001 | 1011 | 1011100 | 1001101 | 110101 |
Color Harmonies of #82E32B
Complementary color
Monochromatic Colors of #82E32B
Black with #82E32B
Text Example
Text Example
White with #82E32B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82E32B; }
p { color: rgb(130,227,43); }
H1.HeaderClassName
{
color: #82E32B;
}
.AnyTagClassName
{
color: #82E32B;
}
</style>
background-color css
<style>
a { background-color: #82E32B; }
a { background-color: rgb(130,227,43); }
div.DivClassName
{
background-color: #82E32B;
}
.BgClassName
{
background-color: #82E32B;
}
</style>
border-color css
<style>
span { border-color: #82E32B; }
span { border-color: rgb(130,227,43); }
td.TdClassName
{
border-color: #82E32B;
}
.TagClassName
{
border-color: #82E32B;
}
</style>