Shades of Limerick #8DB83A
Tints of Limerick #8DB83A
RGB
CMYK
RGB Variations
Color information
#8DB83A (or 0x8DB83A) is known color: Limerick. HEX triplet: 8D, B8 and 3A. RGB value is (141,184,58). Sum of RGB (Red+Green+Blue) = 141+184+58=383 (50% of max value = 765). Red value is 141 (55.47% from 255 or 36.81% from 383); Green value is 184 (72.27% from 255 or 48.04% from 383); Blue value is 58 (23.05% from 255 or 15.14% from 383); Max value from RGB is 184 - color contains mainly: green. Hex color #8DB83A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8DB83A is #7247C5. Grayscale: #9D9D9D. Windows color (decimal): -7489478 or 3848333. OLE color: 3848333.
HSL color Cylindrical-coordinate representation of color #8DB83A: hue angle of 80.48º degrees, saturation: 0.52, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #8DB83A is Cyan = 0.23, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 141 | 184 | 58 | - |
| CMYK | 0.23 | 0 | 0.68 | 0.28 |
| HSL | 80.48º | 0.52% | 0.47% | - |
| HSV(B) | 80.48º | 0.68% | 0.72% | - |
| XYZ | 28.89 | 40.25 | 10.25 | - |
| YUV | 156.78 | 72.25 | 116.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 184 | 58 | 0.23 | 0 | 0.68 | 0.28 | 80.48 | 0.52 | 0.47 |
| Hex | 8D | B8 | 3A | 17 | 0 | 44 | 1C | 50 | 34 | 2F |
| Octal | 215 | 270 | 72 | 27 | 0 | 104 | 34 | 120 | 64 | 57 |
| Binary | 10001101 | 10111000 | 111010 | 10111 | 0 | 1000100 | 11100 | 1010000 | 110100 | 101111 |
Color Harmonies of #8DB83A
Complementary color
Monochromatic Colors of #8DB83A
Black with #8DB83A
Text Example
Text Example
White with #8DB83A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DB83A; }
p { color: rgb(141,184,58); }
H1.HeaderClassName
{
color: #8DB83A;
}
.AnyTagClassName
{
color: #8DB83A;
}
</style>
background-color css
<style>
a { background-color: #8DB83A; }
a { background-color: rgb(141,184,58); }
div.DivClassName
{
background-color: #8DB83A;
}
.BgClassName
{
background-color: #8DB83A;
}
</style>
border-color css
<style>
span { border-color: #8DB83A; }
span { border-color: rgb(141,184,58); }
td.TdClassName
{
border-color: #8DB83A;
}
.TagClassName
{
border-color: #8DB83A;
}
</style>