Shades of Yellow Green #84C032
Tints of Yellow Green #84C032
RGB
CMYK
RGB Variations
Color information
#84C032 (or 0x84C032) is known color: Yellow Green. HEX triplet: 84, C0 and 32. RGB value is (132,192,50). Sum of RGB (Red+Green+Blue) = 132+192+50=374 (49% of max value = 765). Red value is 132 (51.95% from 255 or 35.29% from 374); Green value is 192 (75.39% from 255 or 51.34% from 374); Blue value is 50 (19.92% from 255 or 13.37% from 374); Max value from RGB is 192 - color contains mainly: green. Hex color #84C032 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #84C032 is #7B3FCD. Grayscale: #9E9E9E. Windows color (decimal): -8077262 or 3326084. OLE color: 3326084.
HSL color Cylindrical-coordinate representation of color #84C032: hue angle of 85.35º degrees, saturation: 0.59, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #84C032 is Cyan = 0.31, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 132 | 192 | 50 | - |
| CMYK | 0.31 | 0 | 0.74 | 0.25 |
| HSL | 85.35º | 0.59% | 0.47% | - |
| HSV(B) | 85.35º | 0.74% | 0.75% | - |
| XYZ | 28.94 | 42.84 | 9.76 | - |
| YUV | 157.87 | 67.12 | 109.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 192 | 50 | 0.31 | 0 | 0.74 | 0.25 | 85.35 | 0.59 | 0.47 |
| Hex | 84 | C0 | 32 | 1F | 0 | 4A | 19 | 55 | 3B | 2F |
| Octal | 204 | 300 | 62 | 37 | 0 | 112 | 31 | 125 | 73 | 57 |
| Binary | 10000100 | 11000000 | 110010 | 11111 | 0 | 1001010 | 11001 | 1010101 | 111011 | 101111 |
Color Harmonies of #84C032
Complementary color
Monochromatic Colors of #84C032
Black with #84C032
Text Example
Text Example
White with #84C032
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84C032; }
p { color: rgb(132,192,50); }
H1.HeaderClassName
{
color: #84C032;
}
.AnyTagClassName
{
color: #84C032;
}
</style>
background-color css
<style>
a { background-color: #84C032; }
a { background-color: rgb(132,192,50); }
div.DivClassName
{
background-color: #84C032;
}
.BgClassName
{
background-color: #84C032;
}
</style>
border-color css
<style>
span { border-color: #84C032; }
span { border-color: rgb(132,192,50); }
td.TdClassName
{
border-color: #84C032;
}
.TagClassName
{
border-color: #84C032;
}
</style>