Shades of Limerick #8DB130
Tints of Limerick #8DB130
RGB
CMYK
RGB Variations
Color information
#8DB130 (or 0x8DB130) is known color: Limerick. HEX triplet: 8D, B1 and 30. RGB value is (141,177,48). Sum of RGB (Red+Green+Blue) = 141+177+48=366 (48% of max value = 765). Red value is 141 (55.47% from 255 or 38.52% from 366); Green value is 177 (69.53% from 255 or 48.36% from 366); Blue value is 48 (19.14% from 255 or 13.11% from 366); Max value from RGB is 177 - color contains mainly: green. Hex color #8DB130 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8DB130 is #724ECF. Grayscale: #989898. Windows color (decimal): -7491280 or 3191181. OLE color: 3191181.
HSL color Cylindrical-coordinate representation of color #8DB130: hue angle of 76.74º degrees, saturation: 0.57, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #8DB130 is Cyan = 0.20, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 141 | 177 | 48 | - |
| CMYK | 0.20 | 0 | 0.73 | 0.31 |
| HSL | 76.74º | 0.57% | 0.44% | - |
| HSV(B) | 76.74º | 0.73% | 0.69% | - |
| XYZ | 27.24 | 37.32 | 8.56 | - |
| YUV | 151.53 | 69.57 | 120.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 177 | 48 | 0.20 | 0 | 0.73 | 0.31 | 76.74 | 0.57 | 0.44 |
| Hex | 8D | B1 | 30 | 14 | 0 | 49 | 1F | 4D | 39 | 2C |
| Octal | 215 | 261 | 60 | 24 | 0 | 111 | 37 | 115 | 71 | 54 |
| Binary | 10001101 | 10110001 | 110000 | 10100 | 0 | 1001001 | 11111 | 1001101 | 111001 | 101100 |
Color Harmonies of #8DB130
Complementary color
Monochromatic Colors of #8DB130
Black with #8DB130
Text Example
Text Example
White with #8DB130
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DB130; }
p { color: rgb(141,177,48); }
H1.HeaderClassName
{
color: #8DB130;
}
.AnyTagClassName
{
color: #8DB130;
}
</style>
background-color css
<style>
a { background-color: #8DB130; }
a { background-color: rgb(141,177,48); }
div.DivClassName
{
background-color: #8DB130;
}
.BgClassName
{
background-color: #8DB130;
}
</style>
border-color css
<style>
span { border-color: #8DB130; }
span { border-color: rgb(141,177,48); }
td.TdClassName
{
border-color: #8DB130;
}
.TagClassName
{
border-color: #8DB130;
}
</style>