Shades of Yellow Green #84C534
Tints of Yellow Green #84C534
RGB
CMYK
RGB Variations
Color information
#84C534 (or 0x84C534) is known color: Yellow Green. HEX triplet: 84, C5 and 34. RGB value is (132,197,52). Sum of RGB (Red+Green+Blue) = 132+197+52=381 (50% of max value = 765). Red value is 132 (51.95% from 255 or 34.65% from 381); Green value is 197 (77.34% from 255 or 51.71% from 381); Blue value is 52 (20.70% from 255 or 13.65% from 381); Max value from RGB is 197 - color contains mainly: green. Hex color #84C534 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #84C534 is #7B3ACB. Grayscale: #A1A1A1. Windows color (decimal): -8075980 or 3458436. OLE color: 3458436.
HSL color Cylindrical-coordinate representation of color #84C534: hue angle of 86.9º 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 #84C534 is Cyan = 0.33, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 132 | 197 | 52 | - |
| CMYK | 0.33 | 0 | 0.74 | 0.23 |
| HSL | 86.9º | 0.58% | 0.49% | - |
| HSV(B) | 86.9º | 0.74% | 0.77% | - |
| XYZ | 30.1 | 45.09 | 10.36 | - |
| YUV | 161.04 | 66.47 | 107.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 197 | 52 | 0.33 | 0 | 0.74 | 0.23 | 86.9 | 0.58 | 0.49 |
| Hex | 84 | C5 | 34 | 21 | 0 | 4A | 17 | 57 | 3A | 31 |
| Octal | 204 | 305 | 64 | 41 | 0 | 112 | 27 | 127 | 72 | 61 |
| Binary | 10000100 | 11000101 | 110100 | 100001 | 0 | 1001010 | 10111 | 1010111 | 111010 | 110001 |
Color Harmonies of #84C534
Complementary color
Monochromatic Colors of #84C534
Black with #84C534
Text Example
Text Example
White with #84C534
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84C534; }
p { color: rgb(132,197,52); }
H1.HeaderClassName
{
color: #84C534;
}
.AnyTagClassName
{
color: #84C534;
}
</style>
background-color css
<style>
a { background-color: #84C534; }
a { background-color: rgb(132,197,52); }
div.DivClassName
{
background-color: #84C534;
}
.BgClassName
{
background-color: #84C534;
}
</style>
border-color css
<style>
span { border-color: #84C534; }
span { border-color: rgb(132,197,52); }
td.TdClassName
{
border-color: #84C534;
}
.TagClassName
{
border-color: #84C534;
}
</style>