Shades of Yellow Green #82DF21
Tints of Yellow Green #82DF21
RGB
CMYK
RGB Variations
Color information
#82DF21 (or 0x82DF21) is known color: Yellow Green. HEX triplet: 82, DF and 21. RGB value is (130,223,33). Sum of RGB (Red+Green+Blue) = 130+223+33=386 (51% of max value = 765). Red value is 130 (51.17% from 255 or 33.68% from 386); Green value is 223 (87.5% from 255 or 57.77% from 386); Blue value is 33 (13.28% from 255 or 8.55% from 386); Max value from RGB is 223 - color contains mainly: green. Hex color #82DF21 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #82DF21 is #7D20DE. Grayscale: #AEAEAE. Windows color (decimal): -8200415 or 2219906. OLE color: 2219906.
HSL color Cylindrical-coordinate representation of color #82DF21: hue angle of 89.37º degrees, saturation: 0.75, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #82DF21 is Cyan = 0.42, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 130 | 223 | 33 | - |
| CMYK | 0.42 | 0 | 0.85 | 0.13 |
| HSL | 89.37º | 0.75% | 0.5% | - |
| HSV(B) | 89.37º | 0.85% | 0.87% | - |
| XYZ | 35.87 | 57.63 | 10.67 | - |
| YUV | 173.53 | 48.69 | 96.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 223 | 33 | 0.42 | 0 | 0.85 | 0.13 | 89.37 | 0.75 | 0.5 |
| Hex | 82 | DF | 21 | 2A | 0 | 55 | D | 59 | 4B | 32 |
| Octal | 202 | 337 | 41 | 52 | 0 | 125 | 15 | 131 | 113 | 62 |
| Binary | 10000010 | 11011111 | 100001 | 101010 | 0 | 1010101 | 1101 | 1011001 | 1001011 | 110010 |
Color Harmonies of #82DF21
Complementary color
Monochromatic Colors of #82DF21
Black with #82DF21
Text Example
Text Example
White with #82DF21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82DF21; }
p { color: rgb(130,223,33); }
H1.HeaderClassName
{
color: #82DF21;
}
.AnyTagClassName
{
color: #82DF21;
}
</style>
background-color css
<style>
a { background-color: #82DF21; }
a { background-color: rgb(130,223,33); }
div.DivClassName
{
background-color: #82DF21;
}
.BgClassName
{
background-color: #82DF21;
}
</style>
border-color css
<style>
span { border-color: #82DF21; }
span { border-color: rgb(130,223,33); }
td.TdClassName
{
border-color: #82DF21;
}
.TagClassName
{
border-color: #82DF21;
}
</style>