Shades of Limerick #98B240
Tints of Limerick #98B240
RGB
CMYK
RGB Variations
Color information
#98B240 (or 0x98B240) is known color: Limerick. HEX triplet: 98, B2 and 40. RGB value is (152,178,64). Sum of RGB (Red+Green+Blue) = 152+178+64=394 (52% of max value = 765). Red value is 152 (59.77% from 255 or 38.58% from 394); Green value is 178 (69.92% from 255 or 45.18% from 394); Blue value is 64 (25.39% from 255 or 16.24% from 394); Max value from RGB is 178 - color contains mainly: green. Hex color #98B240 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #98B240 is #674DBF. Grayscale: #9D9D9D. Windows color (decimal): -6770112 or 4240024. OLE color: 4240024.
HSL color Cylindrical-coordinate representation of color #98B240: hue angle of 73.68º degrees, saturation: 0.47, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #98B240 is Cyan = 0.15, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 152 | 178 | 64 | - |
| CMYK | 0.15 | 0 | 0.64 | 0.30 |
| HSL | 73.68º | 0.47% | 0.47% | - |
| HSV(B) | 73.68º | 0.64% | 0.7% | - |
| XYZ | 29.79 | 38.89 | 10.79 | - |
| YUV | 157.23 | 75.39 | 124.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 178 | 64 | 0.15 | 0 | 0.64 | 0.30 | 73.68 | 0.47 | 0.47 |
| Hex | 98 | B2 | 40 | F | 0 | 40 | 1E | 4A | 2F | 2F |
| Octal | 230 | 262 | 100 | 17 | 0 | 100 | 36 | 112 | 57 | 57 |
| Binary | 10011000 | 10110010 | 1000000 | 1111 | 0 | 1000000 | 11110 | 1001010 | 101111 | 101111 |
Color Harmonies of #98B240
Complementary color
Monochromatic Colors of #98B240
Black with #98B240
Text Example
Text Example
White with #98B240
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98B240; }
p { color: rgb(152,178,64); }
H1.HeaderClassName
{
color: #98B240;
}
.AnyTagClassName
{
color: #98B240;
}
</style>
background-color css
<style>
a { background-color: #98B240; }
a { background-color: rgb(152,178,64); }
div.DivClassName
{
background-color: #98B240;
}
.BgClassName
{
background-color: #98B240;
}
</style>
border-color css
<style>
span { border-color: #98B240; }
span { border-color: rgb(152,178,64); }
td.TdClassName
{
border-color: #98B240;
}
.TagClassName
{
border-color: #98B240;
}
</style>