Shades of Limerick #80BD3C
Tints of Limerick #80BD3C
RGB
CMYK
RGB Variations
Color information
#80BD3C (or 0x80BD3C) is known color: Limerick. HEX triplet: 80, BD and 3C. RGB value is (128,189,60). Sum of RGB (Red+Green+Blue) = 128+189+60=377 (49% of max value = 765). Red value is 128 (50.39% from 255 or 33.95% from 377); Green value is 189 (74.22% from 255 or 50.13% from 377); Blue value is 60 (23.83% from 255 or 15.92% from 377); Max value from RGB is 189 - color contains mainly: green. Hex color #80BD3C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #80BD3C is #7F42C3. Grayscale: #9C9C9C. Windows color (decimal): -8340164 or 3980672. OLE color: 3980672.
HSL color Cylindrical-coordinate representation of color #80BD3C: hue angle of 88.37º degrees, saturation: 0.52, 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 #80BD3C is Cyan = 0.32, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 128 | 189 | 60 | - |
| CMYK | 0.32 | 0 | 0.68 | 0.26 |
| HSL | 88.37º | 0.52% | 0.49% | - |
| HSV(B) | 88.37º | 0.68% | 0.74% | - |
| XYZ | 27.92 | 41.31 | 10.78 | - |
| YUV | 156.06 | 73.79 | 107.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 189 | 60 | 0.32 | 0 | 0.68 | 0.26 | 88.37 | 0.52 | 0.49 |
| Hex | 80 | BD | 3C | 20 | 0 | 44 | 1A | 58 | 34 | 31 |
| Octal | 200 | 275 | 74 | 40 | 0 | 104 | 32 | 130 | 64 | 61 |
| Binary | 10000000 | 10111101 | 111100 | 100000 | 0 | 1000100 | 11010 | 1011000 | 110100 | 110001 |
Color Harmonies of #80BD3C
Complementary color
Monochromatic Colors of #80BD3C
Black with #80BD3C
Text Example
Text Example
White with #80BD3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80BD3C; }
p { color: rgb(128,189,60); }
H1.HeaderClassName
{
color: #80BD3C;
}
.AnyTagClassName
{
color: #80BD3C;
}
</style>
background-color css
<style>
a { background-color: #80BD3C; }
a { background-color: rgb(128,189,60); }
div.DivClassName
{
background-color: #80BD3C;
}
.BgClassName
{
background-color: #80BD3C;
}
</style>
border-color css
<style>
span { border-color: #80BD3C; }
span { border-color: rgb(128,189,60); }
td.TdClassName
{
border-color: #80BD3C;
}
.TagClassName
{
border-color: #80BD3C;
}
</style>