Shades of Limerick #86C025
Tints of Limerick #86C025
RGB
CMYK
RGB Variations
Color information
#86C025 (or 0x86C025) is known color: Limerick. HEX triplet: 86, C0 and 25. RGB value is (134,192,37). Sum of RGB (Red+Green+Blue) = 134+192+37=363 (48% of max value = 765). Red value is 134 (52.73% from 255 or 36.91% from 363); Green value is 192 (75.39% from 255 or 52.89% from 363); Blue value is 37 (14.84% from 255 or 10.19% from 363); Max value from RGB is 192 - color contains mainly: green. Hex color #86C025 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #86C025 is #793FDA. Grayscale: #9D9D9D. Windows color (decimal): -7946203 or 2474118. OLE color: 2474118.
HSL color Cylindrical-coordinate representation of color #86C025: hue angle of 82.45º degrees, saturation: 0.68, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #86C025 is Cyan = 0.30, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 134 | 192 | 37 | - |
| CMYK | 0.30 | 0 | 0.81 | 0.25 |
| HSL | 82.45º | 0.68% | 0.45% | - |
| HSV(B) | 82.45º | 0.81% | 0.75% | - |
| XYZ | 29.02 | 42.9 | 8.5 | - |
| YUV | 156.99 | 60.28 | 111.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 192 | 37 | 0.30 | 0 | 0.81 | 0.25 | 82.45 | 0.68 | 0.45 |
| Hex | 86 | C0 | 25 | 1E | 0 | 51 | 19 | 52 | 44 | 2D |
| Octal | 206 | 300 | 45 | 36 | 0 | 121 | 31 | 122 | 104 | 55 |
| Binary | 10000110 | 11000000 | 100101 | 11110 | 0 | 1010001 | 11001 | 1010010 | 1000100 | 101101 |
Color Harmonies of #86C025
Complementary color
Monochromatic Colors of #86C025
Black with #86C025
Text Example
Text Example
White with #86C025
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86C025; }
p { color: rgb(134,192,37); }
H1.HeaderClassName
{
color: #86C025;
}
.AnyTagClassName
{
color: #86C025;
}
</style>
background-color css
<style>
a { background-color: #86C025; }
a { background-color: rgb(134,192,37); }
div.DivClassName
{
background-color: #86C025;
}
.BgClassName
{
background-color: #86C025;
}
</style>
border-color css
<style>
span { border-color: #86C025; }
span { border-color: rgb(134,192,37); }
td.TdClassName
{
border-color: #86C025;
}
.TagClassName
{
border-color: #86C025;
}
</style>