Shades of Limerick #89C01F
Tints of Limerick #89C01F
RGB
CMYK
RGB Variations
Color information
#89C01F (or 0x89C01F) is known color: Limerick. HEX triplet: 89, C0 and 1F. RGB value is (137,192,31). Sum of RGB (Red+Green+Blue) = 137+192+31=360 (47% of max value = 765). Red value is 137 (53.91% from 255 or 38.06% from 360); Green value is 192 (75.39% from 255 or 53.33% from 360); Blue value is 31 (12.5% from 255 or 8.61% from 360); Max value from RGB is 192 - color contains mainly: green. Hex color #89C01F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #89C01F is #763FE0. Grayscale: #9D9D9D. Windows color (decimal): -7749601 or 2080905. OLE color: 2080905.
HSL color Cylindrical-coordinate representation of color #89C01F: hue angle of 80.5º degrees, saturation: 0.72, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #89C01F is Cyan = 0.29, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 137 | 192 | 31 | - |
| CMYK | 0.29 | 0 | 0.84 | 0.25 |
| HSL | 80.5º | 0.72% | 0.44% | - |
| HSV(B) | 80.5º | 0.84% | 0.75% | - |
| XYZ | 29.41 | 43.12 | 8.07 | - |
| YUV | 157.2 | 56.78 | 113.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 192 | 31 | 0.29 | 0 | 0.84 | 0.25 | 80.5 | 0.72 | 0.44 |
| Hex | 89 | C0 | 1F | 1D | 0 | 54 | 19 | 50 | 48 | 2C |
| Octal | 211 | 300 | 37 | 35 | 0 | 124 | 31 | 120 | 110 | 54 |
| Binary | 10001001 | 11000000 | 11111 | 11101 | 0 | 1010100 | 11001 | 1010000 | 1001000 | 101100 |
Color Harmonies of #89C01F
Complementary color
Monochromatic Colors of #89C01F
Black with #89C01F
Text Example
Text Example
White with #89C01F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89C01F; }
p { color: rgb(137,192,31); }
H1.HeaderClassName
{
color: #89C01F;
}
.AnyTagClassName
{
color: #89C01F;
}
</style>
background-color css
<style>
a { background-color: #89C01F; }
a { background-color: rgb(137,192,31); }
div.DivClassName
{
background-color: #89C01F;
}
.BgClassName
{
background-color: #89C01F;
}
</style>
border-color css
<style>
span { border-color: #89C01F; }
span { border-color: rgb(137,192,31); }
td.TdClassName
{
border-color: #89C01F;
}
.TagClassName
{
border-color: #89C01F;
}
</style>