Shades of Limerick #84BB33
Tints of Limerick #84BB33
RGB
CMYK
RGB Variations
Color information
#84BB33 (or 0x84BB33) is known color: Limerick. HEX triplet: 84, BB and 33. RGB value is (132,187,51). Sum of RGB (Red+Green+Blue) = 132+187+51=370 (49% of max value = 765). Red value is 132 (51.95% from 255 or 35.68% from 370); Green value is 187 (73.44% from 255 or 50.54% from 370); Blue value is 51 (20.31% from 255 or 13.78% from 370); Max value from RGB is 187 - color contains mainly: green. Hex color #84BB33 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #84BB33 is #7B44CC. Grayscale: #9B9B9B. Windows color (decimal): -8078541 or 3390340. OLE color: 3390340.
HSL color Cylindrical-coordinate representation of color #84BB33: hue angle of 84.26º degrees, saturation: 0.57, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #84BB33 is Cyan = 0.29, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 132 | 187 | 51 | - |
| CMYK | 0.29 | 0 | 0.73 | 0.27 |
| HSL | 84.26º | 0.57% | 0.47% | - |
| HSV(B) | 84.26º | 0.73% | 0.73% | - |
| XYZ | 27.88 | 40.69 | 9.52 | - |
| YUV | 155.05 | 69.28 | 111.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 187 | 51 | 0.29 | 0 | 0.73 | 0.27 | 84.26 | 0.57 | 0.47 |
| Hex | 84 | BB | 33 | 1D | 0 | 49 | 1B | 54 | 39 | 2F |
| Octal | 204 | 273 | 63 | 35 | 0 | 111 | 33 | 124 | 71 | 57 |
| Binary | 10000100 | 10111011 | 110011 | 11101 | 0 | 1001001 | 11011 | 1010100 | 111001 | 101111 |
Color Harmonies of #84BB33
Complementary color
Monochromatic Colors of #84BB33
Black with #84BB33
Text Example
Text Example
White with #84BB33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84BB33; }
p { color: rgb(132,187,51); }
H1.HeaderClassName
{
color: #84BB33;
}
.AnyTagClassName
{
color: #84BB33;
}
</style>
background-color css
<style>
a { background-color: #84BB33; }
a { background-color: rgb(132,187,51); }
div.DivClassName
{
background-color: #84BB33;
}
.BgClassName
{
background-color: #84BB33;
}
</style>
border-color css
<style>
span { border-color: #84BB33; }
span { border-color: rgb(132,187,51); }
td.TdClassName
{
border-color: #84BB33;
}
.TagClassName
{
border-color: #84BB33;
}
</style>