Shades of Limerick #80B233
Tints of Limerick #80B233
RGB
CMYK
RGB Variations
Color information
#80B233 (or 0x80B233) is known color: Limerick. HEX triplet: 80, B2 and 33. RGB value is (128,178,51). Sum of RGB (Red+Green+Blue) = 128+178+51=357 (47% of max value = 765). Red value is 128 (50.39% from 255 or 35.85% from 357); Green value is 178 (69.92% from 255 or 49.86% from 357); Blue value is 51 (20.31% from 255 or 14.29% from 357); Max value from RGB is 178 - color contains mainly: green. Hex color #80B233 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #80B233 is #7F4DCC. Grayscale: #959595. Windows color (decimal): -8342989 or 3388032. OLE color: 3388032.
HSL color Cylindrical-coordinate representation of color #80B233: hue angle of 83.62º degrees, saturation: 0.55, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #80B233 is Cyan = 0.28, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 128 | 178 | 51 | - |
| CMYK | 0.28 | 0 | 0.71 | 0.30 |
| HSL | 83.62º | 0.55% | 0.45% | - |
| HSV(B) | 83.62º | 0.71% | 0.7% | - |
| XYZ | 25.42 | 36.67 | 8.87 | - |
| YUV | 148.57 | 72.94 | 113.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 178 | 51 | 0.28 | 0 | 0.71 | 0.30 | 83.62 | 0.55 | 0.45 |
| Hex | 80 | B2 | 33 | 1C | 0 | 47 | 1E | 54 | 37 | 2D |
| Octal | 200 | 262 | 63 | 34 | 0 | 107 | 36 | 124 | 67 | 55 |
| Binary | 10000000 | 10110010 | 110011 | 11100 | 0 | 1000111 | 11110 | 1010100 | 110111 | 101101 |
Color Harmonies of #80B233
Complementary color
Monochromatic Colors of #80B233
Black with #80B233
Text Example
Text Example
White with #80B233
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80B233; }
p { color: rgb(128,178,51); }
H1.HeaderClassName
{
color: #80B233;
}
.AnyTagClassName
{
color: #80B233;
}
</style>
background-color css
<style>
a { background-color: #80B233; }
a { background-color: rgb(128,178,51); }
div.DivClassName
{
background-color: #80B233;
}
.BgClassName
{
background-color: #80B233;
}
</style>
border-color css
<style>
span { border-color: #80B233; }
span { border-color: rgb(128,178,51); }
td.TdClassName
{
border-color: #80B233;
}
.TagClassName
{
border-color: #80B233;
}
</style>