Shades of Limerick #85BC28
Tints of Limerick #85BC28
RGB
CMYK
RGB Variations
Color information
#85BC28 (or 0x85BC28) is known color: Limerick. HEX triplet: 85, BC and 28. RGB value is (133,188,40). Sum of RGB (Red+Green+Blue) = 133+188+40=361 (47% of max value = 765). Red value is 133 (52.34% from 255 or 36.84% from 361); Green value is 188 (73.83% from 255 or 52.08% from 361); Blue value is 40 (16.02% from 255 or 11.08% from 361); Max value from RGB is 188 - color contains mainly: green. Hex color #85BC28 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #85BC28 is #7A43D7. Grayscale: #9B9B9B. Windows color (decimal): -8012760 or 2669701. OLE color: 2669701.
HSL color Cylindrical-coordinate representation of color #85BC28: hue angle of 82.3º degrees, saturation: 0.65, 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 #85BC28 is Cyan = 0.29, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 133 | 188 | 40 | - |
| CMYK | 0.29 | 0 | 0.79 | 0.26 |
| HSL | 82.3º | 0.65% | 0.45% | - |
| HSV(B) | 82.3º | 0.79% | 0.74% | - |
| XYZ | 28.04 | 41.11 | 8.46 | - |
| YUV | 154.68 | 63.28 | 112.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 188 | 40 | 0.29 | 0 | 0.79 | 0.26 | 82.3 | 0.65 | 0.45 |
| Hex | 85 | BC | 28 | 1D | 0 | 4F | 1A | 52 | 41 | 2D |
| Octal | 205 | 274 | 50 | 35 | 0 | 117 | 32 | 122 | 101 | 55 |
| Binary | 10000101 | 10111100 | 101000 | 11101 | 0 | 1001111 | 11010 | 1010010 | 1000001 | 101101 |
Color Harmonies of #85BC28
Complementary color
Monochromatic Colors of #85BC28
Black with #85BC28
Text Example
Text Example
White with #85BC28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85BC28; }
p { color: rgb(133,188,40); }
H1.HeaderClassName
{
color: #85BC28;
}
.AnyTagClassName
{
color: #85BC28;
}
</style>
background-color css
<style>
a { background-color: #85BC28; }
a { background-color: rgb(133,188,40); }
div.DivClassName
{
background-color: #85BC28;
}
.BgClassName
{
background-color: #85BC28;
}
</style>
border-color css
<style>
span { border-color: #85BC28; }
span { border-color: rgb(133,188,40); }
td.TdClassName
{
border-color: #85BC28;
}
.TagClassName
{
border-color: #85BC28;
}
</style>