Shades of Limerick #8DB23C
Tints of Limerick #8DB23C
RGB
CMYK
RGB Variations
Color information
#8DB23C (or 0x8DB23C) is known color: Limerick. HEX triplet: 8D, B2 and 3C. RGB value is (141,178,60). Sum of RGB (Red+Green+Blue) = 141+178+60=379 (50% of max value = 765). Red value is 141 (55.47% from 255 or 37.20% from 379); Green value is 178 (69.92% from 255 or 46.97% from 379); Blue value is 60 (23.83% from 255 or 15.83% from 379); Max value from RGB is 178 - color contains mainly: green. Hex color #8DB23C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8DB23C is #724DC3. Grayscale: #999999. Windows color (decimal): -7491012 or 3977869. OLE color: 3977869.
HSL color Cylindrical-coordinate representation of color #8DB23C: hue angle of 78.81º degrees, saturation: 0.5, 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 #8DB23C is Cyan = 0.21, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 141 | 178 | 60 | - |
| CMYK | 0.21 | 0 | 0.66 | 0.30 |
| HSL | 78.81º | 0.5% | 0.47% | - |
| HSV(B) | 78.81º | 0.66% | 0.7% | - |
| XYZ | 27.72 | 37.83 | 10.12 | - |
| YUV | 153.49 | 75.24 | 119.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 178 | 60 | 0.21 | 0 | 0.66 | 0.30 | 78.81 | 0.5 | 0.47 |
| Hex | 8D | B2 | 3C | 15 | 0 | 42 | 1E | 4F | 32 | 2F |
| Octal | 215 | 262 | 74 | 25 | 0 | 102 | 36 | 117 | 62 | 57 |
| Binary | 10001101 | 10110010 | 111100 | 10101 | 0 | 1000010 | 11110 | 1001111 | 110010 | 101111 |
Color Harmonies of #8DB23C
Complementary color
Monochromatic Colors of #8DB23C
Black with #8DB23C
Text Example
Text Example
White with #8DB23C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DB23C; }
p { color: rgb(141,178,60); }
H1.HeaderClassName
{
color: #8DB23C;
}
.AnyTagClassName
{
color: #8DB23C;
}
</style>
background-color css
<style>
a { background-color: #8DB23C; }
a { background-color: rgb(141,178,60); }
div.DivClassName
{
background-color: #8DB23C;
}
.BgClassName
{
background-color: #8DB23C;
}
</style>
border-color css
<style>
span { border-color: #8DB23C; }
span { border-color: rgb(141,178,60); }
td.TdClassName
{
border-color: #8DB23C;
}
.TagClassName
{
border-color: #8DB23C;
}
</style>