Shades of Limerick #85BF28
Tints of Limerick #85BF28
RGB
CMYK
RGB Variations
Color information
#85BF28 (or 0x85BF28) is known color: Limerick. HEX triplet: 85, BF and 28. RGB value is (133,191,40). Sum of RGB (Red+Green+Blue) = 133+191+40=364 (48% of max value = 765). Red value is 133 (52.34% from 255 or 36.54% from 364); Green value is 191 (75% from 255 or 52.47% from 364); Blue value is 40 (16.02% from 255 or 10.99% from 364); Max value from RGB is 191 - color contains mainly: green. Hex color #85BF28 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #85BF28 is #7A40D7. Grayscale: #9C9C9C. Windows color (decimal): -8011992 or 2670469. OLE color: 2670469.
HSL color Cylindrical-coordinate representation of color #85BF28: hue angle of 83.05º degrees, saturation: 0.65, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #85BF28 is Cyan = 0.30, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 133 | 191 | 40 | - |
| CMYK | 0.30 | 0 | 0.79 | 0.25 |
| HSL | 83.05º | 0.65% | 0.45% | - |
| HSV(B) | 83.05º | 0.79% | 0.75% | - |
| XYZ | 28.69 | 42.4 | 8.68 | - |
| YUV | 156.44 | 62.28 | 111.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 191 | 40 | 0.30 | 0 | 0.79 | 0.25 | 83.05 | 0.65 | 0.45 |
| Hex | 85 | BF | 28 | 1E | 0 | 4F | 19 | 53 | 41 | 2D |
| Octal | 205 | 277 | 50 | 36 | 0 | 117 | 31 | 123 | 101 | 55 |
| Binary | 10000101 | 10111111 | 101000 | 11110 | 0 | 1001111 | 11001 | 1010011 | 1000001 | 101101 |
Color Harmonies of #85BF28
Complementary color
Monochromatic Colors of #85BF28
Black with #85BF28
Text Example
Text Example
White with #85BF28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85BF28; }
p { color: rgb(133,191,40); }
H1.HeaderClassName
{
color: #85BF28;
}
.AnyTagClassName
{
color: #85BF28;
}
</style>
background-color css
<style>
a { background-color: #85BF28; }
a { background-color: rgb(133,191,40); }
div.DivClassName
{
background-color: #85BF28;
}
.BgClassName
{
background-color: #85BF28;
}
</style>
border-color css
<style>
span { border-color: #85BF28; }
span { border-color: rgb(133,191,40); }
td.TdClassName
{
border-color: #85BF28;
}
.TagClassName
{
border-color: #85BF28;
}
</style>