Shades of Limerick #8DB627
Tints of Limerick #8DB627
RGB
CMYK
RGB Variations
Color information
#8DB627 (or 0x8DB627) is known color: Limerick. HEX triplet: 8D, B6 and 27. RGB value is (141,182,39). Sum of RGB (Red+Green+Blue) = 141+182+39=362 (47% of max value = 765). Red value is 141 (55.47% from 255 or 38.95% from 362); Green value is 182 (71.48% from 255 or 50.28% from 362); Blue value is 39 (15.62% from 255 or 10.77% from 362); Max value from RGB is 182 - color contains mainly: green. Hex color #8DB627 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8DB627 is #7249D8. Grayscale: #999999. Windows color (decimal): -7490009 or 2602637. OLE color: 2602637.
HSL color Cylindrical-coordinate representation of color #8DB627: hue angle of 77.2º degrees, saturation: 0.65, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #8DB627 is Cyan = 0.23, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 141 | 182 | 39 | - |
| CMYK | 0.23 | 0 | 0.79 | 0.29 |
| HSL | 77.2º | 0.65% | 0.43% | - |
| HSV(B) | 77.2º | 0.79% | 0.71% | - |
| XYZ | 28.08 | 39.27 | 8.02 | - |
| YUV | 153.44 | 63.42 | 119.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 182 | 39 | 0.23 | 0 | 0.79 | 0.29 | 77.2 | 0.65 | 0.43 |
| Hex | 8D | B6 | 27 | 17 | 0 | 4F | 1D | 4D | 41 | 2B |
| Octal | 215 | 266 | 47 | 27 | 0 | 117 | 35 | 115 | 101 | 53 |
| Binary | 10001101 | 10110110 | 100111 | 10111 | 0 | 1001111 | 11101 | 1001101 | 1000001 | 101011 |
Color Harmonies of #8DB627
Complementary color
Monochromatic Colors of #8DB627
Black with #8DB627
Text Example
Text Example
White with #8DB627
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DB627; }
p { color: rgb(141,182,39); }
H1.HeaderClassName
{
color: #8DB627;
}
.AnyTagClassName
{
color: #8DB627;
}
</style>
background-color css
<style>
a { background-color: #8DB627; }
a { background-color: rgb(141,182,39); }
div.DivClassName
{
background-color: #8DB627;
}
.BgClassName
{
background-color: #8DB627;
}
</style>
border-color css
<style>
span { border-color: #8DB627; }
span { border-color: rgb(141,182,39); }
td.TdClassName
{
border-color: #8DB627;
}
.TagClassName
{
border-color: #8DB627;
}
</style>