Shades of Limerick #8DB33D
Tints of Limerick #8DB33D
RGB
CMYK
RGB Variations
Color information
#8DB33D (or 0x8DB33D) is known color: Limerick. HEX triplet: 8D, B3 and 3D. RGB value is (141,179,61). Sum of RGB (Red+Green+Blue) = 141+179+61=381 (50% of max value = 765). Red value is 141 (55.47% from 255 or 37.01% from 381); Green value is 179 (70.31% from 255 or 46.98% from 381); Blue value is 61 (24.22% from 255 or 16.01% from 381); Max value from RGB is 179 - color contains mainly: green. Hex color #8DB33D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8DB33D is #724CC2. Grayscale: #9A9A9A. Windows color (decimal): -7490755 or 4043661. OLE color: 4043661.
HSL color Cylindrical-coordinate representation of color #8DB33D: hue angle of 79.32º degrees, saturation: 0.49, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #8DB33D is Cyan = 0.21, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 141 | 179 | 61 | - |
| CMYK | 0.21 | 0 | 0.66 | 0.30 |
| HSL | 79.32º | 0.49% | 0.47% | - |
| HSV(B) | 79.32º | 0.66% | 0.7% | - |
| XYZ | 27.95 | 38.24 | 10.32 | - |
| YUV | 154.19 | 75.41 | 118.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 179 | 61 | 0.21 | 0 | 0.66 | 0.30 | 79.32 | 0.49 | 0.47 |
| Hex | 8D | B3 | 3D | 15 | 0 | 42 | 1E | 4F | 31 | 2F |
| Octal | 215 | 263 | 75 | 25 | 0 | 102 | 36 | 117 | 61 | 57 |
| Binary | 10001101 | 10110011 | 111101 | 10101 | 0 | 1000010 | 11110 | 1001111 | 110001 | 101111 |
Color Harmonies of #8DB33D
Complementary color
Monochromatic Colors of #8DB33D
Black with #8DB33D
Text Example
Text Example
White with #8DB33D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DB33D; }
p { color: rgb(141,179,61); }
H1.HeaderClassName
{
color: #8DB33D;
}
.AnyTagClassName
{
color: #8DB33D;
}
</style>
background-color css
<style>
a { background-color: #8DB33D; }
a { background-color: rgb(141,179,61); }
div.DivClassName
{
background-color: #8DB33D;
}
.BgClassName
{
background-color: #8DB33D;
}
</style>
border-color css
<style>
span { border-color: #8DB33D; }
span { border-color: rgb(141,179,61); }
td.TdClassName
{
border-color: #8DB33D;
}
.TagClassName
{
border-color: #8DB33D;
}
</style>