Shades of Limerick #8DB01F
Tints of Limerick #8DB01F
RGB
CMYK
RGB Variations
Color information
#8DB01F (or 0x8DB01F) is known color: Limerick. HEX triplet: 8D, B0 and 1F. RGB value is (141,176,31). Sum of RGB (Red+Green+Blue) = 141+176+31=348 (46% of max value = 765). Red value is 141 (55.47% from 255 or 40.52% from 348); Green value is 176 (69.14% from 255 or 50.57% from 348); Blue value is 31 (12.5% from 255 or 8.91% from 348); Max value from RGB is 176 - color contains mainly: green. Hex color #8DB01F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8DB01F is #724FE0. Grayscale: #959595. Windows color (decimal): -7491553 or 2076813. OLE color: 2076813.
HSL color Cylindrical-coordinate representation of color #8DB01F: hue angle of 74.48º degrees, saturation: 0.7, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #8DB01F is Cyan = 0.20, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 141 | 176 | 31 | - |
| CMYK | 0.20 | 0 | 0.82 | 0.31 |
| HSL | 74.48º | 0.7% | 0.41% | - |
| HSV(B) | 74.48º | 0.82% | 0.69% | - |
| XYZ | 26.76 | 36.81 | 6.99 | - |
| YUV | 149.01 | 61.4 | 122.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 176 | 31 | 0.20 | 0 | 0.82 | 0.31 | 74.48 | 0.7 | 0.41 |
| Hex | 8D | B0 | 1F | 14 | 0 | 52 | 1F | 4A | 46 | 29 |
| Octal | 215 | 260 | 37 | 24 | 0 | 122 | 37 | 112 | 106 | 51 |
| Binary | 10001101 | 10110000 | 11111 | 10100 | 0 | 1010010 | 11111 | 1001010 | 1000110 | 101001 |
Color Harmonies of #8DB01F
Complementary color
Monochromatic Colors of #8DB01F
Black with #8DB01F
Text Example
Text Example
White with #8DB01F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DB01F; }
p { color: rgb(141,176,31); }
H1.HeaderClassName
{
color: #8DB01F;
}
.AnyTagClassName
{
color: #8DB01F;
}
</style>
background-color css
<style>
a { background-color: #8DB01F; }
a { background-color: rgb(141,176,31); }
div.DivClassName
{
background-color: #8DB01F;
}
.BgClassName
{
background-color: #8DB01F;
}
</style>
border-color css
<style>
span { border-color: #8DB01F; }
span { border-color: rgb(141,176,31); }
td.TdClassName
{
border-color: #8DB01F;
}
.TagClassName
{
border-color: #8DB01F;
}
</style>