Shades of Limerick #8DB13D
Tints of Limerick #8DB13D
RGB
CMYK
RGB Variations
Color information
#8DB13D (or 0x8DB13D) is known color: Limerick. HEX triplet: 8D, B1 and 3D. RGB value is (141,177,61). Sum of RGB (Red+Green+Blue) = 141+177+61=379 (50% of max value = 765). Red value is 141 (55.47% from 255 or 37.20% from 379); Green value is 177 (69.53% from 255 or 46.70% from 379); Blue value is 61 (24.22% from 255 or 16.09% from 379); Max value from RGB is 177 - color contains mainly: green. Hex color #8DB13D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8DB13D is #724EC2. Grayscale: #999999. Windows color (decimal): -7491267 or 4043149. OLE color: 4043149.
HSL color Cylindrical-coordinate representation of color #8DB13D: hue angle of 78.62º degrees, saturation: 0.49, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #8DB13D is Cyan = 0.20, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 141 | 177 | 61 | - |
| CMYK | 0.20 | 0 | 0.66 | 0.31 |
| HSL | 78.62º | 0.49% | 0.47% | - |
| HSV(B) | 78.62º | 0.66% | 0.69% | - |
| XYZ | 27.55 | 37.44 | 10.19 | - |
| YUV | 153.01 | 76.07 | 119.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 177 | 61 | 0.20 | 0 | 0.66 | 0.31 | 78.62 | 0.49 | 0.47 |
| Hex | 8D | B1 | 3D | 14 | 0 | 42 | 1F | 4F | 31 | 2F |
| Octal | 215 | 261 | 75 | 24 | 0 | 102 | 37 | 117 | 61 | 57 |
| Binary | 10001101 | 10110001 | 111101 | 10100 | 0 | 1000010 | 11111 | 1001111 | 110001 | 101111 |
Color Harmonies of #8DB13D
Complementary color
Monochromatic Colors of #8DB13D
Black with #8DB13D
Text Example
Text Example
White with #8DB13D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DB13D; }
p { color: rgb(141,177,61); }
H1.HeaderClassName
{
color: #8DB13D;
}
.AnyTagClassName
{
color: #8DB13D;
}
</style>
background-color css
<style>
a { background-color: #8DB13D; }
a { background-color: rgb(141,177,61); }
div.DivClassName
{
background-color: #8DB13D;
}
.BgClassName
{
background-color: #8DB13D;
}
</style>
border-color css
<style>
span { border-color: #8DB13D; }
span { border-color: rgb(141,177,61); }
td.TdClassName
{
border-color: #8DB13D;
}
.TagClassName
{
border-color: #8DB13D;
}
</style>