Shades of Limerick #8DC11F
Tints of Limerick #8DC11F
RGB
CMYK
RGB Variations
Color information
#8DC11F (or 0x8DC11F) is known color: Limerick. HEX triplet: 8D, C1 and 1F. RGB value is (141,193,31). Sum of RGB (Red+Green+Blue) = 141+193+31=365 (48% of max value = 765). Red value is 141 (55.47% from 255 or 38.63% from 365); Green value is 193 (75.78% from 255 or 52.88% from 365); Blue value is 31 (12.5% from 255 or 8.49% from 365); Max value from RGB is 193 - color contains mainly: green. Hex color #8DC11F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8DC11F is #723EE0. Grayscale: #9F9F9F. Windows color (decimal): -7487201 or 2081165. OLE color: 2081165.
HSL color Cylindrical-coordinate representation of color #8DC11F: hue angle of 79.26º degrees, saturation: 0.72, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #8DC11F is Cyan = 0.27, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 141 | 193 | 31 | - |
| CMYK | 0.27 | 0 | 0.84 | 0.24 |
| HSL | 79.26º | 0.72% | 0.44% | - |
| HSV(B) | 79.26º | 0.84% | 0.76% | - |
| XYZ | 30.3 | 43.9 | 8.17 | - |
| YUV | 158.98 | 55.77 | 115.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 193 | 31 | 0.27 | 0 | 0.84 | 0.24 | 79.26 | 0.72 | 0.44 |
| Hex | 8D | C1 | 1F | 1B | 0 | 54 | 18 | 4F | 48 | 2C |
| Octal | 215 | 301 | 37 | 33 | 0 | 124 | 30 | 117 | 110 | 54 |
| Binary | 10001101 | 11000001 | 11111 | 11011 | 0 | 1010100 | 11000 | 1001111 | 1001000 | 101100 |
Color Harmonies of #8DC11F
Complementary color
Monochromatic Colors of #8DC11F
Black with #8DC11F
Text Example
Text Example
White with #8DC11F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DC11F; }
p { color: rgb(141,193,31); }
H1.HeaderClassName
{
color: #8DC11F;
}
.AnyTagClassName
{
color: #8DC11F;
}
</style>
background-color css
<style>
a { background-color: #8DC11F; }
a { background-color: rgb(141,193,31); }
div.DivClassName
{
background-color: #8DC11F;
}
.BgClassName
{
background-color: #8DC11F;
}
</style>
border-color css
<style>
span { border-color: #8DC11F; }
span { border-color: rgb(141,193,31); }
td.TdClassName
{
border-color: #8DC11F;
}
.TagClassName
{
border-color: #8DC11F;
}
</style>