Shades of Limerick #8DBF21
Tints of Limerick #8DBF21
RGB
CMYK
RGB Variations
Color information
#8DBF21 (or 0x8DBF21) is known color: Limerick. HEX triplet: 8D, BF and 21. RGB value is (141,191,33). Sum of RGB (Red+Green+Blue) = 141+191+33=365 (48% of max value = 765). Red value is 141 (55.47% from 255 or 38.63% from 365); Green value is 191 (75% from 255 or 52.33% from 365); Blue value is 33 (13.28% from 255 or 9.04% from 365); Max value from RGB is 191 - color contains mainly: green. Hex color #8DBF21 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8DBF21 is #7240DE. Grayscale: #9E9E9E. Windows color (decimal): -7487711 or 2211725. OLE color: 2211725.
HSL color Cylindrical-coordinate representation of color #8DBF21: hue angle of 78.99º degrees, saturation: 0.71, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #8DBF21 is Cyan = 0.26, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 141 | 191 | 33 | - |
| CMYK | 0.26 | 0 | 0.83 | 0.25 |
| HSL | 78.99º | 0.71% | 0.44% | - |
| HSV(B) | 78.99º | 0.83% | 0.75% | - |
| XYZ | 29.89 | 43.03 | 8.17 | - |
| YUV | 158.04 | 57.44 | 115.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 191 | 33 | 0.26 | 0 | 0.83 | 0.25 | 78.99 | 0.71 | 0.44 |
| Hex | 8D | BF | 21 | 1A | 0 | 53 | 19 | 4F | 47 | 2C |
| Octal | 215 | 277 | 41 | 32 | 0 | 123 | 31 | 117 | 107 | 54 |
| Binary | 10001101 | 10111111 | 100001 | 11010 | 0 | 1010011 | 11001 | 1001111 | 1000111 | 101100 |
Color Harmonies of #8DBF21
Complementary color
Monochromatic Colors of #8DBF21
Black with #8DBF21
Text Example
Text Example
White with #8DBF21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DBF21; }
p { color: rgb(141,191,33); }
H1.HeaderClassName
{
color: #8DBF21;
}
.AnyTagClassName
{
color: #8DBF21;
}
</style>
background-color css
<style>
a { background-color: #8DBF21; }
a { background-color: rgb(141,191,33); }
div.DivClassName
{
background-color: #8DBF21;
}
.BgClassName
{
background-color: #8DBF21;
}
</style>
border-color css
<style>
span { border-color: #8DBF21; }
span { border-color: rgb(141,191,33); }
td.TdClassName
{
border-color: #8DBF21;
}
.TagClassName
{
border-color: #8DBF21;
}
</style>