Shades of Limerick #84BC31
Tints of Limerick #84BC31
RGB
CMYK
RGB Variations
Color information
#84BC31 (or 0x84BC31) is known color: Limerick. HEX triplet: 84, BC and 31. RGB value is (132,188,49). Sum of RGB (Red+Green+Blue) = 132+188+49=369 (48% of max value = 765). Red value is 132 (51.95% from 255 or 35.77% from 369); Green value is 188 (73.83% from 255 or 50.95% from 369); Blue value is 49 (19.53% from 255 or 13.28% from 369); Max value from RGB is 188 - color contains mainly: green. Hex color #84BC31 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #84BC31 is #7B43CE. Grayscale: #9B9B9B. Windows color (decimal): -8078287 or 3259524. OLE color: 3259524.
HSL color Cylindrical-coordinate representation of color #84BC31: hue angle of 84.17º degrees, saturation: 0.59, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #84BC31 is Cyan = 0.30, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 132 | 188 | 49 | - |
| CMYK | 0.30 | 0 | 0.74 | 0.26 |
| HSL | 84.17º | 0.59% | 0.46% | - |
| HSV(B) | 84.17º | 0.74% | 0.74% | - |
| XYZ | 28.05 | 41.09 | 9.36 | - |
| YUV | 155.41 | 67.95 | 111.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 188 | 49 | 0.30 | 0 | 0.74 | 0.26 | 84.17 | 0.59 | 0.46 |
| Hex | 84 | BC | 31 | 1E | 0 | 4A | 1A | 54 | 3B | 2E |
| Octal | 204 | 274 | 61 | 36 | 0 | 112 | 32 | 124 | 73 | 56 |
| Binary | 10000100 | 10111100 | 110001 | 11110 | 0 | 1001010 | 11010 | 1010100 | 111011 | 101110 |
Color Harmonies of #84BC31
Complementary color
Monochromatic Colors of #84BC31
Black with #84BC31
Text Example
Text Example
White with #84BC31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84BC31; }
p { color: rgb(132,188,49); }
H1.HeaderClassName
{
color: #84BC31;
}
.AnyTagClassName
{
color: #84BC31;
}
</style>
background-color css
<style>
a { background-color: #84BC31; }
a { background-color: rgb(132,188,49); }
div.DivClassName
{
background-color: #84BC31;
}
.BgClassName
{
background-color: #84BC31;
}
</style>
border-color css
<style>
span { border-color: #84BC31; }
span { border-color: rgb(132,188,49); }
td.TdClassName
{
border-color: #84BC31;
}
.TagClassName
{
border-color: #84BC31;
}
</style>