Shades of Limerick #84B425
Tints of Limerick #84B425
RGB
CMYK
RGB Variations
Color information
#84B425 (or 0x84B425) is known color: Limerick. HEX triplet: 84, B4 and 25. RGB value is (132,180,37). Sum of RGB (Red+Green+Blue) = 132+180+37=349 (46% of max value = 765). Red value is 132 (51.95% from 255 or 37.82% from 349); Green value is 180 (70.70% from 255 or 51.58% from 349); Blue value is 37 (14.84% from 255 or 10.60% from 349); Max value from RGB is 180 - color contains mainly: green. Hex color #84B425 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #84B425 is #7B4BDA. Grayscale: #959595. Windows color (decimal): -8080347 or 2471044. OLE color: 2471044.
HSL color Cylindrical-coordinate representation of color #84B425: hue angle of 80.14º degrees, saturation: 0.66, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #84B425 is Cyan = 0.27, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 132 | 180 | 37 | - |
| CMYK | 0.27 | 0 | 0.79 | 0.29 |
| HSL | 80.14º | 0.66% | 0.43% | - |
| HSV(B) | 80.14º | 0.79% | 0.71% | - |
| XYZ | 26.17 | 37.68 | 7.64 | - |
| YUV | 149.35 | 64.6 | 115.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 180 | 37 | 0.27 | 0 | 0.79 | 0.29 | 80.14 | 0.66 | 0.43 |
| Hex | 84 | B4 | 25 | 1B | 0 | 4F | 1D | 50 | 42 | 2B |
| Octal | 204 | 264 | 45 | 33 | 0 | 117 | 35 | 120 | 102 | 53 |
| Binary | 10000100 | 10110100 | 100101 | 11011 | 0 | 1001111 | 11101 | 1010000 | 1000010 | 101011 |
Color Harmonies of #84B425
Complementary color
Monochromatic Colors of #84B425
Black with #84B425
Text Example
Text Example
White with #84B425
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84B425; }
p { color: rgb(132,180,37); }
H1.HeaderClassName
{
color: #84B425;
}
.AnyTagClassName
{
color: #84B425;
}
</style>
background-color css
<style>
a { background-color: #84B425; }
a { background-color: rgb(132,180,37); }
div.DivClassName
{
background-color: #84B425;
}
.BgClassName
{
background-color: #84B425;
}
</style>
border-color css
<style>
span { border-color: #84B425; }
span { border-color: rgb(132,180,37); }
td.TdClassName
{
border-color: #84B425;
}
.TagClassName
{
border-color: #84B425;
}
</style>