Shades of Yellow Green #82DC25
Tints of Yellow Green #82DC25
RGB
CMYK
RGB Variations
Color information
#82DC25 (or 0x82DC25) is known color: Yellow Green. HEX triplet: 82, DC and 25. RGB value is (130,220,37). Sum of RGB (Red+Green+Blue) = 130+220+37=387 (51% of max value = 765). Red value is 130 (51.17% from 255 or 33.59% from 387); Green value is 220 (86.33% from 255 or 56.85% from 387); Blue value is 37 (14.84% from 255 or 9.56% from 387); Max value from RGB is 220 - color contains mainly: green. Hex color #82DC25 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #82DC25 is #7D23DA. Grayscale: #ACACAC. Windows color (decimal): -8201179 or 2481282. OLE color: 2481282.
HSL color Cylindrical-coordinate representation of color #82DC25: hue angle of 89.51º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #82DC25 is Cyan = 0.41, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 130 | 220 | 37 | - |
| CMYK | 0.41 | 0 | 0.83 | 0.14 |
| HSL | 89.51º | 0.72% | 0.5% | - |
| HSV(B) | 89.51º | 0.83% | 0.86% | - |
| XYZ | 35.13 | 56.07 | 10.72 | - |
| YUV | 172.23 | 51.68 | 97.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 220 | 37 | 0.41 | 0 | 0.83 | 0.14 | 89.51 | 0.72 | 0.5 |
| Hex | 82 | DC | 25 | 29 | 0 | 53 | E | 5A | 48 | 32 |
| Octal | 202 | 334 | 45 | 51 | 0 | 123 | 16 | 132 | 110 | 62 |
| Binary | 10000010 | 11011100 | 100101 | 101001 | 0 | 1010011 | 1110 | 1011010 | 1001000 | 110010 |
Color Harmonies of #82DC25
Complementary color
Monochromatic Colors of #82DC25
Black with #82DC25
Text Example
Text Example
White with #82DC25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82DC25; }
p { color: rgb(130,220,37); }
H1.HeaderClassName
{
color: #82DC25;
}
.AnyTagClassName
{
color: #82DC25;
}
</style>
background-color css
<style>
a { background-color: #82DC25; }
a { background-color: rgb(130,220,37); }
div.DivClassName
{
background-color: #82DC25;
}
.BgClassName
{
background-color: #82DC25;
}
</style>
border-color css
<style>
span { border-color: #82DC25; }
span { border-color: rgb(130,220,37); }
td.TdClassName
{
border-color: #82DC25;
}
.TagClassName
{
border-color: #82DC25;
}
</style>