Shades of Yellow Green #83C534
Tints of Yellow Green #83C534
RGB
CMYK
RGB Variations
Color information
#83C534 (or 0x83C534) is known color: Yellow Green. HEX triplet: 83, C5 and 34. RGB value is (131,197,52). Sum of RGB (Red+Green+Blue) = 131+197+52=380 (50% of max value = 765). Red value is 131 (51.56% from 255 or 34.47% from 380); Green value is 197 (77.34% from 255 or 51.84% from 380); Blue value is 52 (20.70% from 255 or 13.68% from 380); Max value from RGB is 197 - color contains mainly: green. Hex color #83C534 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #83C534 is #7C3ACB. Grayscale: #A1A1A1. Windows color (decimal): -8141516 or 3458435. OLE color: 3458435.
HSL color Cylindrical-coordinate representation of color #83C534: hue angle of 87.31º degrees, saturation: 0.58, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #83C534 is Cyan = 0.34, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 131 | 197 | 52 | - |
| CMYK | 0.34 | 0 | 0.74 | 0.23 |
| HSL | 87.31º | 0.58% | 0.49% | - |
| HSV(B) | 87.31º | 0.74% | 0.77% | - |
| XYZ | 29.95 | 45.01 | 10.36 | - |
| YUV | 160.74 | 66.63 | 106.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 197 | 52 | 0.34 | 0 | 0.74 | 0.23 | 87.31 | 0.58 | 0.49 |
| Hex | 83 | C5 | 34 | 22 | 0 | 4A | 17 | 57 | 3A | 31 |
| Octal | 203 | 305 | 64 | 42 | 0 | 112 | 27 | 127 | 72 | 61 |
| Binary | 10000011 | 11000101 | 110100 | 100010 | 0 | 1001010 | 10111 | 1010111 | 111010 | 110001 |
Color Harmonies of #83C534
Complementary color
Monochromatic Colors of #83C534
Black with #83C534
Text Example
Text Example
White with #83C534
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83C534; }
p { color: rgb(131,197,52); }
H1.HeaderClassName
{
color: #83C534;
}
.AnyTagClassName
{
color: #83C534;
}
</style>
background-color css
<style>
a { background-color: #83C534; }
a { background-color: rgb(131,197,52); }
div.DivClassName
{
background-color: #83C534;
}
.BgClassName
{
background-color: #83C534;
}
</style>
border-color css
<style>
span { border-color: #83C534; }
span { border-color: rgb(131,197,52); }
td.TdClassName
{
border-color: #83C534;
}
.TagClassName
{
border-color: #83C534;
}
</style>