Shades of Limerick #8BC121
Tints of Limerick #8BC121
RGB
CMYK
RGB Variations
Color information
#8BC121 (or 0x8BC121) is known color: Limerick. HEX triplet: 8B, C1 and 21. RGB value is (139,193,33). Sum of RGB (Red+Green+Blue) = 139+193+33=365 (48% of max value = 765). Red value is 139 (54.69% from 255 or 38.08% from 365); Green value is 193 (75.78% from 255 or 52.88% from 365); Blue value is 33 (13.28% from 255 or 9.04% from 365); Max value from RGB is 193 - color contains mainly: green. Hex color #8BC121 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8BC121 is #743EDE. Grayscale: #9F9F9F. Windows color (decimal): -7618271 or 2212235. OLE color: 2212235.
HSL color Cylindrical-coordinate representation of color #8BC121: hue angle of 80.25º degrees, saturation: 0.71, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #8BC121 is Cyan = 0.28, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 139 | 193 | 33 | - |
| CMYK | 0.28 | 0 | 0.83 | 0.24 |
| HSL | 80.25º | 0.71% | 0.44% | - |
| HSV(B) | 80.25º | 0.83% | 0.76% | - |
| XYZ | 29.99 | 43.74 | 8.3 | - |
| YUV | 158.61 | 57.11 | 114.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 193 | 33 | 0.28 | 0 | 0.83 | 0.24 | 80.25 | 0.71 | 0.44 |
| Hex | 8B | C1 | 21 | 1C | 0 | 53 | 18 | 50 | 47 | 2C |
| Octal | 213 | 301 | 41 | 34 | 0 | 123 | 30 | 120 | 107 | 54 |
| Binary | 10001011 | 11000001 | 100001 | 11100 | 0 | 1010011 | 11000 | 1010000 | 1000111 | 101100 |
Color Harmonies of #8BC121
Complementary color
Monochromatic Colors of #8BC121
Black with #8BC121
Text Example
Text Example
White with #8BC121
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BC121; }
p { color: rgb(139,193,33); }
H1.HeaderClassName
{
color: #8BC121;
}
.AnyTagClassName
{
color: #8BC121;
}
</style>
background-color css
<style>
a { background-color: #8BC121; }
a { background-color: rgb(139,193,33); }
div.DivClassName
{
background-color: #8BC121;
}
.BgClassName
{
background-color: #8BC121;
}
</style>
border-color css
<style>
span { border-color: #8BC121; }
span { border-color: rgb(139,193,33); }
td.TdClassName
{
border-color: #8BC121;
}
.TagClassName
{
border-color: #8BC121;
}
</style>