Shades of Limerick #81BC39
Tints of Limerick #81BC39
RGB
CMYK
RGB Variations
Color information
#81BC39 (or 0x81BC39) is known color: Limerick. HEX triplet: 81, BC and 39. RGB value is (129,188,57). Sum of RGB (Red+Green+Blue) = 129+188+57=374 (49% of max value = 765). Red value is 129 (50.78% from 255 or 34.49% from 374); Green value is 188 (73.83% from 255 or 50.27% from 374); Blue value is 57 (22.66% from 255 or 15.24% from 374); Max value from RGB is 188 - color contains mainly: green. Hex color #81BC39 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #81BC39 is #7E43C6. Grayscale: #9B9B9B. Windows color (decimal): -8274887 or 3783809. OLE color: 3783809.
HSL color Cylindrical-coordinate representation of color #81BC39: hue angle of 87.02º degrees, saturation: 0.53, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #81BC39 is Cyan = 0.31, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 129 | 188 | 57 | - |
| CMYK | 0.31 | 0 | 0.70 | 0.26 |
| HSL | 87.02º | 0.53% | 0.48% | - |
| HSV(B) | 87.02º | 0.7% | 0.74% | - |
| XYZ | 27.78 | 40.93 | 10.31 | - |
| YUV | 155.43 | 72.45 | 109.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 188 | 57 | 0.31 | 0 | 0.70 | 0.26 | 87.02 | 0.53 | 0.48 |
| Hex | 81 | BC | 39 | 1F | 0 | 46 | 1A | 57 | 35 | 30 |
| Octal | 201 | 274 | 71 | 37 | 0 | 106 | 32 | 127 | 65 | 60 |
| Binary | 10000001 | 10111100 | 111001 | 11111 | 0 | 1000110 | 11010 | 1010111 | 110101 | 110000 |
Color Harmonies of #81BC39
Complementary color
Monochromatic Colors of #81BC39
Black with #81BC39
Text Example
Text Example
White with #81BC39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81BC39; }
p { color: rgb(129,188,57); }
H1.HeaderClassName
{
color: #81BC39;
}
.AnyTagClassName
{
color: #81BC39;
}
</style>
background-color css
<style>
a { background-color: #81BC39; }
a { background-color: rgb(129,188,57); }
div.DivClassName
{
background-color: #81BC39;
}
.BgClassName
{
background-color: #81BC39;
}
</style>
border-color css
<style>
span { border-color: #81BC39; }
span { border-color: rgb(129,188,57); }
td.TdClassName
{
border-color: #81BC39;
}
.TagClassName
{
border-color: #81BC39;
}
</style>