Shades of Limerick #859F25
Tints of Limerick #859F25
RGB
CMYK
RGB Variations
Color information
#859F25 (or 0x859F25) is known color: Limerick. HEX triplet: 85, 9F and 25. RGB value is (133,159,37). Sum of RGB (Red+Green+Blue) = 133+159+37=329 (43% of max value = 765). Red value is 133 (52.34% from 255 or 40.43% from 329); Green value is 159 (62.5% from 255 or 48.33% from 329); Blue value is 37 (14.84% from 255 or 11.25% from 329); Max value from RGB is 159 - color contains mainly: green. Hex color #859F25 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #859F25 is #7A60DA. Grayscale: #898989. Windows color (decimal): -8020187 or 2465669. OLE color: 2465669.
HSL color Cylindrical-coordinate representation of color #859F25: hue angle of 72.79º degrees, saturation: 0.62, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #859F25 is Cyan = 0.16, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 133 | 159 | 37 | - |
| CMYK | 0.16 | 0 | 0.77 | 0.38 |
| HSL | 72.79º | 0.62% | 0.38% | - |
| HSV(B) | 72.79º | 0.77% | 0.62% | - |
| XYZ | 22.4 | 29.92 | 6.34 | - |
| YUV | 137.32 | 71.39 | 124.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 159 | 37 | 0.16 | 0 | 0.77 | 0.38 | 72.79 | 0.62 | 0.38 |
| Hex | 85 | 9F | 25 | 10 | 0 | 4D | 26 | 49 | 3E | 26 |
| Octal | 205 | 237 | 45 | 20 | 0 | 115 | 46 | 111 | 76 | 46 |
| Binary | 10000101 | 10011111 | 100101 | 10000 | 0 | 1001101 | 100110 | 1001001 | 111110 | 100110 |
Color Harmonies of #859F25
Complementary color
Monochromatic Colors of #859F25
Black with #859F25
Text Example
Text Example
White with #859F25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #859F25; }
p { color: rgb(133,159,37); }
H1.HeaderClassName
{
color: #859F25;
}
.AnyTagClassName
{
color: #859F25;
}
</style>
background-color css
<style>
a { background-color: #859F25; }
a { background-color: rgb(133,159,37); }
div.DivClassName
{
background-color: #859F25;
}
.BgClassName
{
background-color: #859F25;
}
</style>
border-color css
<style>
span { border-color: #859F25; }
span { border-color: rgb(133,159,37); }
td.TdClassName
{
border-color: #859F25;
}
.TagClassName
{
border-color: #859F25;
}
</style>