Shades of Yellow Green #84D134
Tints of Yellow Green #84D134
RGB
CMYK
RGB Variations
Color information
#84D134 (or 0x84D134) is known color: Yellow Green. HEX triplet: 84, D1 and 34. RGB value is (132,209,52). Sum of RGB (Red+Green+Blue) = 132+209+52=393 (52% of max value = 765). Red value is 132 (51.95% from 255 or 33.59% from 393); Green value is 209 (82.03% from 255 or 53.18% from 393); Blue value is 52 (20.70% from 255 or 13.23% from 393); Max value from RGB is 209 - color contains mainly: green. Hex color #84D134 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #84D134 is #7B2ECB. Grayscale: #A8A8A8. Windows color (decimal): -8072908 or 3461508. OLE color: 3461508.
HSL color Cylindrical-coordinate representation of color #84D134: hue angle of 89.43º degrees, saturation: 0.63, 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 #84D134 is Cyan = 0.37, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 132 | 209 | 52 | - |
| CMYK | 0.37 | 0 | 0.75 | 0.18 |
| HSL | 89.43º | 0.63% | 0.51% | - |
| HSV(B) | 89.43º | 0.75% | 0.82% | - |
| XYZ | 32.94 | 50.75 | 11.31 | - |
| YUV | 168.08 | 62.49 | 102.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 209 | 52 | 0.37 | 0 | 0.75 | 0.18 | 89.43 | 0.63 | 0.51 |
| Hex | 84 | D1 | 34 | 25 | 0 | 4B | 12 | 59 | 3F | 33 |
| Octal | 204 | 321 | 64 | 45 | 0 | 113 | 22 | 131 | 77 | 63 |
| Binary | 10000100 | 11010001 | 110100 | 100101 | 0 | 1001011 | 10010 | 1011001 | 111111 | 110011 |
Color Harmonies of #84D134
Complementary color
Monochromatic Colors of #84D134
Black with #84D134
Text Example
Text Example
White with #84D134
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84D134; }
p { color: rgb(132,209,52); }
H1.HeaderClassName
{
color: #84D134;
}
.AnyTagClassName
{
color: #84D134;
}
</style>
background-color css
<style>
a { background-color: #84D134; }
a { background-color: rgb(132,209,52); }
div.DivClassName
{
background-color: #84D134;
}
.BgClassName
{
background-color: #84D134;
}
</style>
border-color css
<style>
span { border-color: #84D134; }
span { border-color: rgb(132,209,52); }
td.TdClassName
{
border-color: #84D134;
}
.TagClassName
{
border-color: #84D134;
}
</style>