Shades of Limerick #8DBE23
Tints of Limerick #8DBE23
RGB
CMYK
RGB Variations
Color information
#8DBE23 (or 0x8DBE23) is known color: Limerick. HEX triplet: 8D, BE and 23. RGB value is (141,190,35). Sum of RGB (Red+Green+Blue) = 141+190+35=366 (48% of max value = 765). Red value is 141 (55.47% from 255 or 38.52% from 366); Green value is 190 (74.61% from 255 or 51.91% from 366); Blue value is 35 (14.06% from 255 or 9.56% from 366); Max value from RGB is 190 - color contains mainly: green. Hex color #8DBE23 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8DBE23 is #7241DC. Grayscale: #9E9E9E. Windows color (decimal): -7487965 or 2342541. OLE color: 2342541.
HSL color Cylindrical-coordinate representation of color #8DBE23: hue angle of 78.97º degrees, saturation: 0.69, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #8DBE23 is Cyan = 0.26, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 141 | 190 | 35 | - |
| CMYK | 0.26 | 0 | 0.82 | 0.25 |
| HSL | 78.97º | 0.69% | 0.44% | - |
| HSV(B) | 78.97º | 0.82% | 0.75% | - |
| XYZ | 29.7 | 42.61 | 8.25 | - |
| YUV | 157.68 | 58.77 | 116.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 190 | 35 | 0.26 | 0 | 0.82 | 0.25 | 78.97 | 0.69 | 0.44 |
| Hex | 8D | BE | 23 | 1A | 0 | 52 | 19 | 4F | 45 | 2C |
| Octal | 215 | 276 | 43 | 32 | 0 | 122 | 31 | 117 | 105 | 54 |
| Binary | 10001101 | 10111110 | 100011 | 11010 | 0 | 1010010 | 11001 | 1001111 | 1000101 | 101100 |
Color Harmonies of #8DBE23
Complementary color
Monochromatic Colors of #8DBE23
Black with #8DBE23
Text Example
Text Example
White with #8DBE23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DBE23; }
p { color: rgb(141,190,35); }
H1.HeaderClassName
{
color: #8DBE23;
}
.AnyTagClassName
{
color: #8DBE23;
}
</style>
background-color css
<style>
a { background-color: #8DBE23; }
a { background-color: rgb(141,190,35); }
div.DivClassName
{
background-color: #8DBE23;
}
.BgClassName
{
background-color: #8DBE23;
}
</style>
border-color css
<style>
span { border-color: #8DBE23; }
span { border-color: rgb(141,190,35); }
td.TdClassName
{
border-color: #8DBE23;
}
.TagClassName
{
border-color: #8DBE23;
}
</style>