Shades of Limerick #80BD3D
Tints of Limerick #80BD3D
RGB
CMYK
RGB Variations
Color information
#80BD3D (or 0x80BD3D) is known color: Limerick. HEX triplet: 80, BD and 3D. RGB value is (128,189,61). Sum of RGB (Red+Green+Blue) = 128+189+61=378 (50% of max value = 765). Red value is 128 (50.39% from 255 or 33.86% from 378); Green value is 189 (74.22% from 255 or 50% from 378); Blue value is 61 (24.22% from 255 or 16.14% from 378); Max value from RGB is 189 - color contains mainly: green. Hex color #80BD3D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #80BD3D is #7F42C2. Grayscale: #9C9C9C. Windows color (decimal): -8340163 or 4046208. OLE color: 4046208.
HSL color Cylindrical-coordinate representation of color #80BD3D: hue angle of 88.59º degrees, saturation: 0.51, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #80BD3D is Cyan = 0.32, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 128 | 189 | 61 | - |
| CMYK | 0.32 | 0 | 0.68 | 0.26 |
| HSL | 88.59º | 0.51% | 0.49% | - |
| HSV(B) | 88.59º | 0.68% | 0.74% | - |
| XYZ | 27.94 | 41.32 | 10.92 | - |
| YUV | 156.17 | 74.29 | 107.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 189 | 61 | 0.32 | 0 | 0.68 | 0.26 | 88.59 | 0.51 | 0.49 |
| Hex | 80 | BD | 3D | 20 | 0 | 44 | 1A | 59 | 33 | 31 |
| Octal | 200 | 275 | 75 | 40 | 0 | 104 | 32 | 131 | 63 | 61 |
| Binary | 10000000 | 10111101 | 111101 | 100000 | 0 | 1000100 | 11010 | 1011001 | 110011 | 110001 |
Color Harmonies of #80BD3D
Complementary color
Monochromatic Colors of #80BD3D
Black with #80BD3D
Text Example
Text Example
White with #80BD3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80BD3D; }
p { color: rgb(128,189,61); }
H1.HeaderClassName
{
color: #80BD3D;
}
.AnyTagClassName
{
color: #80BD3D;
}
</style>
background-color css
<style>
a { background-color: #80BD3D; }
a { background-color: rgb(128,189,61); }
div.DivClassName
{
background-color: #80BD3D;
}
.BgClassName
{
background-color: #80BD3D;
}
</style>
border-color css
<style>
span { border-color: #80BD3D; }
span { border-color: rgb(128,189,61); }
td.TdClassName
{
border-color: #80BD3D;
}
.TagClassName
{
border-color: #80BD3D;
}
</style>