Shades of Limerick #84AF2F
Tints of Limerick #84AF2F
RGB
CMYK
RGB Variations
Color information
#84AF2F (or 0x84AF2F) is known color: Limerick. HEX triplet: 84, AF and 2F. RGB value is (132,175,47). Sum of RGB (Red+Green+Blue) = 132+175+47=354 (46% of max value = 765). Red value is 132 (51.95% from 255 or 37.29% from 354); Green value is 175 (68.75% from 255 or 49.44% from 354); Blue value is 47 (18.75% from 255 or 13.28% from 354); Max value from RGB is 175 - color contains mainly: green. Hex color #84AF2F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #84AF2F is #7B50D0. Grayscale: #949494. Windows color (decimal): -8081617 or 3125124. OLE color: 3125124.
HSL color Cylindrical-coordinate representation of color #84AF2F: hue angle of 80.16º 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 #84AF2F is Cyan = 0.25, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 132 | 175 | 47 | - |
| CMYK | 0.25 | 0 | 0.73 | 0.31 |
| HSL | 80.16º | 0.58% | 0.44% | - |
| HSV(B) | 80.16º | 0.73% | 0.69% | - |
| XYZ | 25.36 | 35.77 | 8.26 | - |
| YUV | 147.55 | 71.25 | 116.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 175 | 47 | 0.25 | 0 | 0.73 | 0.31 | 80.16 | 0.58 | 0.44 |
| Hex | 84 | AF | 2F | 19 | 0 | 49 | 1F | 50 | 3A | 2C |
| Octal | 204 | 257 | 57 | 31 | 0 | 111 | 37 | 120 | 72 | 54 |
| Binary | 10000100 | 10101111 | 101111 | 11001 | 0 | 1001001 | 11111 | 1010000 | 111010 | 101100 |
Color Harmonies of #84AF2F
Complementary color
Monochromatic Colors of #84AF2F
Black with #84AF2F
Text Example
Text Example
White with #84AF2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84AF2F; }
p { color: rgb(132,175,47); }
H1.HeaderClassName
{
color: #84AF2F;
}
.AnyTagClassName
{
color: #84AF2F;
}
</style>
background-color css
<style>
a { background-color: #84AF2F; }
a { background-color: rgb(132,175,47); }
div.DivClassName
{
background-color: #84AF2F;
}
.BgClassName
{
background-color: #84AF2F;
}
</style>
border-color css
<style>
span { border-color: #84AF2F; }
span { border-color: rgb(132,175,47); }
td.TdClassName
{
border-color: #84AF2F;
}
.TagClassName
{
border-color: #84AF2F;
}
</style>