Shades of Limerick #89C11F
Tints of Limerick #89C11F
RGB
CMYK
RGB Variations
Color information
#89C11F (or 0x89C11F) is known color: Limerick. HEX triplet: 89, C1 and 1F. RGB value is (137,193,31). Sum of RGB (Red+Green+Blue) = 137+193+31=361 (47% of max value = 765). Red value is 137 (53.91% from 255 or 37.95% from 361); Green value is 193 (75.78% from 255 or 53.46% from 361); Blue value is 31 (12.5% from 255 or 8.59% from 361); Max value from RGB is 193 - color contains mainly: green. Hex color #89C11F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #89C11F is #763EE0. Grayscale: #9E9E9E. Windows color (decimal): -7749345 or 2081161. OLE color: 2081161.
HSL color Cylindrical-coordinate representation of color #89C11F: hue angle of 80.74º degrees, saturation: 0.72, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #89C11F is Cyan = 0.29, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 137 | 193 | 31 | - |
| CMYK | 0.29 | 0 | 0.84 | 0.24 |
| HSL | 80.74º | 0.72% | 0.44% | - |
| HSV(B) | 80.74º | 0.84% | 0.76% | - |
| XYZ | 29.63 | 43.56 | 8.14 | - |
| YUV | 157.79 | 56.45 | 113.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 193 | 31 | 0.29 | 0 | 0.84 | 0.24 | 80.74 | 0.72 | 0.44 |
| Hex | 89 | C1 | 1F | 1D | 0 | 54 | 18 | 51 | 48 | 2C |
| Octal | 211 | 301 | 37 | 35 | 0 | 124 | 30 | 121 | 110 | 54 |
| Binary | 10001001 | 11000001 | 11111 | 11101 | 0 | 1010100 | 11000 | 1010001 | 1001000 | 101100 |
Color Harmonies of #89C11F
Complementary color
Monochromatic Colors of #89C11F
Black with #89C11F
Text Example
Text Example
White with #89C11F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89C11F; }
p { color: rgb(137,193,31); }
H1.HeaderClassName
{
color: #89C11F;
}
.AnyTagClassName
{
color: #89C11F;
}
</style>
background-color css
<style>
a { background-color: #89C11F; }
a { background-color: rgb(137,193,31); }
div.DivClassName
{
background-color: #89C11F;
}
.BgClassName
{
background-color: #89C11F;
}
</style>
border-color css
<style>
span { border-color: #89C11F; }
span { border-color: rgb(137,193,31); }
td.TdClassName
{
border-color: #89C11F;
}
.TagClassName
{
border-color: #89C11F;
}
</style>