Shades of Limerick #89C318
Tints of Limerick #89C318
RGB
CMYK
RGB Variations
Color information
#89C318 (or 0x89C318) is known color: Limerick. HEX triplet: 89, C3 and 18. RGB value is (137,195,24). Sum of RGB (Red+Green+Blue) = 137+195+24=356 (47% of max value = 765). Red value is 137 (53.91% from 255 or 38.48% from 356); Green value is 195 (76.56% from 255 or 54.78% from 356); Blue value is 24 (9.77% from 255 or 6.74% from 356); Max value from RGB is 195 - color contains mainly: green. Hex color #89C318 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #89C318 is #763CE7. Grayscale: #9E9E9E. Windows color (decimal): -7748840 or 1622921. OLE color: 1622921.
HSL color Cylindrical-coordinate representation of color #89C318: hue angle of 80.35º degrees, saturation: 0.78, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #89C318 is Cyan = 0.30, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 137 | 195 | 24 | - |
| CMYK | 0.30 | 0 | 0.88 | 0.24 |
| HSL | 80.35º | 0.78% | 0.43% | - |
| HSV(B) | 80.35º | 0.88% | 0.76% | - |
| XYZ | 30 | 44.41 | 7.86 | - |
| YUV | 158.16 | 52.28 | 112.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 195 | 24 | 0.30 | 0 | 0.88 | 0.24 | 80.35 | 0.78 | 0.43 |
| Hex | 89 | C3 | 18 | 1E | 0 | 58 | 18 | 50 | 4E | 2B |
| Octal | 211 | 303 | 30 | 36 | 0 | 130 | 30 | 120 | 116 | 53 |
| Binary | 10001001 | 11000011 | 11000 | 11110 | 0 | 1011000 | 11000 | 1010000 | 1001110 | 101011 |
Color Harmonies of #89C318
Complementary color
Monochromatic Colors of #89C318
Black with #89C318
Text Example
Text Example
White with #89C318
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89C318; }
p { color: rgb(137,195,24); }
H1.HeaderClassName
{
color: #89C318;
}
.AnyTagClassName
{
color: #89C318;
}
</style>
background-color css
<style>
a { background-color: #89C318; }
a { background-color: rgb(137,195,24); }
div.DivClassName
{
background-color: #89C318;
}
.BgClassName
{
background-color: #89C318;
}
</style>
border-color css
<style>
span { border-color: #89C318; }
span { border-color: rgb(137,195,24); }
td.TdClassName
{
border-color: #89C318;
}
.TagClassName
{
border-color: #89C318;
}
</style>