Shades of Yellow Green #83D12C
Tints of Yellow Green #83D12C
RGB
CMYK
RGB Variations
Color information
#83D12C (or 0x83D12C) is known color: Yellow Green. HEX triplet: 83, D1 and 2C. RGB value is (131,209,44). Sum of RGB (Red+Green+Blue) = 131+209+44=384 (50% of max value = 765). Red value is 131 (51.56% from 255 or 34.11% from 384); Green value is 209 (82.03% from 255 or 54.43% from 384); Blue value is 44 (17.58% from 255 or 11.46% from 384); Max value from RGB is 209 - color contains mainly: green. Hex color #83D12C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #83D12C is #7C2ED3. Grayscale: #A7A7A7. Windows color (decimal): -8138452 or 2937219. OLE color: 2937219.
HSL color Cylindrical-coordinate representation of color #83D12C: hue angle of 88.36º degrees, saturation: 0.65, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #83D12C is Cyan = 0.37, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 131 | 209 | 44 | - |
| CMYK | 0.37 | 0 | 0.79 | 0.18 |
| HSL | 88.36º | 0.65% | 0.5% | - |
| HSV(B) | 88.36º | 0.79% | 0.82% | - |
| XYZ | 32.62 | 50.61 | 10.43 | - |
| YUV | 166.87 | 58.66 | 102.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 209 | 44 | 0.37 | 0 | 0.79 | 0.18 | 88.36 | 0.65 | 0.5 |
| Hex | 83 | D1 | 2C | 25 | 0 | 4F | 12 | 58 | 41 | 32 |
| Octal | 203 | 321 | 54 | 45 | 0 | 117 | 22 | 130 | 101 | 62 |
| Binary | 10000011 | 11010001 | 101100 | 100101 | 0 | 1001111 | 10010 | 1011000 | 1000001 | 110010 |
Color Harmonies of #83D12C
Complementary color
Monochromatic Colors of #83D12C
Black with #83D12C
Text Example
Text Example
White with #83D12C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83D12C; }
p { color: rgb(131,209,44); }
H1.HeaderClassName
{
color: #83D12C;
}
.AnyTagClassName
{
color: #83D12C;
}
</style>
background-color css
<style>
a { background-color: #83D12C; }
a { background-color: rgb(131,209,44); }
div.DivClassName
{
background-color: #83D12C;
}
.BgClassName
{
background-color: #83D12C;
}
</style>
border-color css
<style>
span { border-color: #83D12C; }
span { border-color: rgb(131,209,44); }
td.TdClassName
{
border-color: #83D12C;
}
.TagClassName
{
border-color: #83D12C;
}
</style>