Shades of Limerick #81B435
Tints of Limerick #81B435
RGB
CMYK
RGB Variations
Color information
#81B435 (or 0x81B435) is known color: Limerick. HEX triplet: 81, B4 and 35. RGB value is (129,180,53). Sum of RGB (Red+Green+Blue) = 129+180+53=362 (47% of max value = 765). Red value is 129 (50.78% from 255 or 35.64% from 362); Green value is 180 (70.70% from 255 or 49.72% from 362); Blue value is 53 (21.09% from 255 or 14.64% from 362); Max value from RGB is 180 - color contains mainly: green. Hex color #81B435 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #81B435 is #7E4BCA. Grayscale: #969696. Windows color (decimal): -8276939 or 3519617. OLE color: 3519617.
HSL color Cylindrical-coordinate representation of color #81B435: hue angle of 84.09º degrees, saturation: 0.55, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #81B435 is Cyan = 0.28, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 129 | 180 | 53 | - |
| CMYK | 0.28 | 0 | 0.71 | 0.29 |
| HSL | 84.09º | 0.55% | 0.46% | - |
| HSV(B) | 84.09º | 0.71% | 0.71% | - |
| XYZ | 26.02 | 37.57 | 9.25 | - |
| YUV | 150.27 | 73.1 | 112.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 180 | 53 | 0.28 | 0 | 0.71 | 0.29 | 84.09 | 0.55 | 0.46 |
| Hex | 81 | B4 | 35 | 1C | 0 | 47 | 1D | 54 | 37 | 2E |
| Octal | 201 | 264 | 65 | 34 | 0 | 107 | 35 | 124 | 67 | 56 |
| Binary | 10000001 | 10110100 | 110101 | 11100 | 0 | 1000111 | 11101 | 1010100 | 110111 | 101110 |
Color Harmonies of #81B435
Complementary color
Monochromatic Colors of #81B435
Black with #81B435
Text Example
Text Example
White with #81B435
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81B435; }
p { color: rgb(129,180,53); }
H1.HeaderClassName
{
color: #81B435;
}
.AnyTagClassName
{
color: #81B435;
}
</style>
background-color css
<style>
a { background-color: #81B435; }
a { background-color: rgb(129,180,53); }
div.DivClassName
{
background-color: #81B435;
}
.BgClassName
{
background-color: #81B435;
}
</style>
border-color css
<style>
span { border-color: #81B435; }
span { border-color: rgb(129,180,53); }
td.TdClassName
{
border-color: #81B435;
}
.TagClassName
{
border-color: #81B435;
}
</style>