Shades of Yellow Green #83D334
Tints of Yellow Green #83D334
RGB
CMYK
RGB Variations
Color information
#83D334 (or 0x83D334) is known color: Yellow Green. HEX triplet: 83, D3 and 34. RGB value is (131,211,52). Sum of RGB (Red+Green+Blue) = 131+211+52=394 (52% of max value = 765). Red value is 131 (51.56% from 255 or 33.25% from 394); Green value is 211 (82.81% from 255 or 53.55% from 394); Blue value is 52 (20.70% from 255 or 13.20% from 394); Max value from RGB is 211 - color contains mainly: green. Hex color #83D334 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #83D334 is #7C2CCB. Grayscale: #A9A9A9. Windows color (decimal): -8137932 or 3462019. OLE color: 3462019.
HSL color Cylindrical-coordinate representation of color #83D334: hue angle of 90.19º degrees, saturation: 0.64, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #83D334 is Cyan = 0.38, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 131 | 211 | 52 | - |
| CMYK | 0.38 | 0 | 0.75 | 0.17 |
| HSL | 90.19º | 0.64% | 0.52% | - |
| HSV(B) | 90.19º | 0.75% | 0.83% | - |
| XYZ | 33.27 | 51.66 | 11.47 | - |
| YUV | 168.95 | 62 | 100.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 211 | 52 | 0.38 | 0 | 0.75 | 0.17 | 90.19 | 0.64 | 0.52 |
| Hex | 83 | D3 | 34 | 26 | 0 | 4B | 11 | 5A | 40 | 34 |
| Octal | 203 | 323 | 64 | 46 | 0 | 113 | 21 | 132 | 100 | 64 |
| Binary | 10000011 | 11010011 | 110100 | 100110 | 0 | 1001011 | 10001 | 1011010 | 1000000 | 110100 |
Color Harmonies of #83D334
Complementary color
Monochromatic Colors of #83D334
Black with #83D334
Text Example
Text Example
White with #83D334
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83D334; }
p { color: rgb(131,211,52); }
H1.HeaderClassName
{
color: #83D334;
}
.AnyTagClassName
{
color: #83D334;
}
</style>
background-color css
<style>
a { background-color: #83D334; }
a { background-color: rgb(131,211,52); }
div.DivClassName
{
background-color: #83D334;
}
.BgClassName
{
background-color: #83D334;
}
</style>
border-color css
<style>
span { border-color: #83D334; }
span { border-color: rgb(131,211,52); }
td.TdClassName
{
border-color: #83D334;
}
.TagClassName
{
border-color: #83D334;
}
</style>