Shades of Yellow Green #82C336
Tints of Yellow Green #82C336
RGB
CMYK
RGB Variations
Color information
#82C336 (or 0x82C336) is known color: Yellow Green. HEX triplet: 82, C3 and 36. RGB value is (130,195,54). Sum of RGB (Red+Green+Blue) = 130+195+54=379 (50% of max value = 765). Red value is 130 (51.17% from 255 or 34.30% from 379); Green value is 195 (76.56% from 255 or 51.45% from 379); Blue value is 54 (21.48% from 255 or 14.25% from 379); Max value from RGB is 195 - color contains mainly: green. Hex color #82C336 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #82C336 is #7D3CC9. Grayscale: #9F9F9F. Windows color (decimal): -8207562 or 3588994. OLE color: 3588994.
HSL color Cylindrical-coordinate representation of color #82C336: hue angle of 87.66º degrees, saturation: 0.57, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #82C336 is Cyan = 0.33, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 130 | 195 | 54 | - |
| CMYK | 0.33 | 0 | 0.72 | 0.24 |
| HSL | 87.66º | 0.57% | 0.49% | - |
| HSV(B) | 87.66º | 0.72% | 0.76% | - |
| XYZ | 29.39 | 44.04 | 10.44 | - |
| YUV | 159.49 | 68.47 | 106.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 195 | 54 | 0.33 | 0 | 0.72 | 0.24 | 87.66 | 0.57 | 0.49 |
| Hex | 82 | C3 | 36 | 21 | 0 | 48 | 18 | 58 | 39 | 31 |
| Octal | 202 | 303 | 66 | 41 | 0 | 110 | 30 | 130 | 71 | 61 |
| Binary | 10000010 | 11000011 | 110110 | 100001 | 0 | 1001000 | 11000 | 1011000 | 111001 | 110001 |
Color Harmonies of #82C336
Complementary color
Monochromatic Colors of #82C336
Black with #82C336
Text Example
Text Example
White with #82C336
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82C336; }
p { color: rgb(130,195,54); }
H1.HeaderClassName
{
color: #82C336;
}
.AnyTagClassName
{
color: #82C336;
}
</style>
background-color css
<style>
a { background-color: #82C336; }
a { background-color: rgb(130,195,54); }
div.DivClassName
{
background-color: #82C336;
}
.BgClassName
{
background-color: #82C336;
}
</style>
border-color css
<style>
span { border-color: #82C336; }
span { border-color: rgb(130,195,54); }
td.TdClassName
{
border-color: #82C336;
}
.TagClassName
{
border-color: #82C336;
}
</style>