Shades of Yellow Green #82E12D
Tints of Yellow Green #82E12D
RGB
CMYK
RGB Variations
Color information
#82E12D (or 0x82E12D) is known color: Yellow Green. HEX triplet: 82, E1 and 2D. RGB value is (130,225,45). Sum of RGB (Red+Green+Blue) = 130+225+45=400 (52% of max value = 765). Red value is 130 (51.17% from 255 or 32.5% from 400); Green value is 225 (88.28% from 255 or 56.25% from 400); Blue value is 45 (17.97% from 255 or 11.25% from 400); Max value from RGB is 225 - color contains mainly: green. Hex color #82E12D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #82E12D is #7D1ED2. Grayscale: #B0B0B0. Windows color (decimal): -8199891 or 3006850. OLE color: 3006850.
HSL color Cylindrical-coordinate representation of color #82E12D: hue angle of 91.67º degrees, saturation: 0.75, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #82E12D is Cyan = 0.42, Magento = 0, Yellow = 0.8 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 130 | 225 | 45 | - |
| CMYK | 0.42 | 0 | 0.8 | 0.12 |
| HSL | 91.67º | 0.75% | 0.53% | - |
| HSV(B) | 91.67º | 0.8% | 0.88% | - |
| XYZ | 36.6 | 58.79 | 11.9 | - |
| YUV | 176.08 | 54.03 | 95.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 225 | 45 | 0.42 | 0 | 0.8 | 0.12 | 91.67 | 0.75 | 0.53 |
| Hex | 82 | E1 | 2D | 2A | 0 | 50 | C | 5C | 4B | 35 |
| Octal | 202 | 341 | 55 | 52 | 0 | 120 | 14 | 134 | 113 | 65 |
| Binary | 10000010 | 11100001 | 101101 | 101010 | 0 | 1010000 | 1100 | 1011100 | 1001011 | 110101 |
Color Harmonies of #82E12D
Complementary color
Monochromatic Colors of #82E12D
Black with #82E12D
Text Example
Text Example
White with #82E12D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82E12D; }
p { color: rgb(130,225,45); }
H1.HeaderClassName
{
color: #82E12D;
}
.AnyTagClassName
{
color: #82E12D;
}
</style>
background-color css
<style>
a { background-color: #82E12D; }
a { background-color: rgb(130,225,45); }
div.DivClassName
{
background-color: #82E12D;
}
.BgClassName
{
background-color: #82E12D;
}
</style>
border-color css
<style>
span { border-color: #82E12D; }
span { border-color: rgb(130,225,45); }
td.TdClassName
{
border-color: #82E12D;
}
.TagClassName
{
border-color: #82E12D;
}
</style>