Shades of Limerick #85C12B
Tints of Limerick #85C12B
RGB
CMYK
RGB Variations
Color information
#85C12B (or 0x85C12B) is known color: Limerick. HEX triplet: 85, C1 and 2B. RGB value is (133,193,43). Sum of RGB (Red+Green+Blue) = 133+193+43=369 (48% of max value = 765). Red value is 133 (52.34% from 255 or 36.04% from 369); Green value is 193 (75.78% from 255 or 52.30% from 369); Blue value is 43 (17.19% from 255 or 11.65% from 369); Max value from RGB is 193 - color contains mainly: green. Hex color #85C12B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #85C12B is #7A3ED4. Grayscale: #9E9E9E. Windows color (decimal): -8011477 or 2867589. OLE color: 2867589.
HSL color Cylindrical-coordinate representation of color #85C12B: hue angle of 84º degrees, saturation: 0.64, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #85C12B is Cyan = 0.31, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 133 | 193 | 43 | - |
| CMYK | 0.31 | 0 | 0.78 | 0.24 |
| HSL | 84º | 0.64% | 0.46% | - |
| HSV(B) | 84º | 0.78% | 0.76% | - |
| XYZ | 29.18 | 43.3 | 9.11 | - |
| YUV | 157.96 | 63.12 | 110.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 193 | 43 | 0.31 | 0 | 0.78 | 0.24 | 84 | 0.64 | 0.46 |
| Hex | 85 | C1 | 2B | 1F | 0 | 4E | 18 | 54 | 40 | 2E |
| Octal | 205 | 301 | 53 | 37 | 0 | 116 | 30 | 124 | 100 | 56 |
| Binary | 10000101 | 11000001 | 101011 | 11111 | 0 | 1001110 | 11000 | 1010100 | 1000000 | 101110 |
Color Harmonies of #85C12B
Complementary color
Monochromatic Colors of #85C12B
Black with #85C12B
Text Example
Text Example
White with #85C12B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85C12B; }
p { color: rgb(133,193,43); }
H1.HeaderClassName
{
color: #85C12B;
}
.AnyTagClassName
{
color: #85C12B;
}
</style>
background-color css
<style>
a { background-color: #85C12B; }
a { background-color: rgb(133,193,43); }
div.DivClassName
{
background-color: #85C12B;
}
.BgClassName
{
background-color: #85C12B;
}
</style>
border-color css
<style>
span { border-color: #85C12B; }
span { border-color: rgb(133,193,43); }
td.TdClassName
{
border-color: #85C12B;
}
.TagClassName
{
border-color: #85C12B;
}
</style>