Shades of Limerick #8DB023
Tints of Limerick #8DB023
RGB
CMYK
RGB Variations
Color information
#8DB023 (or 0x8DB023) is known color: Limerick. HEX triplet: 8D, B0 and 23. RGB value is (141,176,35). Sum of RGB (Red+Green+Blue) = 141+176+35=352 (46% of max value = 765). Red value is 141 (55.47% from 255 or 40.06% from 352); Green value is 176 (69.14% from 255 or 50% from 352); Blue value is 35 (14.06% from 255 or 9.94% from 352); Max value from RGB is 176 - color contains mainly: green. Hex color #8DB023 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8DB023 is #724FDC. Grayscale: #959595. Windows color (decimal): -7491549 or 2338957. OLE color: 2338957.
HSL color Cylindrical-coordinate representation of color #8DB023: hue angle of 74.89º degrees, saturation: 0.67, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #8DB023 is Cyan = 0.20, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 141 | 176 | 35 | - |
| CMYK | 0.20 | 0 | 0.80 | 0.31 |
| HSL | 74.89º | 0.67% | 0.41% | - |
| HSV(B) | 74.89º | 0.8% | 0.69% | - |
| XYZ | 26.81 | 36.83 | 7.29 | - |
| YUV | 149.46 | 63.4 | 121.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 176 | 35 | 0.20 | 0 | 0.80 | 0.31 | 74.89 | 0.67 | 0.41 |
| Hex | 8D | B0 | 23 | 14 | 0 | 50 | 1F | 4B | 43 | 29 |
| Octal | 215 | 260 | 43 | 24 | 0 | 120 | 37 | 113 | 103 | 51 |
| Binary | 10001101 | 10110000 | 100011 | 10100 | 0 | 1010000 | 11111 | 1001011 | 1000011 | 101001 |
Color Harmonies of #8DB023
Complementary color
Monochromatic Colors of #8DB023
Black with #8DB023
Text Example
Text Example
White with #8DB023
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DB023; }
p { color: rgb(141,176,35); }
H1.HeaderClassName
{
color: #8DB023;
}
.AnyTagClassName
{
color: #8DB023;
}
</style>
background-color css
<style>
a { background-color: #8DB023; }
a { background-color: rgb(141,176,35); }
div.DivClassName
{
background-color: #8DB023;
}
.BgClassName
{
background-color: #8DB023;
}
</style>
border-color css
<style>
span { border-color: #8DB023; }
span { border-color: rgb(141,176,35); }
td.TdClassName
{
border-color: #8DB023;
}
.TagClassName
{
border-color: #8DB023;
}
</style>