Shades of Limerick #81B93F
Tints of Limerick #81B93F
RGB
CMYK
RGB Variations
Color information
#81B93F (or 0x81B93F) is known color: Limerick. HEX triplet: 81, B9 and 3F. RGB value is (129,185,63). Sum of RGB (Red+Green+Blue) = 129+185+63=377 (49% of max value = 765). Red value is 129 (50.78% from 255 or 34.22% from 377); Green value is 185 (72.66% from 255 or 49.07% from 377); Blue value is 63 (25% from 255 or 16.71% from 377); Max value from RGB is 185 - color contains mainly: green. Hex color #81B93F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #81B93F is #7E46C0. Grayscale: #9A9A9A. Windows color (decimal): -8275649 or 4176257. OLE color: 4176257.
HSL color Cylindrical-coordinate representation of color #81B93F: hue angle of 87.54º degrees, saturation: 0.49, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #81B93F is Cyan = 0.30, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 129 | 185 | 63 | - |
| CMYK | 0.30 | 0 | 0.66 | 0.27 |
| HSL | 87.54º | 0.49% | 0.49% | - |
| HSV(B) | 87.54º | 0.66% | 0.73% | - |
| XYZ | 27.3 | 39.72 | 10.93 | - |
| YUV | 154.35 | 76.45 | 109.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 185 | 63 | 0.30 | 0 | 0.66 | 0.27 | 87.54 | 0.49 | 0.49 |
| Hex | 81 | B9 | 3F | 1E | 0 | 42 | 1B | 58 | 31 | 31 |
| Octal | 201 | 271 | 77 | 36 | 0 | 102 | 33 | 130 | 61 | 61 |
| Binary | 10000001 | 10111001 | 111111 | 11110 | 0 | 1000010 | 11011 | 1011000 | 110001 | 110001 |
Color Harmonies of #81B93F
Complementary color
Monochromatic Colors of #81B93F
Black with #81B93F
Text Example
Text Example
White with #81B93F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81B93F; }
p { color: rgb(129,185,63); }
H1.HeaderClassName
{
color: #81B93F;
}
.AnyTagClassName
{
color: #81B93F;
}
</style>
background-color css
<style>
a { background-color: #81B93F; }
a { background-color: rgb(129,185,63); }
div.DivClassName
{
background-color: #81B93F;
}
.BgClassName
{
background-color: #81B93F;
}
</style>
border-color css
<style>
span { border-color: #81B93F; }
span { border-color: rgb(129,185,63); }
td.TdClassName
{
border-color: #81B93F;
}
.TagClassName
{
border-color: #81B93F;
}
</style>