Shades of Limerick #84BC37
Tints of Limerick #84BC37
RGB
CMYK
RGB Variations
Color information
#84BC37 (or 0x84BC37) is known color: Limerick. HEX triplet: 84, BC and 37. RGB value is (132,188,55). Sum of RGB (Red+Green+Blue) = 132+188+55=375 (49% of max value = 765). Red value is 132 (51.95% from 255 or 35.2% from 375); Green value is 188 (73.83% from 255 or 50.13% from 375); Blue value is 55 (21.88% from 255 or 14.67% from 375); Max value from RGB is 188 - color contains mainly: green. Hex color #84BC37 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #84BC37 is #7B43C8. Grayscale: #9C9C9C. Windows color (decimal): -8078281 or 3652740. OLE color: 3652740.
HSL color Cylindrical-coordinate representation of color #84BC37: hue angle of 85.26º degrees, saturation: 0.55, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #84BC37 is Cyan = 0.30, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 132 | 188 | 55 | - |
| CMYK | 0.30 | 0 | 0.71 | 0.26 |
| HSL | 85.26º | 0.55% | 0.48% | - |
| HSV(B) | 85.26º | 0.71% | 0.74% | - |
| XYZ | 28.19 | 41.15 | 10.07 | - |
| YUV | 156.09 | 70.95 | 110.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 188 | 55 | 0.30 | 0 | 0.71 | 0.26 | 85.26 | 0.55 | 0.48 |
| Hex | 84 | BC | 37 | 1E | 0 | 47 | 1A | 55 | 37 | 30 |
| Octal | 204 | 274 | 67 | 36 | 0 | 107 | 32 | 125 | 67 | 60 |
| Binary | 10000100 | 10111100 | 110111 | 11110 | 0 | 1000111 | 11010 | 1010101 | 110111 | 110000 |
Color Harmonies of #84BC37
Complementary color
Monochromatic Colors of #84BC37
Black with #84BC37
Text Example
Text Example
White with #84BC37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84BC37; }
p { color: rgb(132,188,55); }
H1.HeaderClassName
{
color: #84BC37;
}
.AnyTagClassName
{
color: #84BC37;
}
</style>
background-color css
<style>
a { background-color: #84BC37; }
a { background-color: rgb(132,188,55); }
div.DivClassName
{
background-color: #84BC37;
}
.BgClassName
{
background-color: #84BC37;
}
</style>
border-color css
<style>
span { border-color: #84BC37; }
span { border-color: rgb(132,188,55); }
td.TdClassName
{
border-color: #84BC37;
}
.TagClassName
{
border-color: #84BC37;
}
</style>