Shades of Limerick #84B83D
Tints of Limerick #84B83D
RGB
CMYK
RGB Variations
Color information
#84B83D (or 0x84B83D) is known color: Limerick. HEX triplet: 84, B8 and 3D. RGB value is (132,184,61). Sum of RGB (Red+Green+Blue) = 132+184+61=377 (49% of max value = 765). Red value is 132 (51.95% from 255 or 35.01% from 377); Green value is 184 (72.27% from 255 or 48.81% from 377); Blue value is 61 (24.22% from 255 or 16.18% from 377); Max value from RGB is 184 - color contains mainly: green. Hex color #84B83D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #84B83D is #7B47C2. Grayscale: #9A9A9A. Windows color (decimal): -8079299 or 4044932. OLE color: 4044932.
HSL color Cylindrical-coordinate representation of color #84B83D: hue angle of 85.37º degrees, saturation: 0.5, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #84B83D is Cyan = 0.28, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 132 | 184 | 61 | - |
| CMYK | 0.28 | 0 | 0.67 | 0.28 |
| HSL | 85.37º | 0.5% | 0.48% | - |
| HSV(B) | 85.37º | 0.67% | 0.72% | - |
| XYZ | 27.5 | 39.52 | 10.59 | - |
| YUV | 154.43 | 75.27 | 112 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 184 | 61 | 0.28 | 0 | 0.67 | 0.28 | 85.37 | 0.5 | 0.48 |
| Hex | 84 | B8 | 3D | 1C | 0 | 43 | 1C | 55 | 32 | 30 |
| Octal | 204 | 270 | 75 | 34 | 0 | 103 | 34 | 125 | 62 | 60 |
| Binary | 10000100 | 10111000 | 111101 | 11100 | 0 | 1000011 | 11100 | 1010101 | 110010 | 110000 |
Color Harmonies of #84B83D
Complementary color
Monochromatic Colors of #84B83D
Black with #84B83D
Text Example
Text Example
White with #84B83D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84B83D; }
p { color: rgb(132,184,61); }
H1.HeaderClassName
{
color: #84B83D;
}
.AnyTagClassName
{
color: #84B83D;
}
</style>
background-color css
<style>
a { background-color: #84B83D; }
a { background-color: rgb(132,184,61); }
div.DivClassName
{
background-color: #84B83D;
}
.BgClassName
{
background-color: #84B83D;
}
</style>
border-color css
<style>
span { border-color: #84B83D; }
span { border-color: rgb(132,184,61); }
td.TdClassName
{
border-color: #84B83D;
}
.TagClassName
{
border-color: #84B83D;
}
</style>