Shades of Limerick #85BD27
Tints of Limerick #85BD27
RGB
CMYK
RGB Variations
Color information
#85BD27 (or 0x85BD27) is known color: Limerick. HEX triplet: 85, BD and 27. RGB value is (133,189,39). Sum of RGB (Red+Green+Blue) = 133+189+39=361 (47% of max value = 765). Red value is 133 (52.34% from 255 or 36.84% from 361); Green value is 189 (74.22% from 255 or 52.35% from 361); Blue value is 39 (15.62% from 255 or 10.80% from 361); Max value from RGB is 189 - color contains mainly: green. Hex color #85BD27 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #85BD27 is #7A42D8. Grayscale: #9B9B9B. Windows color (decimal): -8012505 or 2604421. OLE color: 2604421.
HSL color Cylindrical-coordinate representation of color #85BD27: hue angle of 82.4º degrees, saturation: 0.66, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #85BD27 is Cyan = 0.30, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 133 | 189 | 39 | - |
| CMYK | 0.30 | 0 | 0.79 | 0.26 |
| HSL | 82.4º | 0.66% | 0.45% | - |
| HSV(B) | 82.4º | 0.79% | 0.74% | - |
| XYZ | 28.24 | 41.53 | 8.45 | - |
| YUV | 155.16 | 62.45 | 112.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 189 | 39 | 0.30 | 0 | 0.79 | 0.26 | 82.4 | 0.66 | 0.45 |
| Hex | 85 | BD | 27 | 1E | 0 | 4F | 1A | 52 | 42 | 2D |
| Octal | 205 | 275 | 47 | 36 | 0 | 117 | 32 | 122 | 102 | 55 |
| Binary | 10000101 | 10111101 | 100111 | 11110 | 0 | 1001111 | 11010 | 1010010 | 1000010 | 101101 |
Color Harmonies of #85BD27
Complementary color
Monochromatic Colors of #85BD27
Black with #85BD27
Text Example
Text Example
White with #85BD27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85BD27; }
p { color: rgb(133,189,39); }
H1.HeaderClassName
{
color: #85BD27;
}
.AnyTagClassName
{
color: #85BD27;
}
</style>
background-color css
<style>
a { background-color: #85BD27; }
a { background-color: rgb(133,189,39); }
div.DivClassName
{
background-color: #85BD27;
}
.BgClassName
{
background-color: #85BD27;
}
</style>
border-color css
<style>
span { border-color: #85BD27; }
span { border-color: rgb(133,189,39); }
td.TdClassName
{
border-color: #85BD27;
}
.TagClassName
{
border-color: #85BD27;
}
</style>