Shades of Limerick #81B230
Tints of Limerick #81B230
RGB
CMYK
RGB Variations
Color information
#81B230 (or 0x81B230) is known color: Limerick. HEX triplet: 81, B2 and 30. RGB value is (129,178,48). Sum of RGB (Red+Green+Blue) = 129+178+48=355 (47% of max value = 765). Red value is 129 (50.78% from 255 or 36.34% from 355); Green value is 178 (69.92% from 255 or 50.14% from 355); Blue value is 48 (19.14% from 255 or 13.52% from 355); Max value from RGB is 178 - color contains mainly: green. Hex color #81B230 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #81B230 is #7E4DCF. Grayscale: #959595. Windows color (decimal): -8277456 or 3191425. OLE color: 3191425.
HSL color Cylindrical-coordinate representation of color #81B230: hue angle of 82.62º degrees, saturation: 0.58, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #81B230 is Cyan = 0.28, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 129 | 178 | 48 | - |
| CMYK | 0.28 | 0 | 0.73 | 0.30 |
| HSL | 82.62º | 0.58% | 0.44% | - |
| HSV(B) | 82.62º | 0.73% | 0.7% | - |
| XYZ | 25.51 | 36.72 | 8.54 | - |
| YUV | 148.53 | 71.27 | 114.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 178 | 48 | 0.28 | 0 | 0.73 | 0.30 | 82.62 | 0.58 | 0.44 |
| Hex | 81 | B2 | 30 | 1C | 0 | 49 | 1E | 53 | 3A | 2C |
| Octal | 201 | 262 | 60 | 34 | 0 | 111 | 36 | 123 | 72 | 54 |
| Binary | 10000001 | 10110010 | 110000 | 11100 | 0 | 1001001 | 11110 | 1010011 | 111010 | 101100 |
Color Harmonies of #81B230
Complementary color
Monochromatic Colors of #81B230
Black with #81B230
Text Example
Text Example
White with #81B230
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81B230; }
p { color: rgb(129,178,48); }
H1.HeaderClassName
{
color: #81B230;
}
.AnyTagClassName
{
color: #81B230;
}
</style>
background-color css
<style>
a { background-color: #81B230; }
a { background-color: rgb(129,178,48); }
div.DivClassName
{
background-color: #81B230;
}
.BgClassName
{
background-color: #81B230;
}
</style>
border-color css
<style>
span { border-color: #81B230; }
span { border-color: rgb(129,178,48); }
td.TdClassName
{
border-color: #81B230;
}
.TagClassName
{
border-color: #81B230;
}
</style>