Shades of Limerick #85BD28
Tints of Limerick #85BD28
RGB
CMYK
RGB Variations
Color information
#85BD28 (or 0x85BD28) is known color: Limerick. HEX triplet: 85, BD and 28. RGB value is (133,189,40). Sum of RGB (Red+Green+Blue) = 133+189+40=362 (47% of max value = 765). Red value is 133 (52.34% from 255 or 36.74% from 362); Green value is 189 (74.22% from 255 or 52.21% from 362); Blue value is 40 (16.02% from 255 or 11.05% from 362); Max value from RGB is 189 - color contains mainly: green. Hex color #85BD28 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #85BD28 is #7A42D7. Grayscale: #9B9B9B. Windows color (decimal): -8012504 or 2669957. OLE color: 2669957.
HSL color Cylindrical-coordinate representation of color #85BD28: hue angle of 82.55º 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 #85BD28 is Cyan = 0.30, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 133 | 189 | 40 | - |
| CMYK | 0.30 | 0 | 0.79 | 0.26 |
| HSL | 82.55º | 0.65% | 0.45% | - |
| HSV(B) | 82.55º | 0.79% | 0.74% | - |
| XYZ | 28.25 | 41.53 | 8.54 | - |
| YUV | 155.27 | 62.95 | 112.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 189 | 40 | 0.30 | 0 | 0.79 | 0.26 | 82.55 | 0.65 | 0.45 |
| Hex | 85 | BD | 28 | 1E | 0 | 4F | 1A | 53 | 41 | 2D |
| Octal | 205 | 275 | 50 | 36 | 0 | 117 | 32 | 123 | 101 | 55 |
| Binary | 10000101 | 10111101 | 101000 | 11110 | 0 | 1001111 | 11010 | 1010011 | 1000001 | 101101 |
Color Harmonies of #85BD28
Complementary color
Monochromatic Colors of #85BD28
Black with #85BD28
Text Example
Text Example
White with #85BD28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85BD28; }
p { color: rgb(133,189,40); }
H1.HeaderClassName
{
color: #85BD28;
}
.AnyTagClassName
{
color: #85BD28;
}
</style>
background-color css
<style>
a { background-color: #85BD28; }
a { background-color: rgb(133,189,40); }
div.DivClassName
{
background-color: #85BD28;
}
.BgClassName
{
background-color: #85BD28;
}
</style>
border-color css
<style>
span { border-color: #85BD28; }
span { border-color: rgb(133,189,40); }
td.TdClassName
{
border-color: #85BD28;
}
.TagClassName
{
border-color: #85BD28;
}
</style>