Shades of Limerick #84C12C
Tints of Limerick #84C12C
RGB
CMYK
RGB Variations
Color information
#84C12C (or 0x84C12C) is known color: Limerick. HEX triplet: 84, C1 and 2C. RGB value is (132,193,44). Sum of RGB (Red+Green+Blue) = 132+193+44=369 (48% of max value = 765). Red value is 132 (51.95% from 255 or 35.77% from 369); Green value is 193 (75.78% from 255 or 52.30% from 369); Blue value is 44 (17.58% from 255 or 11.92% from 369); Max value from RGB is 193 - color contains mainly: green. Hex color #84C12C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #84C12C is #7B3ED3. Grayscale: #9E9E9E. Windows color (decimal): -8077012 or 2933124. OLE color: 2933124.
HSL color Cylindrical-coordinate representation of color #84C12C: hue angle of 84.56º degrees, saturation: 0.63, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #84C12C is Cyan = 0.32, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 132 | 193 | 44 | - |
| CMYK | 0.32 | 0 | 0.77 | 0.24 |
| HSL | 84.56º | 0.63% | 0.46% | - |
| HSV(B) | 84.56º | 0.77% | 0.76% | - |
| XYZ | 29.04 | 43.23 | 9.2 | - |
| YUV | 157.78 | 63.79 | 109.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 193 | 44 | 0.32 | 0 | 0.77 | 0.24 | 84.56 | 0.63 | 0.46 |
| Hex | 84 | C1 | 2C | 20 | 0 | 4D | 18 | 55 | 3F | 2E |
| Octal | 204 | 301 | 54 | 40 | 0 | 115 | 30 | 125 | 77 | 56 |
| Binary | 10000100 | 11000001 | 101100 | 100000 | 0 | 1001101 | 11000 | 1010101 | 111111 | 101110 |
Color Harmonies of #84C12C
Complementary color
Monochromatic Colors of #84C12C
Black with #84C12C
Text Example
Text Example
White with #84C12C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84C12C; }
p { color: rgb(132,193,44); }
H1.HeaderClassName
{
color: #84C12C;
}
.AnyTagClassName
{
color: #84C12C;
}
</style>
background-color css
<style>
a { background-color: #84C12C; }
a { background-color: rgb(132,193,44); }
div.DivClassName
{
background-color: #84C12C;
}
.BgClassName
{
background-color: #84C12C;
}
</style>
border-color css
<style>
span { border-color: #84C12C; }
span { border-color: rgb(132,193,44); }
td.TdClassName
{
border-color: #84C12C;
}
.TagClassName
{
border-color: #84C12C;
}
</style>