Shades of Yellow Green #82C03D
Tints of Yellow Green #82C03D
RGB
CMYK
RGB Variations
Color information
#82C03D (or 0x82C03D) is known color: Yellow Green. HEX triplet: 82, C0 and 3D. RGB value is (130,192,61). Sum of RGB (Red+Green+Blue) = 130+192+61=383 (50% of max value = 765). Red value is 130 (51.17% from 255 or 33.94% from 383); Green value is 192 (75.39% from 255 or 50.13% from 383); Blue value is 61 (24.22% from 255 or 15.93% from 383); Max value from RGB is 192 - color contains mainly: green. Hex color #82C03D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #82C03D is #7D3FC2. Grayscale: #9E9E9E. Windows color (decimal): -8208323 or 4046978. OLE color: 4046978.
HSL color Cylindrical-coordinate representation of color #82C03D: hue angle of 88.4º degrees, saturation: 0.52, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #82C03D is Cyan = 0.32, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 130 | 192 | 61 | - |
| CMYK | 0.32 | 0 | 0.68 | 0.25 |
| HSL | 88.4º | 0.52% | 0.5% | - |
| HSV(B) | 88.4º | 0.68% | 0.75% | - |
| XYZ | 28.9 | 42.78 | 11.15 | - |
| YUV | 158.53 | 72.96 | 107.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 192 | 61 | 0.32 | 0 | 0.68 | 0.25 | 88.4 | 0.52 | 0.5 |
| Hex | 82 | C0 | 3D | 20 | 0 | 44 | 19 | 58 | 34 | 32 |
| Octal | 202 | 300 | 75 | 40 | 0 | 104 | 31 | 130 | 64 | 62 |
| Binary | 10000010 | 11000000 | 111101 | 100000 | 0 | 1000100 | 11001 | 1011000 | 110100 | 110010 |
Color Harmonies of #82C03D
Complementary color
Monochromatic Colors of #82C03D
Black with #82C03D
Text Example
Text Example
White with #82C03D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82C03D; }
p { color: rgb(130,192,61); }
H1.HeaderClassName
{
color: #82C03D;
}
.AnyTagClassName
{
color: #82C03D;
}
</style>
background-color css
<style>
a { background-color: #82C03D; }
a { background-color: rgb(130,192,61); }
div.DivClassName
{
background-color: #82C03D;
}
.BgClassName
{
background-color: #82C03D;
}
</style>
border-color css
<style>
span { border-color: #82C03D; }
span { border-color: rgb(130,192,61); }
td.TdClassName
{
border-color: #82C03D;
}
.TagClassName
{
border-color: #82C03D;
}
</style>