Shades of Limerick #8DB231
Tints of Limerick #8DB231
RGB
CMYK
RGB Variations
Color information
#8DB231 (or 0x8DB231) is known color: Limerick. HEX triplet: 8D, B2 and 31. RGB value is (141,178,49). Sum of RGB (Red+Green+Blue) = 141+178+49=368 (48% of max value = 765). Red value is 141 (55.47% from 255 or 38.32% from 368); Green value is 178 (69.92% from 255 or 48.37% from 368); Blue value is 49 (19.53% from 255 or 13.32% from 368); Max value from RGB is 178 - color contains mainly: green. Hex color #8DB231 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8DB231 is #724DCE. Grayscale: #989898. Windows color (decimal): -7491023 or 3256973. OLE color: 3256973.
HSL color Cylindrical-coordinate representation of color #8DB231: hue angle of 77.21º degrees, saturation: 0.57, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #8DB231 is Cyan = 0.21, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 141 | 178 | 49 | - |
| CMYK | 0.21 | 0 | 0.72 | 0.30 |
| HSL | 77.21º | 0.57% | 0.45% | - |
| HSV(B) | 77.21º | 0.72% | 0.7% | - |
| XYZ | 27.46 | 37.73 | 8.74 | - |
| YUV | 152.23 | 69.74 | 119.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 178 | 49 | 0.21 | 0 | 0.72 | 0.30 | 77.21 | 0.57 | 0.45 |
| Hex | 8D | B2 | 31 | 15 | 0 | 48 | 1E | 4D | 39 | 2D |
| Octal | 215 | 262 | 61 | 25 | 0 | 110 | 36 | 115 | 71 | 55 |
| Binary | 10001101 | 10110010 | 110001 | 10101 | 0 | 1001000 | 11110 | 1001101 | 111001 | 101101 |
Color Harmonies of #8DB231
Complementary color
Monochromatic Colors of #8DB231
Black with #8DB231
Text Example
Text Example
White with #8DB231
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DB231; }
p { color: rgb(141,178,49); }
H1.HeaderClassName
{
color: #8DB231;
}
.AnyTagClassName
{
color: #8DB231;
}
</style>
background-color css
<style>
a { background-color: #8DB231; }
a { background-color: rgb(141,178,49); }
div.DivClassName
{
background-color: #8DB231;
}
.BgClassName
{
background-color: #8DB231;
}
</style>
border-color css
<style>
span { border-color: #8DB231; }
span { border-color: rgb(141,178,49); }
td.TdClassName
{
border-color: #8DB231;
}
.TagClassName
{
border-color: #8DB231;
}
</style>