Shades of Limerick #80B434
Tints of Limerick #80B434
RGB
CMYK
RGB Variations
Color information
#80B434 (or 0x80B434) is known color: Limerick. HEX triplet: 80, B4 and 34. RGB value is (128,180,52). Sum of RGB (Red+Green+Blue) = 128+180+52=360 (47% of max value = 765). Red value is 128 (50.39% from 255 or 35.56% from 360); Green value is 180 (70.70% from 255 or 50% from 360); Blue value is 52 (20.70% from 255 or 14.44% from 360); Max value from RGB is 180 - color contains mainly: green. Hex color #80B434 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #80B434 is #7F4BCB. Grayscale: #969696. Windows color (decimal): -8342476 or 3454080. OLE color: 3454080.
HSL color Cylindrical-coordinate representation of color #80B434: hue angle of 84.38º degrees, saturation: 0.55, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #80B434 is Cyan = 0.29, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 128 | 180 | 52 | - |
| CMYK | 0.29 | 0 | 0.71 | 0.29 |
| HSL | 84.38º | 0.55% | 0.45% | - |
| HSV(B) | 84.38º | 0.71% | 0.71% | - |
| XYZ | 25.84 | 37.48 | 9.12 | - |
| YUV | 149.86 | 72.77 | 112.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 180 | 52 | 0.29 | 0 | 0.71 | 0.29 | 84.38 | 0.55 | 0.45 |
| Hex | 80 | B4 | 34 | 1D | 0 | 47 | 1D | 54 | 37 | 2D |
| Octal | 200 | 264 | 64 | 35 | 0 | 107 | 35 | 124 | 67 | 55 |
| Binary | 10000000 | 10110100 | 110100 | 11101 | 0 | 1000111 | 11101 | 1010100 | 110111 | 101101 |
Color Harmonies of #80B434
Complementary color
Monochromatic Colors of #80B434
Black with #80B434
Text Example
Text Example
White with #80B434
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80B434; }
p { color: rgb(128,180,52); }
H1.HeaderClassName
{
color: #80B434;
}
.AnyTagClassName
{
color: #80B434;
}
</style>
background-color css
<style>
a { background-color: #80B434; }
a { background-color: rgb(128,180,52); }
div.DivClassName
{
background-color: #80B434;
}
.BgClassName
{
background-color: #80B434;
}
</style>
border-color css
<style>
span { border-color: #80B434; }
span { border-color: rgb(128,180,52); }
td.TdClassName
{
border-color: #80B434;
}
.TagClassName
{
border-color: #80B434;
}
</style>