Shades of Limerick #81BD38
Tints of Limerick #81BD38
RGB
CMYK
RGB Variations
Color information
#81BD38 (or 0x81BD38) is known color: Limerick. HEX triplet: 81, BD and 38. RGB value is (129,189,56). Sum of RGB (Red+Green+Blue) = 129+189+56=374 (49% of max value = 765). Red value is 129 (50.78% from 255 or 34.49% from 374); Green value is 189 (74.22% from 255 or 50.53% from 374); Blue value is 56 (22.27% from 255 or 14.97% from 374); Max value from RGB is 189 - color contains mainly: green. Hex color #81BD38 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #81BD38 is #7E42C7. Grayscale: #9C9C9C. Windows color (decimal): -8274632 or 3718529. OLE color: 3718529.
HSL color Cylindrical-coordinate representation of color #81BD38: hue angle of 87.07º degrees, saturation: 0.54, 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 #81BD38 is Cyan = 0.32, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 129 | 189 | 56 | - |
| CMYK | 0.32 | 0 | 0.70 | 0.26 |
| HSL | 87.07º | 0.54% | 0.48% | - |
| HSV(B) | 87.07º | 0.7% | 0.74% | - |
| XYZ | 27.96 | 41.35 | 10.25 | - |
| YUV | 155.9 | 71.62 | 108.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 189 | 56 | 0.32 | 0 | 0.70 | 0.26 | 87.07 | 0.54 | 0.48 |
| Hex | 81 | BD | 38 | 20 | 0 | 46 | 1A | 57 | 36 | 30 |
| Octal | 201 | 275 | 70 | 40 | 0 | 106 | 32 | 127 | 66 | 60 |
| Binary | 10000001 | 10111101 | 111000 | 100000 | 0 | 1000110 | 11010 | 1010111 | 110110 | 110000 |
Color Harmonies of #81BD38
Complementary color
Monochromatic Colors of #81BD38
Black with #81BD38
Text Example
Text Example
White with #81BD38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81BD38; }
p { color: rgb(129,189,56); }
H1.HeaderClassName
{
color: #81BD38;
}
.AnyTagClassName
{
color: #81BD38;
}
</style>
background-color css
<style>
a { background-color: #81BD38; }
a { background-color: rgb(129,189,56); }
div.DivClassName
{
background-color: #81BD38;
}
.BgClassName
{
background-color: #81BD38;
}
</style>
border-color css
<style>
span { border-color: #81BD38; }
span { border-color: rgb(129,189,56); }
td.TdClassName
{
border-color: #81BD38;
}
.TagClassName
{
border-color: #81BD38;
}
</style>