Shades of Yellow Green #82BE3A
Tints of Yellow Green #82BE3A
RGB
CMYK
RGB Variations
Color information
#82BE3A (or 0x82BE3A) is known color: Yellow Green. HEX triplet: 82, BE and 3A. RGB value is (130,190,58). Sum of RGB (Red+Green+Blue) = 130+190+58=378 (50% of max value = 765). Red value is 130 (51.17% from 255 or 34.39% from 378); Green value is 190 (74.61% from 255 or 50.26% from 378); Blue value is 58 (23.05% from 255 or 15.34% from 378); Max value from RGB is 190 - color contains mainly: green. Hex color #82BE3A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #82BE3A is #7D41C5. Grayscale: #9D9D9D. Windows color (decimal): -8208838 or 3849858. OLE color: 3849858.
HSL color Cylindrical-coordinate representation of color #82BE3A: hue angle of 87.27º degrees, saturation: 0.53, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #82BE3A is Cyan = 0.32, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 130 | 190 | 58 | - |
| CMYK | 0.32 | 0 | 0.69 | 0.25 |
| HSL | 87.27º | 0.53% | 0.49% | - |
| HSV(B) | 87.27º | 0.69% | 0.75% | - |
| XYZ | 28.38 | 41.88 | 10.59 | - |
| YUV | 157.01 | 72.12 | 108.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 190 | 58 | 0.32 | 0 | 0.69 | 0.25 | 87.27 | 0.53 | 0.49 |
| Hex | 82 | BE | 3A | 20 | 0 | 45 | 19 | 57 | 35 | 31 |
| Octal | 202 | 276 | 72 | 40 | 0 | 105 | 31 | 127 | 65 | 61 |
| Binary | 10000010 | 10111110 | 111010 | 100000 | 0 | 1000101 | 11001 | 1010111 | 110101 | 110001 |
Color Harmonies of #82BE3A
Complementary color
Monochromatic Colors of #82BE3A
Black with #82BE3A
Text Example
Text Example
White with #82BE3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82BE3A; }
p { color: rgb(130,190,58); }
H1.HeaderClassName
{
color: #82BE3A;
}
.AnyTagClassName
{
color: #82BE3A;
}
</style>
background-color css
<style>
a { background-color: #82BE3A; }
a { background-color: rgb(130,190,58); }
div.DivClassName
{
background-color: #82BE3A;
}
.BgClassName
{
background-color: #82BE3A;
}
</style>
border-color css
<style>
span { border-color: #82BE3A; }
span { border-color: rgb(130,190,58); }
td.TdClassName
{
border-color: #82BE3A;
}
.TagClassName
{
border-color: #82BE3A;
}
</style>