Shades of Yellow Green #84D535
Tints of Yellow Green #84D535
RGB
CMYK
RGB Variations
Color information
#84D535 (or 0x84D535) is known color: Yellow Green. HEX triplet: 84, D5 and 35. RGB value is (132,213,53). Sum of RGB (Red+Green+Blue) = 132+213+53=398 (52% of max value = 765). Red value is 132 (51.95% from 255 or 33.17% from 398); Green value is 213 (83.59% from 255 or 53.52% from 398); Blue value is 53 (21.09% from 255 or 13.32% from 398); Max value from RGB is 213 - color contains mainly: green. Hex color #84D535 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #84D535 is #7B2ACA. Grayscale: #ABABAB. Windows color (decimal): -8071883 or 3528068. OLE color: 3528068.
HSL color Cylindrical-coordinate representation of color #84D535: hue angle of 90.38º degrees, saturation: 0.66, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #84D535 is Cyan = 0.38, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 132 | 213 | 53 | - |
| CMYK | 0.38 | 0 | 0.75 | 0.16 |
| HSL | 90.38º | 0.66% | 0.52% | - |
| HSV(B) | 90.38º | 0.75% | 0.84% | - |
| XYZ | 33.95 | 52.75 | 11.76 | - |
| YUV | 170.54 | 61.66 | 100.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 213 | 53 | 0.38 | 0 | 0.75 | 0.16 | 90.38 | 0.66 | 0.52 |
| Hex | 84 | D5 | 35 | 26 | 0 | 4B | 10 | 5A | 42 | 34 |
| Octal | 204 | 325 | 65 | 46 | 0 | 113 | 20 | 132 | 102 | 64 |
| Binary | 10000100 | 11010101 | 110101 | 100110 | 0 | 1001011 | 10000 | 1011010 | 1000010 | 110100 |
Color Harmonies of #84D535
Complementary color
Monochromatic Colors of #84D535
Black with #84D535
Text Example
Text Example
White with #84D535
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84D535; }
p { color: rgb(132,213,53); }
H1.HeaderClassName
{
color: #84D535;
}
.AnyTagClassName
{
color: #84D535;
}
</style>
background-color css
<style>
a { background-color: #84D535; }
a { background-color: rgb(132,213,53); }
div.DivClassName
{
background-color: #84D535;
}
.BgClassName
{
background-color: #84D535;
}
</style>
border-color css
<style>
span { border-color: #84D535; }
span { border-color: rgb(132,213,53); }
td.TdClassName
{
border-color: #84D535;
}
.TagClassName
{
border-color: #84D535;
}
</style>