Shades of Yellow Green #82DC2A
Tints of Yellow Green #82DC2A
RGB
CMYK
RGB Variations
Color information
#82DC2A (or 0x82DC2A) is known color: Yellow Green. HEX triplet: 82, DC and 2A. RGB value is (130,220,42). Sum of RGB (Red+Green+Blue) = 130+220+42=392 (51% of max value = 765). Red value is 130 (51.17% from 255 or 33.16% from 392); Green value is 220 (86.33% from 255 or 56.12% from 392); Blue value is 42 (16.80% from 255 or 10.71% from 392); Max value from RGB is 220 - color contains mainly: green. Hex color #82DC2A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #82DC2A is #7D23D5. Grayscale: #ADADAD. Windows color (decimal): -8201174 or 2808962. OLE color: 2808962.
HSL color Cylindrical-coordinate representation of color #82DC2A: hue angle of 90.34º degrees, saturation: 0.72, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #82DC2A is Cyan = 0.41, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 130 | 220 | 42 | - |
| CMYK | 0.41 | 0 | 0.81 | 0.14 |
| HSL | 90.34º | 0.72% | 0.51% | - |
| HSV(B) | 90.34º | 0.81% | 0.86% | - |
| XYZ | 35.22 | 56.1 | 11.16 | - |
| YUV | 172.8 | 54.18 | 97.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 220 | 42 | 0.41 | 0 | 0.81 | 0.14 | 90.34 | 0.72 | 0.51 |
| Hex | 82 | DC | 2A | 29 | 0 | 51 | E | 5A | 48 | 33 |
| Octal | 202 | 334 | 52 | 51 | 0 | 121 | 16 | 132 | 110 | 63 |
| Binary | 10000010 | 11011100 | 101010 | 101001 | 0 | 1010001 | 1110 | 1011010 | 1001000 | 110011 |
Color Harmonies of #82DC2A
Complementary color
Monochromatic Colors of #82DC2A
Black with #82DC2A
Text Example
Text Example
White with #82DC2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82DC2A; }
p { color: rgb(130,220,42); }
H1.HeaderClassName
{
color: #82DC2A;
}
.AnyTagClassName
{
color: #82DC2A;
}
</style>
background-color css
<style>
a { background-color: #82DC2A; }
a { background-color: rgb(130,220,42); }
div.DivClassName
{
background-color: #82DC2A;
}
.BgClassName
{
background-color: #82DC2A;
}
</style>
border-color css
<style>
span { border-color: #82DC2A; }
span { border-color: rgb(130,220,42); }
td.TdClassName
{
border-color: #82DC2A;
}
.TagClassName
{
border-color: #82DC2A;
}
</style>