Shades of Yellow Green #82DB24
Tints of Yellow Green #82DB24
RGB
CMYK
RGB Variations
Color information
#82DB24 (or 0x82DB24) is known color: Yellow Green. HEX triplet: 82, DB and 24. RGB value is (130,219,36). Sum of RGB (Red+Green+Blue) = 130+219+36=385 (50% of max value = 765). Red value is 130 (51.17% from 255 or 33.77% from 385); Green value is 219 (85.94% from 255 or 56.88% from 385); Blue value is 36 (14.45% from 255 or 9.35% from 385); Max value from RGB is 219 - color contains mainly: green. Hex color #82DB24 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #82DB24 is #7D24DB. Grayscale: #ACACAC. Windows color (decimal): -8201436 or 2415490. OLE color: 2415490.
HSL color Cylindrical-coordinate representation of color #82DB24: hue angle of 89.18º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #82DB24 is Cyan = 0.41, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 130 | 219 | 36 | - |
| CMYK | 0.41 | 0 | 0.84 | 0.14 |
| HSL | 89.18º | 0.72% | 0.5% | - |
| HSV(B) | 89.18º | 0.84% | 0.86% | - |
| XYZ | 34.86 | 55.54 | 10.55 | - |
| YUV | 171.53 | 51.51 | 98.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 219 | 36 | 0.41 | 0 | 0.84 | 0.14 | 89.18 | 0.72 | 0.5 |
| Hex | 82 | DB | 24 | 29 | 0 | 54 | E | 59 | 48 | 32 |
| Octal | 202 | 333 | 44 | 51 | 0 | 124 | 16 | 131 | 110 | 62 |
| Binary | 10000010 | 11011011 | 100100 | 101001 | 0 | 1010100 | 1110 | 1011001 | 1001000 | 110010 |
Color Harmonies of #82DB24
Complementary color
Monochromatic Colors of #82DB24
Black with #82DB24
Text Example
Text Example
White with #82DB24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82DB24; }
p { color: rgb(130,219,36); }
H1.HeaderClassName
{
color: #82DB24;
}
.AnyTagClassName
{
color: #82DB24;
}
</style>
background-color css
<style>
a { background-color: #82DB24; }
a { background-color: rgb(130,219,36); }
div.DivClassName
{
background-color: #82DB24;
}
.BgClassName
{
background-color: #82DB24;
}
</style>
border-color css
<style>
span { border-color: #82DB24; }
span { border-color: rgb(130,219,36); }
td.TdClassName
{
border-color: #82DB24;
}
.TagClassName
{
border-color: #82DB24;
}
</style>