Shades of Limerick #85BF2B
Tints of Limerick #85BF2B
RGB
CMYK
RGB Variations
Color information
#85BF2B (or 0x85BF2B) is known color: Limerick. HEX triplet: 85, BF and 2B. RGB value is (133,191,43). Sum of RGB (Red+Green+Blue) = 133+191+43=367 (48% of max value = 765). Red value is 133 (52.34% from 255 or 36.24% from 367); Green value is 191 (75% from 255 or 52.04% from 367); Blue value is 43 (17.19% from 255 or 11.72% from 367); Max value from RGB is 191 - color contains mainly: green. Hex color #85BF2B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #85BF2B is #7A40D4. Grayscale: #9D9D9D. Windows color (decimal): -8011989 or 2867077. OLE color: 2867077.
HSL color Cylindrical-coordinate representation of color #85BF2B: hue angle of 83.51º degrees, saturation: 0.63, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #85BF2B is Cyan = 0.30, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 133 | 191 | 43 | - |
| CMYK | 0.30 | 0 | 0.77 | 0.25 |
| HSL | 83.51º | 0.63% | 0.46% | - |
| HSV(B) | 83.51º | 0.77% | 0.75% | - |
| XYZ | 28.74 | 42.42 | 8.96 | - |
| YUV | 156.79 | 63.78 | 111.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 191 | 43 | 0.30 | 0 | 0.77 | 0.25 | 83.51 | 0.63 | 0.46 |
| Hex | 85 | BF | 2B | 1E | 0 | 4D | 19 | 54 | 3F | 2E |
| Octal | 205 | 277 | 53 | 36 | 0 | 115 | 31 | 124 | 77 | 56 |
| Binary | 10000101 | 10111111 | 101011 | 11110 | 0 | 1001101 | 11001 | 1010100 | 111111 | 101110 |
Color Harmonies of #85BF2B
Complementary color
Monochromatic Colors of #85BF2B
Black with #85BF2B
Text Example
Text Example
White with #85BF2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85BF2B; }
p { color: rgb(133,191,43); }
H1.HeaderClassName
{
color: #85BF2B;
}
.AnyTagClassName
{
color: #85BF2B;
}
</style>
background-color css
<style>
a { background-color: #85BF2B; }
a { background-color: rgb(133,191,43); }
div.DivClassName
{
background-color: #85BF2B;
}
.BgClassName
{
background-color: #85BF2B;
}
</style>
border-color css
<style>
span { border-color: #85BF2B; }
span { border-color: rgb(133,191,43); }
td.TdClassName
{
border-color: #85BF2B;
}
.TagClassName
{
border-color: #85BF2B;
}
</style>