Shades of Limerick #8FB33F
Tints of Limerick #8FB33F
RGB
CMYK
RGB Variations
Color information
#8FB33F (or 0x8FB33F) is known color: Limerick. HEX triplet: 8F, B3 and 3F. RGB value is (143,179,63). Sum of RGB (Red+Green+Blue) = 143+179+63=385 (50% of max value = 765). Red value is 143 (56.25% from 255 or 37.14% from 385); Green value is 179 (70.31% from 255 or 46.49% from 385); Blue value is 63 (25% from 255 or 16.36% from 385); Max value from RGB is 179 - color contains mainly: green. Hex color #8FB33F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8FB33F is #704CC0. Grayscale: #9B9B9B. Windows color (decimal): -7359681 or 4174735. OLE color: 4174735.
HSL color Cylindrical-coordinate representation of color #8FB33F: hue angle of 78.62º degrees, saturation: 0.48, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #8FB33F is Cyan = 0.20, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 143 | 179 | 63 | - |
| CMYK | 0.20 | 0 | 0.65 | 0.30 |
| HSL | 78.62º | 0.48% | 0.47% | - |
| HSV(B) | 78.62º | 0.65% | 0.7% | - |
| XYZ | 28.35 | 38.44 | 10.63 | - |
| YUV | 155.01 | 76.07 | 119.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 179 | 63 | 0.20 | 0 | 0.65 | 0.30 | 78.62 | 0.48 | 0.47 |
| Hex | 8F | B3 | 3F | 14 | 0 | 41 | 1E | 4F | 30 | 2F |
| Octal | 217 | 263 | 77 | 24 | 0 | 101 | 36 | 117 | 60 | 57 |
| Binary | 10001111 | 10110011 | 111111 | 10100 | 0 | 1000001 | 11110 | 1001111 | 110000 | 101111 |
Color Harmonies of #8FB33F
Complementary color
Monochromatic Colors of #8FB33F
Black with #8FB33F
Text Example
Text Example
White with #8FB33F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FB33F; }
p { color: rgb(143,179,63); }
H1.HeaderClassName
{
color: #8FB33F;
}
.AnyTagClassName
{
color: #8FB33F;
}
</style>
background-color css
<style>
a { background-color: #8FB33F; }
a { background-color: rgb(143,179,63); }
div.DivClassName
{
background-color: #8FB33F;
}
.BgClassName
{
background-color: #8FB33F;
}
</style>
border-color css
<style>
span { border-color: #8FB33F; }
span { border-color: rgb(143,179,63); }
td.TdClassName
{
border-color: #8FB33F;
}
.TagClassName
{
border-color: #8FB33F;
}
</style>