Shades of Limerick #8CC021
Tints of Limerick #8CC021
RGB
CMYK
RGB Variations
Color information
#8CC021 (or 0x8CC021) is known color: Limerick. HEX triplet: 8C, C0 and 21. RGB value is (140,192,33). Sum of RGB (Red+Green+Blue) = 140+192+33=365 (48% of max value = 765). Red value is 140 (55.08% from 255 or 38.36% from 365); Green value is 192 (75.39% from 255 or 52.60% from 365); Blue value is 33 (13.28% from 255 or 9.04% from 365); Max value from RGB is 192 - color contains mainly: green. Hex color #8CC021 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8CC021 is #733FDE. Grayscale: #9E9E9E. Windows color (decimal): -7552991 or 2211980. OLE color: 2211980.
HSL color Cylindrical-coordinate representation of color #8CC021: hue angle of 79.62º degrees, saturation: 0.71, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #8CC021 is Cyan = 0.27, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 140 | 192 | 33 | - |
| CMYK | 0.27 | 0 | 0.83 | 0.25 |
| HSL | 79.62º | 0.71% | 0.44% | - |
| HSV(B) | 79.62º | 0.83% | 0.75% | - |
| XYZ | 29.94 | 43.38 | 8.23 | - |
| YUV | 158.33 | 57.27 | 114.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 192 | 33 | 0.27 | 0 | 0.83 | 0.25 | 79.62 | 0.71 | 0.44 |
| Hex | 8C | C0 | 21 | 1B | 0 | 53 | 19 | 50 | 47 | 2C |
| Octal | 214 | 300 | 41 | 33 | 0 | 123 | 31 | 120 | 107 | 54 |
| Binary | 10001100 | 11000000 | 100001 | 11011 | 0 | 1010011 | 11001 | 1010000 | 1000111 | 101100 |
Color Harmonies of #8CC021
Complementary color
Monochromatic Colors of #8CC021
Black with #8CC021
Text Example
Text Example
White with #8CC021
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CC021; }
p { color: rgb(140,192,33); }
H1.HeaderClassName
{
color: #8CC021;
}
.AnyTagClassName
{
color: #8CC021;
}
</style>
background-color css
<style>
a { background-color: #8CC021; }
a { background-color: rgb(140,192,33); }
div.DivClassName
{
background-color: #8CC021;
}
.BgClassName
{
background-color: #8CC021;
}
</style>
border-color css
<style>
span { border-color: #8CC021; }
span { border-color: rgb(140,192,33); }
td.TdClassName
{
border-color: #8CC021;
}
.TagClassName
{
border-color: #8CC021;
}
</style>