Shades of Limerick #85BB27
Tints of Limerick #85BB27
RGB
CMYK
RGB Variations
Color information
#85BB27 (or 0x85BB27) is known color: Limerick. HEX triplet: 85, BB and 27. RGB value is (133,187,39). Sum of RGB (Red+Green+Blue) = 133+187+39=359 (47% of max value = 765). Red value is 133 (52.34% from 255 or 37.05% from 359); Green value is 187 (73.44% from 255 or 52.09% from 359); Blue value is 39 (15.62% from 255 or 10.86% from 359); Max value from RGB is 187 - color contains mainly: green. Hex color #85BB27 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #85BB27 is #7A44D8. Grayscale: #9A9A9A. Windows color (decimal): -8013017 or 2603909. OLE color: 2603909.
HSL color Cylindrical-coordinate representation of color #85BB27: hue angle of 81.89º degrees, saturation: 0.65, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #85BB27 is Cyan = 0.29, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 133 | 187 | 39 | - |
| CMYK | 0.29 | 0 | 0.79 | 0.27 |
| HSL | 81.89º | 0.65% | 0.44% | - |
| HSV(B) | 81.89º | 0.79% | 0.73% | - |
| XYZ | 27.81 | 40.67 | 8.3 | - |
| YUV | 153.98 | 63.11 | 113.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 187 | 39 | 0.29 | 0 | 0.79 | 0.27 | 81.89 | 0.65 | 0.44 |
| Hex | 85 | BB | 27 | 1D | 0 | 4F | 1B | 52 | 41 | 2C |
| Octal | 205 | 273 | 47 | 35 | 0 | 117 | 33 | 122 | 101 | 54 |
| Binary | 10000101 | 10111011 | 100111 | 11101 | 0 | 1001111 | 11011 | 1010010 | 1000001 | 101100 |
Color Harmonies of #85BB27
Complementary color
Monochromatic Colors of #85BB27
Black with #85BB27
Text Example
Text Example
White with #85BB27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85BB27; }
p { color: rgb(133,187,39); }
H1.HeaderClassName
{
color: #85BB27;
}
.AnyTagClassName
{
color: #85BB27;
}
</style>
background-color css
<style>
a { background-color: #85BB27; }
a { background-color: rgb(133,187,39); }
div.DivClassName
{
background-color: #85BB27;
}
.BgClassName
{
background-color: #85BB27;
}
</style>
border-color css
<style>
span { border-color: #85BB27; }
span { border-color: rgb(133,187,39); }
td.TdClassName
{
border-color: #85BB27;
}
.TagClassName
{
border-color: #85BB27;
}
</style>