Shades of Limerick #85BB38
Tints of Limerick #85BB38
RGB
CMYK
RGB Variations
Color information
#85BB38 (or 0x85BB38) is known color: Limerick. HEX triplet: 85, BB and 38. RGB value is (133,187,56). Sum of RGB (Red+Green+Blue) = 133+187+56=376 (49% of max value = 765). Red value is 133 (52.34% from 255 or 35.37% from 376); Green value is 187 (73.44% from 255 or 49.73% from 376); Blue value is 56 (22.27% from 255 or 14.89% from 376); Max value from RGB is 187 - color contains mainly: green. Hex color #85BB38 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #85BB38 is #7A44C7. Grayscale: #9C9C9C. Windows color (decimal): -8013000 or 3718021. OLE color: 3718021.
HSL color Cylindrical-coordinate representation of color #85BB38: hue angle of 84.73º degrees, saturation: 0.54, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #85BB38 is Cyan = 0.29, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 133 | 187 | 56 | - |
| CMYK | 0.29 | 0 | 0.70 | 0.27 |
| HSL | 84.73º | 0.54% | 0.48% | - |
| HSV(B) | 84.73º | 0.7% | 0.73% | - |
| XYZ | 28.16 | 40.81 | 10.13 | - |
| YUV | 155.92 | 71.61 | 111.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 187 | 56 | 0.29 | 0 | 0.70 | 0.27 | 84.73 | 0.54 | 0.48 |
| Hex | 85 | BB | 38 | 1D | 0 | 46 | 1B | 55 | 36 | 30 |
| Octal | 205 | 273 | 70 | 35 | 0 | 106 | 33 | 125 | 66 | 60 |
| Binary | 10000101 | 10111011 | 111000 | 11101 | 0 | 1000110 | 11011 | 1010101 | 110110 | 110000 |
Color Harmonies of #85BB38
Complementary color
Monochromatic Colors of #85BB38
Black with #85BB38
Text Example
Text Example
White with #85BB38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85BB38; }
p { color: rgb(133,187,56); }
H1.HeaderClassName
{
color: #85BB38;
}
.AnyTagClassName
{
color: #85BB38;
}
</style>
background-color css
<style>
a { background-color: #85BB38; }
a { background-color: rgb(133,187,56); }
div.DivClassName
{
background-color: #85BB38;
}
.BgClassName
{
background-color: #85BB38;
}
</style>
border-color css
<style>
span { border-color: #85BB38; }
span { border-color: rgb(133,187,56); }
td.TdClassName
{
border-color: #85BB38;
}
.TagClassName
{
border-color: #85BB38;
}
</style>