Shades of Yellow Green #83C82B
Tints of Yellow Green #83C82B
RGB
CMYK
RGB Variations
Color information
#83C82B (or 0x83C82B) is known color: Yellow Green. HEX triplet: 83, C8 and 2B. RGB value is (131,200,43). Sum of RGB (Red+Green+Blue) = 131+200+43=374 (49% of max value = 765). Red value is 131 (51.56% from 255 or 35.03% from 374); Green value is 200 (78.52% from 255 or 53.48% from 374); Blue value is 43 (17.19% from 255 or 11.50% from 374); Max value from RGB is 200 - color contains mainly: green. Hex color #83C82B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #83C82B is #7C37D4. Grayscale: #A2A2A2. Windows color (decimal): -8140757 or 2869379. OLE color: 2869379.
HSL color Cylindrical-coordinate representation of color #83C82B: hue angle of 86.37º degrees, saturation: 0.65, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #83C82B is Cyan = 0.34, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 131 | 200 | 43 | - |
| CMYK | 0.34 | 0 | 0.78 | 0.22 |
| HSL | 86.37º | 0.65% | 0.48% | - |
| HSV(B) | 86.37º | 0.79% | 0.78% | - |
| XYZ | 30.45 | 46.31 | 9.62 | - |
| YUV | 161.47 | 61.14 | 106.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 200 | 43 | 0.34 | 0 | 0.78 | 0.22 | 86.37 | 0.65 | 0.48 |
| Hex | 83 | C8 | 2B | 22 | 0 | 4E | 16 | 56 | 41 | 30 |
| Octal | 203 | 310 | 53 | 42 | 0 | 116 | 26 | 126 | 101 | 60 |
| Binary | 10000011 | 11001000 | 101011 | 100010 | 0 | 1001110 | 10110 | 1010110 | 1000001 | 110000 |
Color Harmonies of #83C82B
Complementary color
Monochromatic Colors of #83C82B
Black with #83C82B
Text Example
Text Example
White with #83C82B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83C82B; }
p { color: rgb(131,200,43); }
H1.HeaderClassName
{
color: #83C82B;
}
.AnyTagClassName
{
color: #83C82B;
}
</style>
background-color css
<style>
a { background-color: #83C82B; }
a { background-color: rgb(131,200,43); }
div.DivClassName
{
background-color: #83C82B;
}
.BgClassName
{
background-color: #83C82B;
}
</style>
border-color css
<style>
span { border-color: #83C82B; }
span { border-color: rgb(131,200,43); }
td.TdClassName
{
border-color: #83C82B;
}
.TagClassName
{
border-color: #83C82B;
}
</style>