Shades of Limerick #80AF2F
Tints of Limerick #80AF2F
RGB
CMYK
RGB Variations
Color information
#80AF2F (or 0x80AF2F) is known color: Limerick. HEX triplet: 80, AF and 2F. RGB value is (128,175,47). Sum of RGB (Red+Green+Blue) = 128+175+47=350 (46% of max value = 765). Red value is 128 (50.39% from 255 or 36.57% from 350); Green value is 175 (68.75% from 255 or 50% from 350); Blue value is 47 (18.75% from 255 or 13.43% from 350); Max value from RGB is 175 - color contains mainly: green. Hex color #80AF2F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #80AF2F is #7F50D0. Grayscale: #929292. Windows color (decimal): -8343761 or 3125120. OLE color: 3125120.
HSL color Cylindrical-coordinate representation of color #80AF2F: hue angle of 82.03º degrees, saturation: 0.58, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #80AF2F is Cyan = 0.27, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 128 | 175 | 47 | - |
| CMYK | 0.27 | 0 | 0.73 | 0.31 |
| HSL | 82.03º | 0.58% | 0.44% | - |
| HSV(B) | 82.03º | 0.73% | 0.69% | - |
| XYZ | 24.75 | 35.45 | 8.23 | - |
| YUV | 146.36 | 71.93 | 114.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 175 | 47 | 0.27 | 0 | 0.73 | 0.31 | 82.03 | 0.58 | 0.44 |
| Hex | 80 | AF | 2F | 1B | 0 | 49 | 1F | 52 | 3A | 2C |
| Octal | 200 | 257 | 57 | 33 | 0 | 111 | 37 | 122 | 72 | 54 |
| Binary | 10000000 | 10101111 | 101111 | 11011 | 0 | 1001001 | 11111 | 1010010 | 111010 | 101100 |
Color Harmonies of #80AF2F
Complementary color
Monochromatic Colors of #80AF2F
Black with #80AF2F
Text Example
Text Example
White with #80AF2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80AF2F; }
p { color: rgb(128,175,47); }
H1.HeaderClassName
{
color: #80AF2F;
}
.AnyTagClassName
{
color: #80AF2F;
}
</style>
background-color css
<style>
a { background-color: #80AF2F; }
a { background-color: rgb(128,175,47); }
div.DivClassName
{
background-color: #80AF2F;
}
.BgClassName
{
background-color: #80AF2F;
}
</style>
border-color css
<style>
span { border-color: #80AF2F; }
span { border-color: rgb(128,175,47); }
td.TdClassName
{
border-color: #80AF2F;
}
.TagClassName
{
border-color: #80AF2F;
}
</style>