Shades of Yellow Green #82C925
Tints of Yellow Green #82C925
RGB
CMYK
RGB Variations
Color information
#82C925 (or 0x82C925) is known color: Yellow Green. HEX triplet: 82, C9 and 25. RGB value is (130,201,37). Sum of RGB (Red+Green+Blue) = 130+201+37=368 (48% of max value = 765). Red value is 130 (51.17% from 255 or 35.33% from 368); Green value is 201 (78.91% from 255 or 54.62% from 368); Blue value is 37 (14.84% from 255 or 10.05% from 368); Max value from RGB is 201 - color contains mainly: green. Hex color #82C925 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #82C925 is #7D36DA. Grayscale: #A1A1A1. Windows color (decimal): -8206043 or 2476418. OLE color: 2476418.
HSL color Cylindrical-coordinate representation of color #82C925: hue angle of 85.98º degrees, saturation: 0.69, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #82C925 is Cyan = 0.35, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 130 | 201 | 37 | - |
| CMYK | 0.35 | 0 | 0.82 | 0.21 |
| HSL | 85.98º | 0.69% | 0.47% | - |
| HSV(B) | 85.98º | 0.82% | 0.79% | - |
| XYZ | 30.43 | 46.65 | 9.15 | - |
| YUV | 161.08 | 57.98 | 105.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 201 | 37 | 0.35 | 0 | 0.82 | 0.21 | 85.98 | 0.69 | 0.47 |
| Hex | 82 | C9 | 25 | 23 | 0 | 52 | 15 | 56 | 45 | 2F |
| Octal | 202 | 311 | 45 | 43 | 0 | 122 | 25 | 126 | 105 | 57 |
| Binary | 10000010 | 11001001 | 100101 | 100011 | 0 | 1010010 | 10101 | 1010110 | 1000101 | 101111 |
Color Harmonies of #82C925
Complementary color
Monochromatic Colors of #82C925
Black with #82C925
Text Example
Text Example
White with #82C925
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82C925; }
p { color: rgb(130,201,37); }
H1.HeaderClassName
{
color: #82C925;
}
.AnyTagClassName
{
color: #82C925;
}
</style>
background-color css
<style>
a { background-color: #82C925; }
a { background-color: rgb(130,201,37); }
div.DivClassName
{
background-color: #82C925;
}
.BgClassName
{
background-color: #82C925;
}
</style>
border-color css
<style>
span { border-color: #82C925; }
span { border-color: rgb(130,201,37); }
td.TdClassName
{
border-color: #82C925;
}
.TagClassName
{
border-color: #82C925;
}
</style>