Shades of Limerick #8DB01B
Tints of Limerick #8DB01B
RGB
CMYK
RGB Variations
Color information
#8DB01B (or 0x8DB01B) is known color: Limerick. HEX triplet: 8D, B0 and 1B. RGB value is (141,176,27). Sum of RGB (Red+Green+Blue) = 141+176+27=344 (45% of max value = 765). Red value is 141 (55.47% from 255 or 40.99% from 344); Green value is 176 (69.14% from 255 or 51.16% from 344); Blue value is 27 (10.94% from 255 or 7.85% from 344); Max value from RGB is 176 - color contains mainly: green. Hex color #8DB01B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8DB01B is #724FE4. Grayscale: #959595. Windows color (decimal): -7491557 or 1814669. OLE color: 1814669.
HSL color Cylindrical-coordinate representation of color #8DB01B: hue angle of 74.09º degrees, saturation: 0.73, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #8DB01B is Cyan = 0.20, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 141 | 176 | 27 | - |
| CMYK | 0.20 | 0 | 0.85 | 0.31 |
| HSL | 74.09º | 0.73% | 0.4% | - |
| HSV(B) | 74.09º | 0.85% | 0.69% | - |
| XYZ | 26.71 | 36.79 | 6.73 | - |
| YUV | 148.55 | 59.4 | 122.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 176 | 27 | 0.20 | 0 | 0.85 | 0.31 | 74.09 | 0.73 | 0.4 |
| Hex | 8D | B0 | 1B | 14 | 0 | 55 | 1F | 4A | 49 | 28 |
| Octal | 215 | 260 | 33 | 24 | 0 | 125 | 37 | 112 | 111 | 50 |
| Binary | 10001101 | 10110000 | 11011 | 10100 | 0 | 1010101 | 11111 | 1001010 | 1001001 | 101000 |
Color Harmonies of #8DB01B
Complementary color
Monochromatic Colors of #8DB01B
Black with #8DB01B
Text Example
Text Example
White with #8DB01B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DB01B; }
p { color: rgb(141,176,27); }
H1.HeaderClassName
{
color: #8DB01B;
}
.AnyTagClassName
{
color: #8DB01B;
}
</style>
background-color css
<style>
a { background-color: #8DB01B; }
a { background-color: rgb(141,176,27); }
div.DivClassName
{
background-color: #8DB01B;
}
.BgClassName
{
background-color: #8DB01B;
}
</style>
border-color css
<style>
span { border-color: #8DB01B; }
span { border-color: rgb(141,176,27); }
td.TdClassName
{
border-color: #8DB01B;
}
.TagClassName
{
border-color: #8DB01B;
}
</style>