Shades of Yellow Green #83D234
Tints of Yellow Green #83D234
RGB
CMYK
RGB Variations
Color information
#83D234 (or 0x83D234) is known color: Yellow Green. HEX triplet: 83, D2 and 34. RGB value is (131,210,52). Sum of RGB (Red+Green+Blue) = 131+210+52=393 (52% of max value = 765). Red value is 131 (51.56% from 255 or 33.33% from 393); Green value is 210 (82.42% from 255 or 53.44% from 393); Blue value is 52 (20.70% from 255 or 13.23% from 393); Max value from RGB is 210 - color contains mainly: green. Hex color #83D234 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #83D234 is #7C2DCB. Grayscale: #A8A8A8. Windows color (decimal): -8138188 or 3461763. OLE color: 3461763.
HSL color Cylindrical-coordinate representation of color #83D234: hue angle of 90º degrees, saturation: 0.64, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #83D234 is Cyan = 0.38, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 131 | 210 | 52 | - |
| CMYK | 0.38 | 0 | 0.75 | 0.18 |
| HSL | 90º | 0.64% | 0.51% | - |
| HSV(B) | 90º | 0.75% | 0.82% | - |
| XYZ | 33.03 | 51.17 | 11.38 | - |
| YUV | 168.37 | 62.33 | 101.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 210 | 52 | 0.38 | 0 | 0.75 | 0.18 | 90 | 0.64 | 0.51 |
| Hex | 83 | D2 | 34 | 26 | 0 | 4B | 12 | 5A | 40 | 33 |
| Octal | 203 | 322 | 64 | 46 | 0 | 113 | 22 | 132 | 100 | 63 |
| Binary | 10000011 | 11010010 | 110100 | 100110 | 0 | 1001011 | 10010 | 1011010 | 1000000 | 110011 |
Color Harmonies of #83D234
Complementary color
Monochromatic Colors of #83D234
Black with #83D234
Text Example
Text Example
White with #83D234
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83D234; }
p { color: rgb(131,210,52); }
H1.HeaderClassName
{
color: #83D234;
}
.AnyTagClassName
{
color: #83D234;
}
</style>
background-color css
<style>
a { background-color: #83D234; }
a { background-color: rgb(131,210,52); }
div.DivClassName
{
background-color: #83D234;
}
.BgClassName
{
background-color: #83D234;
}
</style>
border-color css
<style>
span { border-color: #83D234; }
span { border-color: rgb(131,210,52); }
td.TdClassName
{
border-color: #83D234;
}
.TagClassName
{
border-color: #83D234;
}
</style>