Shades of Lima #84B41D
Tints of Lima #84B41D
RGB
CMYK
RGB Variations
Color information
#84B41D (or 0x84B41D) is known color: Lima. HEX triplet: 84, B4 and 1D. RGB value is (132,180,29). Sum of RGB (Red+Green+Blue) = 132+180+29=341 (45% of max value = 765). Red value is 132 (51.95% from 255 or 38.71% from 341); Green value is 180 (70.70% from 255 or 52.79% from 341); Blue value is 29 (11.72% from 255 or 8.50% from 341); Max value from RGB is 180 - color contains mainly: green. Hex color #84B41D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #84B41D is #7B4BE2. Grayscale: #949494. Windows color (decimal): -8080355 or 1946756. OLE color: 1946756.
HSL color Cylindrical-coordinate representation of color #84B41D: hue angle of 79.07º degrees, saturation: 0.72, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #84B41D is Cyan = 0.27, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 132 | 180 | 29 | - |
| CMYK | 0.27 | 0 | 0.84 | 0.29 |
| HSL | 79.07º | 0.72% | 0.41% | - |
| HSV(B) | 79.07º | 0.84% | 0.71% | - |
| XYZ | 26.06 | 37.64 | 7.05 | - |
| YUV | 148.43 | 60.6 | 116.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 180 | 29 | 0.27 | 0 | 0.84 | 0.29 | 79.07 | 0.72 | 0.41 |
| Hex | 84 | B4 | 1D | 1B | 0 | 54 | 1D | 4F | 48 | 29 |
| Octal | 204 | 264 | 35 | 33 | 0 | 124 | 35 | 117 | 110 | 51 |
| Binary | 10000100 | 10110100 | 11101 | 11011 | 0 | 1010100 | 11101 | 1001111 | 1001000 | 101001 |
Color Harmonies of #84B41D
Complementary color
Monochromatic Colors of #84B41D
Black with #84B41D
Text Example
Text Example
White with #84B41D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84B41D; }
p { color: rgb(132,180,29); }
H1.HeaderClassName
{
color: #84B41D;
}
.AnyTagClassName
{
color: #84B41D;
}
</style>
background-color css
<style>
a { background-color: #84B41D; }
a { background-color: rgb(132,180,29); }
div.DivClassName
{
background-color: #84B41D;
}
.BgClassName
{
background-color: #84B41D;
}
</style>
border-color css
<style>
span { border-color: #84B41D; }
span { border-color: rgb(132,180,29); }
td.TdClassName
{
border-color: #84B41D;
}
.TagClassName
{
border-color: #84B41D;
}
</style>