Shades of Limerick #8CB42D
Tints of Limerick #8CB42D
RGB
CMYK
RGB Variations
Color information
#8CB42D (or 0x8CB42D) is known color: Limerick. HEX triplet: 8C, B4 and 2D. RGB value is (140,180,45). Sum of RGB (Red+Green+Blue) = 140+180+45=365 (48% of max value = 765). Red value is 140 (55.08% from 255 or 38.36% from 365); Green value is 180 (70.70% from 255 or 49.32% from 365); Blue value is 45 (17.97% from 255 or 12.33% from 365); Max value from RGB is 180 - color contains mainly: green. Hex color #8CB42D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8CB42D is #734BD2. Grayscale: #999999. Windows color (decimal): -7556051 or 2995340. OLE color: 2995340.
HSL color Cylindrical-coordinate representation of color #8CB42D: hue angle of 77.78º degrees, saturation: 0.6, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #8CB42D is Cyan = 0.22, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 140 | 180 | 45 | - |
| CMYK | 0.22 | 0 | 0.75 | 0.29 |
| HSL | 77.78º | 0.6% | 0.44% | - |
| HSV(B) | 77.78º | 0.75% | 0.71% | - |
| XYZ | 27.61 | 38.41 | 8.44 | - |
| YUV | 152.65 | 67.25 | 118.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 180 | 45 | 0.22 | 0 | 0.75 | 0.29 | 77.78 | 0.6 | 0.44 |
| Hex | 8C | B4 | 2D | 16 | 0 | 4B | 1D | 4E | 3C | 2C |
| Octal | 214 | 264 | 55 | 26 | 0 | 113 | 35 | 116 | 74 | 54 |
| Binary | 10001100 | 10110100 | 101101 | 10110 | 0 | 1001011 | 11101 | 1001110 | 111100 | 101100 |
Color Harmonies of #8CB42D
Complementary color
Monochromatic Colors of #8CB42D
Black with #8CB42D
Text Example
Text Example
White with #8CB42D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CB42D; }
p { color: rgb(140,180,45); }
H1.HeaderClassName
{
color: #8CB42D;
}
.AnyTagClassName
{
color: #8CB42D;
}
</style>
background-color css
<style>
a { background-color: #8CB42D; }
a { background-color: rgb(140,180,45); }
div.DivClassName
{
background-color: #8CB42D;
}
.BgClassName
{
background-color: #8CB42D;
}
</style>
border-color css
<style>
span { border-color: #8CB42D; }
span { border-color: rgb(140,180,45); }
td.TdClassName
{
border-color: #8CB42D;
}
.TagClassName
{
border-color: #8CB42D;
}
</style>