Shades of Limerick #8CAF41
Tints of Limerick #8CAF41
RGB
CMYK
RGB Variations
Color information
#8CAF41 (or 0x8CAF41) is known color: Limerick. HEX triplet: 8C, AF and 41. RGB value is (140,175,65). Sum of RGB (Red+Green+Blue) = 140+175+65=380 (50% of max value = 765). Red value is 140 (55.08% from 255 or 36.84% from 380); Green value is 175 (68.75% from 255 or 46.05% from 380); Blue value is 65 (25.78% from 255 or 17.11% from 380); Max value from RGB is 175 - color contains mainly: green. Hex color #8CAF41 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8CAF41 is #7350BE. Grayscale: #989898. Windows color (decimal): -7557311 or 4304780. OLE color: 4304780.
HSL color Cylindrical-coordinate representation of color #8CAF41: hue angle of 79.09º degrees, saturation: 0.46, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #8CAF41 is Cyan = 0.2, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 140 | 175 | 65 | - |
| CMYK | 0.2 | 0 | 0.63 | 0.31 |
| HSL | 79.09º | 0.46% | 0.47% | - |
| HSV(B) | 79.09º | 0.63% | 0.69% | - |
| XYZ | 27.1 | 36.62 | 10.64 | - |
| YUV | 152 | 78.9 | 119.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 175 | 65 | 0.2 | 0 | 0.63 | 0.31 | 79.09 | 0.46 | 0.47 |
| Hex | 8C | AF | 41 | 14 | 0 | 3F | 1F | 4F | 2E | 2F |
| Octal | 214 | 257 | 101 | 24 | 0 | 77 | 37 | 117 | 56 | 57 |
| Binary | 10001100 | 10101111 | 1000001 | 10100 | 0 | 111111 | 11111 | 1001111 | 101110 | 101111 |
Color Harmonies of #8CAF41
Complementary color
Monochromatic Colors of #8CAF41
Black with #8CAF41
Text Example
Text Example
White with #8CAF41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CAF41; }
p { color: rgb(140,175,65); }
H1.HeaderClassName
{
color: #8CAF41;
}
.AnyTagClassName
{
color: #8CAF41;
}
</style>
background-color css
<style>
a { background-color: #8CAF41; }
a { background-color: rgb(140,175,65); }
div.DivClassName
{
background-color: #8CAF41;
}
.BgClassName
{
background-color: #8CAF41;
}
</style>
border-color css
<style>
span { border-color: #8CAF41; }
span { border-color: rgb(140,175,65); }
td.TdClassName
{
border-color: #8CAF41;
}
.TagClassName
{
border-color: #8CAF41;
}
</style>