Shades of Limerick #8CB73F
Tints of Limerick #8CB73F
RGB
CMYK
RGB Variations
Color information
#8CB73F (or 0x8CB73F) is known color: Limerick. HEX triplet: 8C, B7 and 3F. RGB value is (140,183,63). Sum of RGB (Red+Green+Blue) = 140+183+63=386 (51% of max value = 765). Red value is 140 (55.08% from 255 or 36.27% from 386); Green value is 183 (71.88% from 255 or 47.41% from 386); Blue value is 63 (25% from 255 or 16.32% from 386); Max value from RGB is 183 - color contains mainly: green. Hex color #8CB73F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8CB73F is #7348C0. Grayscale: #9C9C9C. Windows color (decimal): -7555265 or 4175756. OLE color: 4175756.
HSL color Cylindrical-coordinate representation of color #8CB73F: hue angle of 81.5º degrees, saturation: 0.49, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #8CB73F is Cyan = 0.23, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 140 | 183 | 63 | - |
| CMYK | 0.23 | 0 | 0.66 | 0.28 |
| HSL | 81.5º | 0.49% | 0.48% | - |
| HSV(B) | 81.5º | 0.66% | 0.72% | - |
| XYZ | 28.65 | 39.8 | 10.88 | - |
| YUV | 156.46 | 75.25 | 116.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 183 | 63 | 0.23 | 0 | 0.66 | 0.28 | 81.5 | 0.49 | 0.48 |
| Hex | 8C | B7 | 3F | 17 | 0 | 42 | 1C | 52 | 31 | 30 |
| Octal | 214 | 267 | 77 | 27 | 0 | 102 | 34 | 122 | 61 | 60 |
| Binary | 10001100 | 10110111 | 111111 | 10111 | 0 | 1000010 | 11100 | 1010010 | 110001 | 110000 |
Color Harmonies of #8CB73F
Complementary color
Monochromatic Colors of #8CB73F
Black with #8CB73F
Text Example
Text Example
White with #8CB73F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CB73F; }
p { color: rgb(140,183,63); }
H1.HeaderClassName
{
color: #8CB73F;
}
.AnyTagClassName
{
color: #8CB73F;
}
</style>
background-color css
<style>
a { background-color: #8CB73F; }
a { background-color: rgb(140,183,63); }
div.DivClassName
{
background-color: #8CB73F;
}
.BgClassName
{
background-color: #8CB73F;
}
</style>
border-color css
<style>
span { border-color: #8CB73F; }
span { border-color: rgb(140,183,63); }
td.TdClassName
{
border-color: #8CB73F;
}
.TagClassName
{
border-color: #8CB73F;
}
</style>