Shades of Limerick #8DB826
Tints of Limerick #8DB826
RGB
CMYK
RGB Variations
Color information
#8DB826 (or 0x8DB826) is known color: Limerick. HEX triplet: 8D, B8 and 26. RGB value is (141,184,38). Sum of RGB (Red+Green+Blue) = 141+184+38=363 (48% of max value = 765). Red value is 141 (55.47% from 255 or 38.84% from 363); Green value is 184 (72.27% from 255 or 50.69% from 363); Blue value is 38 (15.23% from 255 or 10.47% from 363); Max value from RGB is 184 - color contains mainly: green. Hex color #8DB826 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8DB826 is #7247D9. Grayscale: #9B9B9B. Windows color (decimal): -7489498 or 2537613. OLE color: 2537613.
HSL color Cylindrical-coordinate representation of color #8DB826: hue angle of 77.67º degrees, saturation: 0.66, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #8DB826 is Cyan = 0.23, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 141 | 184 | 38 | - |
| CMYK | 0.23 | 0 | 0.79 | 0.28 |
| HSL | 77.67º | 0.66% | 0.44% | - |
| HSV(B) | 77.67º | 0.79% | 0.72% | - |
| XYZ | 28.47 | 40.08 | 8.07 | - |
| YUV | 154.5 | 62.25 | 118.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 184 | 38 | 0.23 | 0 | 0.79 | 0.28 | 77.67 | 0.66 | 0.44 |
| Hex | 8D | B8 | 26 | 17 | 0 | 4F | 1C | 4E | 42 | 2C |
| Octal | 215 | 270 | 46 | 27 | 0 | 117 | 34 | 116 | 102 | 54 |
| Binary | 10001101 | 10111000 | 100110 | 10111 | 0 | 1001111 | 11100 | 1001110 | 1000010 | 101100 |
Color Harmonies of #8DB826
Complementary color
Monochromatic Colors of #8DB826
Black with #8DB826
Text Example
Text Example
White with #8DB826
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DB826; }
p { color: rgb(141,184,38); }
H1.HeaderClassName
{
color: #8DB826;
}
.AnyTagClassName
{
color: #8DB826;
}
</style>
background-color css
<style>
a { background-color: #8DB826; }
a { background-color: rgb(141,184,38); }
div.DivClassName
{
background-color: #8DB826;
}
.BgClassName
{
background-color: #8DB826;
}
</style>
border-color css
<style>
span { border-color: #8DB826; }
span { border-color: rgb(141,184,38); }
td.TdClassName
{
border-color: #8DB826;
}
.TagClassName
{
border-color: #8DB826;
}
</style>