Shades of Limerick #85BC30
Tints of Limerick #85BC30
RGB
CMYK
RGB Variations
Color information
#85BC30 (or 0x85BC30) is known color: Limerick. HEX triplet: 85, BC and 30. RGB value is (133,188,48). Sum of RGB (Red+Green+Blue) = 133+188+48=369 (48% of max value = 765). Red value is 133 (52.34% from 255 or 36.04% from 369); Green value is 188 (73.83% from 255 or 50.95% from 369); Blue value is 48 (19.14% from 255 or 13.01% from 369); Max value from RGB is 188 - color contains mainly: green. Hex color #85BC30 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #85BC30 is #7A43CF. Grayscale: #9C9C9C. Windows color (decimal): -8012752 or 3193989. OLE color: 3193989.
HSL color Cylindrical-coordinate representation of color #85BC30: hue angle of 83.57º degrees, saturation: 0.59, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #85BC30 is Cyan = 0.29, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 133 | 188 | 48 | - |
| CMYK | 0.29 | 0 | 0.74 | 0.26 |
| HSL | 83.57º | 0.59% | 0.46% | - |
| HSV(B) | 83.57º | 0.74% | 0.74% | - |
| XYZ | 28.19 | 41.17 | 9.26 | - |
| YUV | 155.6 | 67.28 | 111.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 188 | 48 | 0.29 | 0 | 0.74 | 0.26 | 83.57 | 0.59 | 0.46 |
| Hex | 85 | BC | 30 | 1D | 0 | 4A | 1A | 54 | 3B | 2E |
| Octal | 205 | 274 | 60 | 35 | 0 | 112 | 32 | 124 | 73 | 56 |
| Binary | 10000101 | 10111100 | 110000 | 11101 | 0 | 1001010 | 11010 | 1010100 | 111011 | 101110 |
Color Harmonies of #85BC30
Complementary color
Monochromatic Colors of #85BC30
Black with #85BC30
Text Example
Text Example
White with #85BC30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85BC30; }
p { color: rgb(133,188,48); }
H1.HeaderClassName
{
color: #85BC30;
}
.AnyTagClassName
{
color: #85BC30;
}
</style>
background-color css
<style>
a { background-color: #85BC30; }
a { background-color: rgb(133,188,48); }
div.DivClassName
{
background-color: #85BC30;
}
.BgClassName
{
background-color: #85BC30;
}
</style>
border-color css
<style>
span { border-color: #85BC30; }
span { border-color: rgb(133,188,48); }
td.TdClassName
{
border-color: #85BC30;
}
.TagClassName
{
border-color: #85BC30;
}
</style>