Shades of Limerick #94B81C
Tints of Limerick #94B81C
RGB
CMYK
RGB Variations
Color information
#94B81C (or 0x94B81C) is known color: Limerick. HEX triplet: 94, B8 and 1C. RGB value is (148,184,28). Sum of RGB (Red+Green+Blue) = 148+184+28=360 (47% of max value = 765). Red value is 148 (58.20% from 255 or 41.11% from 360); Green value is 184 (72.27% from 255 or 51.11% from 360); Blue value is 28 (11.33% from 255 or 7.78% from 360); Max value from RGB is 184 - color contains mainly: green. Hex color #94B81C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #94B81C is #6B47E3. Grayscale: #9C9C9C. Windows color (decimal): -7030756 or 1882260. OLE color: 1882260.
HSL color Cylindrical-coordinate representation of color #94B81C: hue angle of 73.85º degrees, saturation: 0.74, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #94B81C is Cyan = 0.20, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 148 | 184 | 28 | - |
| CMYK | 0.20 | 0 | 0.85 | 0.28 |
| HSL | 73.85º | 0.74% | 0.42% | - |
| HSV(B) | 73.85º | 0.85% | 0.72% | - |
| XYZ | 29.56 | 40.66 | 7.39 | - |
| YUV | 155.45 | 56.07 | 122.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 184 | 28 | 0.20 | 0 | 0.85 | 0.28 | 73.85 | 0.74 | 0.42 |
| Hex | 94 | B8 | 1C | 14 | 0 | 55 | 1C | 4A | 4A | 2A |
| Octal | 224 | 270 | 34 | 24 | 0 | 125 | 34 | 112 | 112 | 52 |
| Binary | 10010100 | 10111000 | 11100 | 10100 | 0 | 1010101 | 11100 | 1001010 | 1001010 | 101010 |
Color Harmonies of #94B81C
Complementary color
Monochromatic Colors of #94B81C
Black with #94B81C
Text Example
Text Example
White with #94B81C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94B81C; }
p { color: rgb(148,184,28); }
H1.HeaderClassName
{
color: #94B81C;
}
.AnyTagClassName
{
color: #94B81C;
}
</style>
background-color css
<style>
a { background-color: #94B81C; }
a { background-color: rgb(148,184,28); }
div.DivClassName
{
background-color: #94B81C;
}
.BgClassName
{
background-color: #94B81C;
}
</style>
border-color css
<style>
span { border-color: #94B81C; }
span { border-color: rgb(148,184,28); }
td.TdClassName
{
border-color: #94B81C;
}
.TagClassName
{
border-color: #94B81C;
}
</style>