Shades of Limerick #8DB13C
Tints of Limerick #8DB13C
RGB
CMYK
RGB Variations
Color information
#8DB13C (or 0x8DB13C) is known color: Limerick. HEX triplet: 8D, B1 and 3C. RGB value is (141,177,60). Sum of RGB (Red+Green+Blue) = 141+177+60=378 (50% of max value = 765). Red value is 141 (55.47% from 255 or 37.30% from 378); Green value is 177 (69.53% from 255 or 46.83% from 378); Blue value is 60 (23.83% from 255 or 15.87% from 378); Max value from RGB is 177 - color contains mainly: green. Hex color #8DB13C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8DB13C is #724EC3. Grayscale: #999999. Windows color (decimal): -7491268 or 3977613. OLE color: 3977613.
HSL color Cylindrical-coordinate representation of color #8DB13C: hue angle of 78.46º degrees, saturation: 0.49, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #8DB13C is Cyan = 0.20, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 141 | 177 | 60 | - |
| CMYK | 0.20 | 0 | 0.66 | 0.31 |
| HSL | 78.46º | 0.49% | 0.46% | - |
| HSV(B) | 78.46º | 0.66% | 0.69% | - |
| XYZ | 27.52 | 37.43 | 10.05 | - |
| YUV | 152.9 | 75.57 | 119.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 177 | 60 | 0.20 | 0 | 0.66 | 0.31 | 78.46 | 0.49 | 0.46 |
| Hex | 8D | B1 | 3C | 14 | 0 | 42 | 1F | 4E | 31 | 2E |
| Octal | 215 | 261 | 74 | 24 | 0 | 102 | 37 | 116 | 61 | 56 |
| Binary | 10001101 | 10110001 | 111100 | 10100 | 0 | 1000010 | 11111 | 1001110 | 110001 | 101110 |
Color Harmonies of #8DB13C
Complementary color
Monochromatic Colors of #8DB13C
Black with #8DB13C
Text Example
Text Example
White with #8DB13C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DB13C; }
p { color: rgb(141,177,60); }
H1.HeaderClassName
{
color: #8DB13C;
}
.AnyTagClassName
{
color: #8DB13C;
}
</style>
background-color css
<style>
a { background-color: #8DB13C; }
a { background-color: rgb(141,177,60); }
div.DivClassName
{
background-color: #8DB13C;
}
.BgClassName
{
background-color: #8DB13C;
}
</style>
border-color css
<style>
span { border-color: #8DB13C; }
span { border-color: rgb(141,177,60); }
td.TdClassName
{
border-color: #8DB13C;
}
.TagClassName
{
border-color: #8DB13C;
}
</style>