Shades of Limerick #8DC027
Tints of Limerick #8DC027
RGB
CMYK
RGB Variations
Color information
#8DC027 (or 0x8DC027) is known color: Limerick. HEX triplet: 8D, C0 and 27. RGB value is (141,192,39). Sum of RGB (Red+Green+Blue) = 141+192+39=372 (49% of max value = 765). Red value is 141 (55.47% from 255 or 37.90% from 372); Green value is 192 (75.39% from 255 or 51.61% from 372); Blue value is 39 (15.62% from 255 or 10.48% from 372); Max value from RGB is 192 - color contains mainly: green. Hex color #8DC027 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8DC027 is #723FD8. Grayscale: #9F9F9F. Windows color (decimal): -7487449 or 2605197. OLE color: 2605197.
HSL color Cylindrical-coordinate representation of color #8DC027: hue angle of 80º degrees, saturation: 0.66, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #8DC027 is Cyan = 0.27, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 141 | 192 | 39 | - |
| CMYK | 0.27 | 0 | 0.80 | 0.25 |
| HSL | 80º | 0.66% | 0.45% | - |
| HSV(B) | 80º | 0.8% | 0.75% | - |
| XYZ | 30.2 | 43.51 | 8.73 | - |
| YUV | 159.31 | 60.1 | 114.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 192 | 39 | 0.27 | 0 | 0.80 | 0.25 | 80 | 0.66 | 0.45 |
| Hex | 8D | C0 | 27 | 1B | 0 | 50 | 19 | 50 | 42 | 2D |
| Octal | 215 | 300 | 47 | 33 | 0 | 120 | 31 | 120 | 102 | 55 |
| Binary | 10001101 | 11000000 | 100111 | 11011 | 0 | 1010000 | 11001 | 1010000 | 1000010 | 101101 |
Color Harmonies of #8DC027
Complementary color
Monochromatic Colors of #8DC027
Black with #8DC027
Text Example
Text Example
White with #8DC027
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DC027; }
p { color: rgb(141,192,39); }
H1.HeaderClassName
{
color: #8DC027;
}
.AnyTagClassName
{
color: #8DC027;
}
</style>
background-color css
<style>
a { background-color: #8DC027; }
a { background-color: rgb(141,192,39); }
div.DivClassName
{
background-color: #8DC027;
}
.BgClassName
{
background-color: #8DC027;
}
</style>
border-color css
<style>
span { border-color: #8DC027; }
span { border-color: rgb(141,192,39); }
td.TdClassName
{
border-color: #8DC027;
}
.TagClassName
{
border-color: #8DC027;
}
</style>