Shades of Limerick #8DC11B
Tints of Limerick #8DC11B
RGB
CMYK
RGB Variations
Color information
#8DC11B (or 0x8DC11B) is known color: Limerick. HEX triplet: 8D, C1 and 1B. RGB value is (141,193,27). Sum of RGB (Red+Green+Blue) = 141+193+27=361 (47% of max value = 765). Red value is 141 (55.47% from 255 or 39.06% from 361); Green value is 193 (75.78% from 255 or 53.46% from 361); Blue value is 27 (10.94% from 255 or 7.48% from 361); Max value from RGB is 193 - color contains mainly: green. Hex color #8DC11B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8DC11B is #723EE4. Grayscale: #9F9F9F. Windows color (decimal): -7487205 or 1819021. OLE color: 1819021.
HSL color Cylindrical-coordinate representation of color #8DC11B: hue angle of 78.8º degrees, saturation: 0.75, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #8DC11B is Cyan = 0.27, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 141 | 193 | 27 | - |
| CMYK | 0.27 | 0 | 0.86 | 0.24 |
| HSL | 78.8º | 0.75% | 0.43% | - |
| HSV(B) | 78.8º | 0.86% | 0.76% | - |
| XYZ | 30.25 | 43.88 | 7.91 | - |
| YUV | 158.53 | 53.77 | 115.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 193 | 27 | 0.27 | 0 | 0.86 | 0.24 | 78.8 | 0.75 | 0.43 |
| Hex | 8D | C1 | 1B | 1B | 0 | 56 | 18 | 4F | 4B | 2B |
| Octal | 215 | 301 | 33 | 33 | 0 | 126 | 30 | 117 | 113 | 53 |
| Binary | 10001101 | 11000001 | 11011 | 11011 | 0 | 1010110 | 11000 | 1001111 | 1001011 | 101011 |
Color Harmonies of #8DC11B
Complementary color
Monochromatic Colors of #8DC11B
Black with #8DC11B
Text Example
Text Example
White with #8DC11B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DC11B; }
p { color: rgb(141,193,27); }
H1.HeaderClassName
{
color: #8DC11B;
}
.AnyTagClassName
{
color: #8DC11B;
}
</style>
background-color css
<style>
a { background-color: #8DC11B; }
a { background-color: rgb(141,193,27); }
div.DivClassName
{
background-color: #8DC11B;
}
.BgClassName
{
background-color: #8DC11B;
}
</style>
border-color css
<style>
span { border-color: #8DC11B; }
span { border-color: rgb(141,193,27); }
td.TdClassName
{
border-color: #8DC11B;
}
.TagClassName
{
border-color: #8DC11B;
}
</style>