Shades of Yellow Green #82D915
Tints of Yellow Green #82D915
RGB
CMYK
RGB Variations
Color information
#82D915 (or 0x82D915) is known color: Yellow Green. HEX triplet: 82, D9 and 15. RGB value is (130,217,21). Sum of RGB (Red+Green+Blue) = 130+217+21=368 (48% of max value = 765). Red value is 130 (51.17% from 255 or 35.33% from 368); Green value is 217 (85.16% from 255 or 58.97% from 368); Blue value is 21 (8.59% from 255 or 5.71% from 368); Max value from RGB is 217 - color contains mainly: green. Hex color #82D915 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #82D915 is #7D26EA. Grayscale: #A9A9A9. Windows color (decimal): -8201963 or 1431938. OLE color: 1431938.
HSL color Cylindrical-coordinate representation of color #82D915: hue angle of 86.63º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #82D915 is Cyan = 0.40, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 130 | 217 | 21 | - |
| CMYK | 0.40 | 0 | 0.90 | 0.15 |
| HSL | 86.63º | 0.82% | 0.47% | - |
| HSV(B) | 86.63º | 0.9% | 0.85% | - |
| XYZ | 34.15 | 54.43 | 9.41 | - |
| YUV | 168.64 | 44.68 | 100.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 217 | 21 | 0.40 | 0 | 0.90 | 0.15 | 86.63 | 0.82 | 0.47 |
| Hex | 82 | D9 | 15 | 28 | 0 | 5A | F | 57 | 52 | 2F |
| Octal | 202 | 331 | 25 | 50 | 0 | 132 | 17 | 127 | 122 | 57 |
| Binary | 10000010 | 11011001 | 10101 | 101000 | 0 | 1011010 | 1111 | 1010111 | 1010010 | 101111 |
Color Harmonies of #82D915
Complementary color
Monochromatic Colors of #82D915
Black with #82D915
Text Example
Text Example
White with #82D915
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82D915; }
p { color: rgb(130,217,21); }
H1.HeaderClassName
{
color: #82D915;
}
.AnyTagClassName
{
color: #82D915;
}
</style>
background-color css
<style>
a { background-color: #82D915; }
a { background-color: rgb(130,217,21); }
div.DivClassName
{
background-color: #82D915;
}
.BgClassName
{
background-color: #82D915;
}
</style>
border-color css
<style>
span { border-color: #82D915; }
span { border-color: rgb(130,217,21); }
td.TdClassName
{
border-color: #82D915;
}
.TagClassName
{
border-color: #82D915;
}
</style>