Shades of Limerick #85BF33
Tints of Limerick #85BF33
RGB
CMYK
RGB Variations
Color information
#85BF33 (or 0x85BF33) is known color: Limerick. HEX triplet: 85, BF and 33. RGB value is (133,191,51). Sum of RGB (Red+Green+Blue) = 133+191+51=375 (49% of max value = 765). Red value is 133 (52.34% from 255 or 35.47% from 375); Green value is 191 (75% from 255 or 50.93% from 375); Blue value is 51 (20.31% from 255 or 13.6% from 375); Max value from RGB is 191 - color contains mainly: green. Hex color #85BF33 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #85BF33 is #7A40CC. Grayscale: #9E9E9E. Windows color (decimal): -8011981 or 3391365. OLE color: 3391365.
HSL color Cylindrical-coordinate representation of color #85BF33: hue angle of 84.86º degrees, saturation: 0.58, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #85BF33 is Cyan = 0.30, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 133 | 191 | 51 | - |
| CMYK | 0.30 | 0 | 0.73 | 0.25 |
| HSL | 84.86º | 0.58% | 0.47% | - |
| HSV(B) | 84.86º | 0.73% | 0.75% | - |
| XYZ | 28.9 | 42.49 | 9.81 | - |
| YUV | 157.7 | 67.78 | 110.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 191 | 51 | 0.30 | 0 | 0.73 | 0.25 | 84.86 | 0.58 | 0.47 |
| Hex | 85 | BF | 33 | 1E | 0 | 49 | 19 | 55 | 3A | 2F |
| Octal | 205 | 277 | 63 | 36 | 0 | 111 | 31 | 125 | 72 | 57 |
| Binary | 10000101 | 10111111 | 110011 | 11110 | 0 | 1001001 | 11001 | 1010101 | 111010 | 101111 |
Color Harmonies of #85BF33
Complementary color
Monochromatic Colors of #85BF33
Black with #85BF33
Text Example
Text Example
White with #85BF33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85BF33; }
p { color: rgb(133,191,51); }
H1.HeaderClassName
{
color: #85BF33;
}
.AnyTagClassName
{
color: #85BF33;
}
</style>
background-color css
<style>
a { background-color: #85BF33; }
a { background-color: rgb(133,191,51); }
div.DivClassName
{
background-color: #85BF33;
}
.BgClassName
{
background-color: #85BF33;
}
</style>
border-color css
<style>
span { border-color: #85BF33; }
span { border-color: rgb(133,191,51); }
td.TdClassName
{
border-color: #85BF33;
}
.TagClassName
{
border-color: #85BF33;
}
</style>