Shades of Limerick #8DB21B
Tints of Limerick #8DB21B
RGB
CMYK
RGB Variations
Color information
#8DB21B (or 0x8DB21B) is known color: Limerick. HEX triplet: 8D, B2 and 1B. RGB value is (141,178,27). Sum of RGB (Red+Green+Blue) = 141+178+27=346 (45% of max value = 765). Red value is 141 (55.47% from 255 or 40.75% from 346); Green value is 178 (69.92% from 255 or 51.45% from 346); Blue value is 27 (10.94% from 255 or 7.80% from 346); Max value from RGB is 178 - color contains mainly: green. Hex color #8DB21B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8DB21B is #724DE4. Grayscale: #969696. Windows color (decimal): -7491045 or 1815181. OLE color: 1815181.
HSL color Cylindrical-coordinate representation of color #8DB21B: hue angle of 74.7º degrees, saturation: 0.74, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #8DB21B is Cyan = 0.21, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 141 | 178 | 27 | - |
| CMYK | 0.21 | 0 | 0.85 | 0.30 |
| HSL | 74.7º | 0.74% | 0.4% | - |
| HSV(B) | 74.7º | 0.85% | 0.7% | - |
| XYZ | 27.1 | 37.58 | 6.86 | - |
| YUV | 149.72 | 58.74 | 121.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 178 | 27 | 0.21 | 0 | 0.85 | 0.30 | 74.7 | 0.74 | 0.4 |
| Hex | 8D | B2 | 1B | 15 | 0 | 55 | 1E | 4B | 4A | 28 |
| Octal | 215 | 262 | 33 | 25 | 0 | 125 | 36 | 113 | 112 | 50 |
| Binary | 10001101 | 10110010 | 11011 | 10101 | 0 | 1010101 | 11110 | 1001011 | 1001010 | 101000 |
Color Harmonies of #8DB21B
Complementary color
Monochromatic Colors of #8DB21B
Black with #8DB21B
Text Example
Text Example
White with #8DB21B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DB21B; }
p { color: rgb(141,178,27); }
H1.HeaderClassName
{
color: #8DB21B;
}
.AnyTagClassName
{
color: #8DB21B;
}
</style>
background-color css
<style>
a { background-color: #8DB21B; }
a { background-color: rgb(141,178,27); }
div.DivClassName
{
background-color: #8DB21B;
}
.BgClassName
{
background-color: #8DB21B;
}
</style>
border-color css
<style>
span { border-color: #8DB21B; }
span { border-color: rgb(141,178,27); }
td.TdClassName
{
border-color: #8DB21B;
}
.TagClassName
{
border-color: #8DB21B;
}
</style>