Shades of Limerick #80BC39
Tints of Limerick #80BC39
RGB
CMYK
RGB Variations
Color information
#80BC39 (or 0x80BC39) is known color: Limerick. HEX triplet: 80, BC and 39. RGB value is (128,188,57). Sum of RGB (Red+Green+Blue) = 128+188+57=373 (49% of max value = 765). Red value is 128 (50.39% from 255 or 34.32% from 373); Green value is 188 (73.83% from 255 or 50.40% from 373); Blue value is 57 (22.66% from 255 or 15.28% from 373); Max value from RGB is 188 - color contains mainly: green. Hex color #80BC39 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #80BC39 is #7F43C6. Grayscale: #9B9B9B. Windows color (decimal): -8340423 or 3783808. OLE color: 3783808.
HSL color Cylindrical-coordinate representation of color #80BC39: hue angle of 87.48º 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 #80BC39 is Cyan = 0.32, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 128 | 188 | 57 | - |
| CMYK | 0.32 | 0 | 0.70 | 0.26 |
| HSL | 87.48º | 0.53% | 0.48% | - |
| HSV(B) | 87.48º | 0.7% | 0.74% | - |
| XYZ | 27.62 | 40.85 | 10.3 | - |
| YUV | 155.13 | 72.62 | 108.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 188 | 57 | 0.32 | 0 | 0.70 | 0.26 | 87.48 | 0.53 | 0.48 |
| Hex | 80 | BC | 39 | 20 | 0 | 46 | 1A | 57 | 35 | 30 |
| Octal | 200 | 274 | 71 | 40 | 0 | 106 | 32 | 127 | 65 | 60 |
| Binary | 10000000 | 10111100 | 111001 | 100000 | 0 | 1000110 | 11010 | 1010111 | 110101 | 110000 |
Color Harmonies of #80BC39
Complementary color
Monochromatic Colors of #80BC39
Black with #80BC39
Text Example
Text Example
White with #80BC39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80BC39; }
p { color: rgb(128,188,57); }
H1.HeaderClassName
{
color: #80BC39;
}
.AnyTagClassName
{
color: #80BC39;
}
</style>
background-color css
<style>
a { background-color: #80BC39; }
a { background-color: rgb(128,188,57); }
div.DivClassName
{
background-color: #80BC39;
}
.BgClassName
{
background-color: #80BC39;
}
</style>
border-color css
<style>
span { border-color: #80BC39; }
span { border-color: rgb(128,188,57); }
td.TdClassName
{
border-color: #80BC39;
}
.TagClassName
{
border-color: #80BC39;
}
</style>