Shades of Limerick #85BE30
Tints of Limerick #85BE30
RGB
CMYK
RGB Variations
Color information
#85BE30 (or 0x85BE30) is known color: Limerick. HEX triplet: 85, BE and 30. RGB value is (133,190,48). Sum of RGB (Red+Green+Blue) = 133+190+48=371 (49% of max value = 765). Red value is 133 (52.34% from 255 or 35.85% from 371); Green value is 190 (74.61% from 255 or 51.21% from 371); Blue value is 48 (19.14% from 255 or 12.94% from 371); Max value from RGB is 190 - color contains mainly: green. Hex color #85BE30 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #85BE30 is #7A41CF. Grayscale: #9D9D9D. Windows color (decimal): -8012240 or 3194501. OLE color: 3194501.
HSL color Cylindrical-coordinate representation of color #85BE30: hue angle of 84.08º degrees, saturation: 0.6, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #85BE30 is Cyan = 0.3, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 133 | 190 | 48 | - |
| CMYK | 0.3 | 0 | 0.75 | 0.25 |
| HSL | 84.08º | 0.6% | 0.47% | - |
| HSV(B) | 84.08º | 0.75% | 0.75% | - |
| XYZ | 28.62 | 42.03 | 9.4 | - |
| YUV | 156.77 | 66.62 | 111.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 190 | 48 | 0.3 | 0 | 0.75 | 0.25 | 84.08 | 0.6 | 0.47 |
| Hex | 85 | BE | 30 | 1E | 0 | 4B | 19 | 54 | 3C | 2F |
| Octal | 205 | 276 | 60 | 36 | 0 | 113 | 31 | 124 | 74 | 57 |
| Binary | 10000101 | 10111110 | 110000 | 11110 | 0 | 1001011 | 11001 | 1010100 | 111100 | 101111 |
Color Harmonies of #85BE30
Complementary color
Monochromatic Colors of #85BE30
Black with #85BE30
Text Example
Text Example
White with #85BE30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85BE30; }
p { color: rgb(133,190,48); }
H1.HeaderClassName
{
color: #85BE30;
}
.AnyTagClassName
{
color: #85BE30;
}
</style>
background-color css
<style>
a { background-color: #85BE30; }
a { background-color: rgb(133,190,48); }
div.DivClassName
{
background-color: #85BE30;
}
.BgClassName
{
background-color: #85BE30;
}
</style>
border-color css
<style>
span { border-color: #85BE30; }
span { border-color: rgb(133,190,48); }
td.TdClassName
{
border-color: #85BE30;
}
.TagClassName
{
border-color: #85BE30;
}
</style>