Shades of Limerick #8FB72D
Tints of Limerick #8FB72D
RGB
CMYK
RGB Variations
Color information
#8FB72D (or 0x8FB72D) is known color: Limerick. HEX triplet: 8F, B7 and 2D. RGB value is (143,183,45). Sum of RGB (Red+Green+Blue) = 143+183+45=371 (49% of max value = 765). Red value is 143 (56.25% from 255 or 38.54% from 371); Green value is 183 (71.88% from 255 or 49.33% from 371); Blue value is 45 (17.97% from 255 or 12.13% from 371); Max value from RGB is 183 - color contains mainly: green. Hex color #8FB72D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8FB72D is #7048D2. Grayscale: #9B9B9B. Windows color (decimal): -7358675 or 2996111. OLE color: 2996111.
HSL color Cylindrical-coordinate representation of color #8FB72D: hue angle of 77.39º degrees, saturation: 0.61, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #8FB72D is Cyan = 0.22, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 143 | 183 | 45 | - |
| CMYK | 0.22 | 0 | 0.75 | 0.28 |
| HSL | 77.39º | 0.61% | 0.45% | - |
| HSV(B) | 77.39º | 0.75% | 0.72% | - |
| XYZ | 28.73 | 39.9 | 8.67 | - |
| YUV | 155.31 | 65.75 | 119.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 183 | 45 | 0.22 | 0 | 0.75 | 0.28 | 77.39 | 0.61 | 0.45 |
| Hex | 8F | B7 | 2D | 16 | 0 | 4B | 1C | 4D | 3D | 2D |
| Octal | 217 | 267 | 55 | 26 | 0 | 113 | 34 | 115 | 75 | 55 |
| Binary | 10001111 | 10110111 | 101101 | 10110 | 0 | 1001011 | 11100 | 1001101 | 111101 | 101101 |
Color Harmonies of #8FB72D
Complementary color
Monochromatic Colors of #8FB72D
Black with #8FB72D
Text Example
Text Example
White with #8FB72D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FB72D; }
p { color: rgb(143,183,45); }
H1.HeaderClassName
{
color: #8FB72D;
}
.AnyTagClassName
{
color: #8FB72D;
}
</style>
background-color css
<style>
a { background-color: #8FB72D; }
a { background-color: rgb(143,183,45); }
div.DivClassName
{
background-color: #8FB72D;
}
.BgClassName
{
background-color: #8FB72D;
}
</style>
border-color css
<style>
span { border-color: #8FB72D; }
span { border-color: rgb(143,183,45); }
td.TdClassName
{
border-color: #8FB72D;
}
.TagClassName
{
border-color: #8FB72D;
}
</style>