Shades of Limerick #80B93D
Tints of Limerick #80B93D
RGB
CMYK
RGB Variations
Color information
#80B93D (or 0x80B93D) is known color: Limerick. HEX triplet: 80, B9 and 3D. RGB value is (128,185,61). Sum of RGB (Red+Green+Blue) = 128+185+61=374 (49% of max value = 765). Red value is 128 (50.39% from 255 or 34.22% from 374); Green value is 185 (72.66% from 255 or 49.47% from 374); Blue value is 61 (24.22% from 255 or 16.31% from 374); Max value from RGB is 185 - color contains mainly: green. Hex color #80B93D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #80B93D is #7F46C2. Grayscale: #9A9A9A. Windows color (decimal): -8341187 or 4045184. OLE color: 4045184.
HSL color Cylindrical-coordinate representation of color #80B93D: hue angle of 87.58º degrees, saturation: 0.5, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #80B93D is Cyan = 0.31, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 128 | 185 | 61 | - |
| CMYK | 0.31 | 0 | 0.67 | 0.27 |
| HSL | 87.58º | 0.5% | 0.48% | - |
| HSV(B) | 87.58º | 0.67% | 0.73% | - |
| XYZ | 27.09 | 39.62 | 10.64 | - |
| YUV | 153.82 | 75.62 | 109.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 185 | 61 | 0.31 | 0 | 0.67 | 0.27 | 87.58 | 0.5 | 0.48 |
| Hex | 80 | B9 | 3D | 1F | 0 | 43 | 1B | 58 | 32 | 30 |
| Octal | 200 | 271 | 75 | 37 | 0 | 103 | 33 | 130 | 62 | 60 |
| Binary | 10000000 | 10111001 | 111101 | 11111 | 0 | 1000011 | 11011 | 1011000 | 110010 | 110000 |
Color Harmonies of #80B93D
Complementary color
Monochromatic Colors of #80B93D
Black with #80B93D
Text Example
Text Example
White with #80B93D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80B93D; }
p { color: rgb(128,185,61); }
H1.HeaderClassName
{
color: #80B93D;
}
.AnyTagClassName
{
color: #80B93D;
}
</style>
background-color css
<style>
a { background-color: #80B93D; }
a { background-color: rgb(128,185,61); }
div.DivClassName
{
background-color: #80B93D;
}
.BgClassName
{
background-color: #80B93D;
}
</style>
border-color css
<style>
span { border-color: #80B93D; }
span { border-color: rgb(128,185,61); }
td.TdClassName
{
border-color: #80B93D;
}
.TagClassName
{
border-color: #80B93D;
}
</style>