Shades of Limerick #8BAF40
Tints of Limerick #8BAF40
RGB
CMYK
RGB Variations
Color information
#8BAF40 (or 0x8BAF40) is known color: Limerick. HEX triplet: 8B, AF and 40. RGB value is (139,175,64). Sum of RGB (Red+Green+Blue) = 139+175+64=378 (50% of max value = 765). Red value is 139 (54.69% from 255 or 36.77% from 378); Green value is 175 (68.75% from 255 or 46.30% from 378); Blue value is 64 (25.39% from 255 or 16.93% from 378); Max value from RGB is 175 - color contains mainly: green. Hex color #8BAF40 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8BAF40 is #7450BF. Grayscale: #979797. Windows color (decimal): -7622848 or 4239243. OLE color: 4239243.
HSL color Cylindrical-coordinate representation of color #8BAF40: hue angle of 79.46º 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 #8BAF40 is Cyan = 0.21, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 139 | 175 | 64 | - |
| CMYK | 0.21 | 0 | 0.63 | 0.31 |
| HSL | 79.46º | 0.46% | 0.47% | - |
| HSV(B) | 79.46º | 0.63% | 0.69% | - |
| XYZ | 26.9 | 36.52 | 10.48 | - |
| YUV | 151.58 | 78.57 | 119.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 175 | 64 | 0.21 | 0 | 0.63 | 0.31 | 79.46 | 0.46 | 0.47 |
| Hex | 8B | AF | 40 | 15 | 0 | 3F | 1F | 4F | 2E | 2F |
| Octal | 213 | 257 | 100 | 25 | 0 | 77 | 37 | 117 | 56 | 57 |
| Binary | 10001011 | 10101111 | 1000000 | 10101 | 0 | 111111 | 11111 | 1001111 | 101110 | 101111 |
Color Harmonies of #8BAF40
Complementary color
Monochromatic Colors of #8BAF40
Black with #8BAF40
Text Example
Text Example
White with #8BAF40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BAF40; }
p { color: rgb(139,175,64); }
H1.HeaderClassName
{
color: #8BAF40;
}
.AnyTagClassName
{
color: #8BAF40;
}
</style>
background-color css
<style>
a { background-color: #8BAF40; }
a { background-color: rgb(139,175,64); }
div.DivClassName
{
background-color: #8BAF40;
}
.BgClassName
{
background-color: #8BAF40;
}
</style>
border-color css
<style>
span { border-color: #8BAF40; }
span { border-color: rgb(139,175,64); }
td.TdClassName
{
border-color: #8BAF40;
}
.TagClassName
{
border-color: #8BAF40;
}
</style>