Shades of Limerick #8FB635
Tints of Limerick #8FB635
RGB
CMYK
RGB Variations
Color information
#8FB635 (or 0x8FB635) is known color: Limerick. HEX triplet: 8F, B6 and 35. RGB value is (143,182,53). Sum of RGB (Red+Green+Blue) = 143+182+53=378 (50% of max value = 765). Red value is 143 (56.25% from 255 or 37.83% from 378); Green value is 182 (71.48% from 255 or 48.15% from 378); Blue value is 53 (21.09% from 255 or 14.02% from 378); Max value from RGB is 182 - color contains mainly: green. Hex color #8FB635 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8FB635 is #7049CA. Grayscale: #9C9C9C. Windows color (decimal): -7358923 or 3520143. OLE color: 3520143.
HSL color Cylindrical-coordinate representation of color #8FB635: hue angle of 78.14º degrees, saturation: 0.55, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #8FB635 is Cyan = 0.21, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 143 | 182 | 53 | - |
| CMYK | 0.21 | 0 | 0.71 | 0.29 |
| HSL | 78.14º | 0.55% | 0.46% | - |
| HSV(B) | 78.14º | 0.71% | 0.71% | - |
| XYZ | 28.7 | 39.55 | 9.49 | - |
| YUV | 155.63 | 70.08 | 118.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 182 | 53 | 0.21 | 0 | 0.71 | 0.29 | 78.14 | 0.55 | 0.46 |
| Hex | 8F | B6 | 35 | 15 | 0 | 47 | 1D | 4E | 37 | 2E |
| Octal | 217 | 266 | 65 | 25 | 0 | 107 | 35 | 116 | 67 | 56 |
| Binary | 10001111 | 10110110 | 110101 | 10101 | 0 | 1000111 | 11101 | 1001110 | 110111 | 101110 |
Color Harmonies of #8FB635
Complementary color
Monochromatic Colors of #8FB635
Black with #8FB635
Text Example
Text Example
White with #8FB635
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FB635; }
p { color: rgb(143,182,53); }
H1.HeaderClassName
{
color: #8FB635;
}
.AnyTagClassName
{
color: #8FB635;
}
</style>
background-color css
<style>
a { background-color: #8FB635; }
a { background-color: rgb(143,182,53); }
div.DivClassName
{
background-color: #8FB635;
}
.BgClassName
{
background-color: #8FB635;
}
</style>
border-color css
<style>
span { border-color: #8FB635; }
span { border-color: rgb(143,182,53); }
td.TdClassName
{
border-color: #8FB635;
}
.TagClassName
{
border-color: #8FB635;
}
</style>