Shades of Limerick #85BD21
Tints of Limerick #85BD21
RGB
CMYK
RGB Variations
Color information
#85BD21 (or 0x85BD21) is known color: Limerick. HEX triplet: 85, BD and 21. RGB value is (133,189,33). Sum of RGB (Red+Green+Blue) = 133+189+33=355 (47% of max value = 765). Red value is 133 (52.34% from 255 or 37.46% from 355); Green value is 189 (74.22% from 255 or 53.24% from 355); Blue value is 33 (13.28% from 255 or 9.30% from 355); Max value from RGB is 189 - color contains mainly: green. Hex color #85BD21 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #85BD21 is #7A42DE. Grayscale: #9B9B9B. Windows color (decimal): -8012511 or 2211205. OLE color: 2211205.
HSL color Cylindrical-coordinate representation of color #85BD21: hue angle of 81.54º degrees, saturation: 0.7, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #85BD21 is Cyan = 0.30, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 133 | 189 | 33 | - |
| CMYK | 0.30 | 0 | 0.83 | 0.26 |
| HSL | 81.54º | 0.7% | 0.44% | - |
| HSV(B) | 81.54º | 0.83% | 0.74% | - |
| XYZ | 28.14 | 41.49 | 7.96 | - |
| YUV | 154.47 | 59.45 | 112.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 189 | 33 | 0.30 | 0 | 0.83 | 0.26 | 81.54 | 0.7 | 0.44 |
| Hex | 85 | BD | 21 | 1E | 0 | 53 | 1A | 52 | 46 | 2C |
| Octal | 205 | 275 | 41 | 36 | 0 | 123 | 32 | 122 | 106 | 54 |
| Binary | 10000101 | 10111101 | 100001 | 11110 | 0 | 1010011 | 11010 | 1010010 | 1000110 | 101100 |
Color Harmonies of #85BD21
Complementary color
Monochromatic Colors of #85BD21
Black with #85BD21
Text Example
Text Example
White with #85BD21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85BD21; }
p { color: rgb(133,189,33); }
H1.HeaderClassName
{
color: #85BD21;
}
.AnyTagClassName
{
color: #85BD21;
}
</style>
background-color css
<style>
a { background-color: #85BD21; }
a { background-color: rgb(133,189,33); }
div.DivClassName
{
background-color: #85BD21;
}
.BgClassName
{
background-color: #85BD21;
}
</style>
border-color css
<style>
span { border-color: #85BD21; }
span { border-color: rgb(133,189,33); }
td.TdClassName
{
border-color: #85BD21;
}
.TagClassName
{
border-color: #85BD21;
}
</style>