Shades of Yellow Green #82C138
Tints of Yellow Green #82C138
RGB
CMYK
RGB Variations
Color information
#82C138 (or 0x82C138) is known color: Yellow Green. HEX triplet: 82, C1 and 38. RGB value is (130,193,56). Sum of RGB (Red+Green+Blue) = 130+193+56=379 (50% of max value = 765). Red value is 130 (51.17% from 255 or 34.30% from 379); Green value is 193 (75.78% from 255 or 50.92% from 379); Blue value is 56 (22.27% from 255 or 14.78% from 379); Max value from RGB is 193 - color contains mainly: green. Hex color #82C138 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #82C138 is #7D3EC7. Grayscale: #9F9F9F. Windows color (decimal): -8208072 or 3719554. OLE color: 3719554.
HSL color Cylindrical-coordinate representation of color #82C138: hue angle of 87.59º degrees, saturation: 0.55, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #82C138 is Cyan = 0.33, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 130 | 193 | 56 | - |
| CMYK | 0.33 | 0 | 0.71 | 0.24 |
| HSL | 87.59º | 0.55% | 0.49% | - |
| HSV(B) | 87.59º | 0.71% | 0.76% | - |
| XYZ | 28.99 | 43.17 | 10.55 | - |
| YUV | 158.55 | 70.13 | 107.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 193 | 56 | 0.33 | 0 | 0.71 | 0.24 | 87.59 | 0.55 | 0.49 |
| Hex | 82 | C1 | 38 | 21 | 0 | 47 | 18 | 58 | 37 | 31 |
| Octal | 202 | 301 | 70 | 41 | 0 | 107 | 30 | 130 | 67 | 61 |
| Binary | 10000010 | 11000001 | 111000 | 100001 | 0 | 1000111 | 11000 | 1011000 | 110111 | 110001 |
Color Harmonies of #82C138
Complementary color
Monochromatic Colors of #82C138
Black with #82C138
Text Example
Text Example
White with #82C138
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82C138; }
p { color: rgb(130,193,56); }
H1.HeaderClassName
{
color: #82C138;
}
.AnyTagClassName
{
color: #82C138;
}
</style>
background-color css
<style>
a { background-color: #82C138; }
a { background-color: rgb(130,193,56); }
div.DivClassName
{
background-color: #82C138;
}
.BgClassName
{
background-color: #82C138;
}
</style>
border-color css
<style>
span { border-color: #82C138; }
span { border-color: rgb(130,193,56); }
td.TdClassName
{
border-color: #82C138;
}
.TagClassName
{
border-color: #82C138;
}
</style>