Shades of Limerick #8DBE26
Tints of Limerick #8DBE26
RGB
CMYK
RGB Variations
Color information
#8DBE26 (or 0x8DBE26) is known color: Limerick. HEX triplet: 8D, BE and 26. RGB value is (141,190,38). Sum of RGB (Red+Green+Blue) = 141+190+38=369 (48% of max value = 765). Red value is 141 (55.47% from 255 or 38.21% from 369); Green value is 190 (74.61% from 255 or 51.49% from 369); Blue value is 38 (15.23% from 255 or 10.30% from 369); Max value from RGB is 190 - color contains mainly: green. Hex color #8DBE26 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8DBE26 is #7241D9. Grayscale: #9E9E9E. Windows color (decimal): -7487962 or 2539149. OLE color: 2539149.
HSL color Cylindrical-coordinate representation of color #8DBE26: hue angle of 79.34º degrees, saturation: 0.67, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #8DBE26 is Cyan = 0.26, Magento = 0, Yellow = 0.8 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 141 | 190 | 38 | - |
| CMYK | 0.26 | 0 | 0.8 | 0.25 |
| HSL | 79.34º | 0.67% | 0.45% | - |
| HSV(B) | 79.34º | 0.8% | 0.75% | - |
| XYZ | 29.75 | 42.63 | 8.49 | - |
| YUV | 158.02 | 60.27 | 115.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 190 | 38 | 0.26 | 0 | 0.8 | 0.25 | 79.34 | 0.67 | 0.45 |
| Hex | 8D | BE | 26 | 1A | 0 | 50 | 19 | 4F | 43 | 2D |
| Octal | 215 | 276 | 46 | 32 | 0 | 120 | 31 | 117 | 103 | 55 |
| Binary | 10001101 | 10111110 | 100110 | 11010 | 0 | 1010000 | 11001 | 1001111 | 1000011 | 101101 |
Color Harmonies of #8DBE26
Complementary color
Monochromatic Colors of #8DBE26
Black with #8DBE26
Text Example
Text Example
White with #8DBE26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DBE26; }
p { color: rgb(141,190,38); }
H1.HeaderClassName
{
color: #8DBE26;
}
.AnyTagClassName
{
color: #8DBE26;
}
</style>
background-color css
<style>
a { background-color: #8DBE26; }
a { background-color: rgb(141,190,38); }
div.DivClassName
{
background-color: #8DBE26;
}
.BgClassName
{
background-color: #8DBE26;
}
</style>
border-color css
<style>
span { border-color: #8DBE26; }
span { border-color: rgb(141,190,38); }
td.TdClassName
{
border-color: #8DBE26;
}
.TagClassName
{
border-color: #8DBE26;
}
</style>