Shades of Lima #84B714
Tints of Lima #84B714
RGB
CMYK
RGB Variations
Color information
#84B714 (or 0x84B714) is known color: Lima. HEX triplet: 84, B7 and 14. RGB value is (132,183,20). Sum of RGB (Red+Green+Blue) = 132+183+20=335 (44% of max value = 765). Red value is 132 (51.95% from 255 or 39.40% from 335); Green value is 183 (71.88% from 255 or 54.63% from 335); Blue value is 20 (8.20% from 255 or 5.97% from 335); Max value from RGB is 183 - color contains mainly: green. Hex color #84B714 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #84B714 is #7B48EB. Grayscale: #959595. Windows color (decimal): -8079596 or 1357700. OLE color: 1357700.
HSL color Cylindrical-coordinate representation of color #84B714: hue angle of 78.77º degrees, saturation: 0.8, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #84B714 is Cyan = 0.28, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 132 | 183 | 20 | - |
| CMYK | 0.28 | 0 | 0.89 | 0.28 |
| HSL | 78.77º | 0.8% | 0.4% | - |
| HSV(B) | 78.77º | 0.89% | 0.72% | - |
| XYZ | 26.58 | 38.82 | 6.75 | - |
| YUV | 149.17 | 55.1 | 115.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 183 | 20 | 0.28 | 0 | 0.89 | 0.28 | 78.77 | 0.8 | 0.4 |
| Hex | 84 | B7 | 14 | 1C | 0 | 59 | 1C | 4F | 50 | 28 |
| Octal | 204 | 267 | 24 | 34 | 0 | 131 | 34 | 117 | 120 | 50 |
| Binary | 10000100 | 10110111 | 10100 | 11100 | 0 | 1011001 | 11100 | 1001111 | 1010000 | 101000 |
Color Harmonies of #84B714
Complementary color
Monochromatic Colors of #84B714
Black with #84B714
Text Example
Text Example
White with #84B714
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84B714; }
p { color: rgb(132,183,20); }
H1.HeaderClassName
{
color: #84B714;
}
.AnyTagClassName
{
color: #84B714;
}
</style>
background-color css
<style>
a { background-color: #84B714; }
a { background-color: rgb(132,183,20); }
div.DivClassName
{
background-color: #84B714;
}
.BgClassName
{
background-color: #84B714;
}
</style>
border-color css
<style>
span { border-color: #84B714; }
span { border-color: rgb(132,183,20); }
td.TdClassName
{
border-color: #84B714;
}
.TagClassName
{
border-color: #84B714;
}
</style>