Shades of Limerick #99B242
Tints of Limerick #99B242
RGB
CMYK
RGB Variations
Color information
#99B242 (or 0x99B242) is known color: Limerick. HEX triplet: 99, B2 and 42. RGB value is (153,178,66). Sum of RGB (Red+Green+Blue) = 153+178+66=397 (52% of max value = 765). Red value is 153 (60.16% from 255 or 38.54% from 397); Green value is 178 (69.92% from 255 or 44.84% from 397); Blue value is 66 (26.17% from 255 or 16.62% from 397); Max value from RGB is 178 - color contains mainly: green. Hex color #99B242 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #99B242 is #664DBD. Grayscale: #9E9E9E. Windows color (decimal): -6704574 or 4371097. OLE color: 4371097.
HSL color Cylindrical-coordinate representation of color #99B242: hue angle of 73.39º degrees, saturation: 0.46, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #99B242 is Cyan = 0.14, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 153 | 178 | 66 | - |
| CMYK | 0.14 | 0 | 0.63 | 0.30 |
| HSL | 73.39º | 0.46% | 0.48% | - |
| HSV(B) | 73.39º | 0.63% | 0.7% | - |
| XYZ | 30.04 | 39.01 | 11.1 | - |
| YUV | 157.76 | 76.22 | 124.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 178 | 66 | 0.14 | 0 | 0.63 | 0.30 | 73.39 | 0.46 | 0.48 |
| Hex | 99 | B2 | 42 | E | 0 | 3F | 1E | 49 | 2E | 30 |
| Octal | 231 | 262 | 102 | 16 | 0 | 77 | 36 | 111 | 56 | 60 |
| Binary | 10011001 | 10110010 | 1000010 | 1110 | 0 | 111111 | 11110 | 1001001 | 101110 | 110000 |
Color Harmonies of #99B242
Complementary color
Monochromatic Colors of #99B242
Black with #99B242
Text Example
Text Example
White with #99B242
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99B242; }
p { color: rgb(153,178,66); }
H1.HeaderClassName
{
color: #99B242;
}
.AnyTagClassName
{
color: #99B242;
}
</style>
background-color css
<style>
a { background-color: #99B242; }
a { background-color: rgb(153,178,66); }
div.DivClassName
{
background-color: #99B242;
}
.BgClassName
{
background-color: #99B242;
}
</style>
border-color css
<style>
span { border-color: #99B242; }
span { border-color: rgb(153,178,66); }
td.TdClassName
{
border-color: #99B242;
}
.TagClassName
{
border-color: #99B242;
}
</style>