Shades of Limerick #93C020
Tints of Limerick #93C020
RGB
CMYK
RGB Variations
Color information
#93C020 (or 0x93C020) is known color: Limerick. HEX triplet: 93, C0 and 20. RGB value is (147,192,32). Sum of RGB (Red+Green+Blue) = 147+192+32=371 (49% of max value = 765). Red value is 147 (57.81% from 255 or 39.62% from 371); Green value is 192 (75.39% from 255 or 51.75% from 371); Blue value is 32 (12.89% from 255 or 8.63% from 371); Max value from RGB is 192 - color contains mainly: green. Hex color #93C020 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #93C020 is #6C3FDF. Grayscale: #A0A0A0. Windows color (decimal): -7094240 or 2146451. OLE color: 2146451.
HSL color Cylindrical-coordinate representation of color #93C020: hue angle of 76.88º degrees, saturation: 0.71, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #93C020 is Cyan = 0.23, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 147 | 192 | 32 | - |
| CMYK | 0.23 | 0 | 0.83 | 0.25 |
| HSL | 76.88º | 0.71% | 0.44% | - |
| HSV(B) | 76.88º | 0.83% | 0.75% | - |
| XYZ | 31.14 | 44.01 | 8.22 | - |
| YUV | 160.31 | 55.59 | 118.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 192 | 32 | 0.23 | 0 | 0.83 | 0.25 | 76.88 | 0.71 | 0.44 |
| Hex | 93 | C0 | 20 | 17 | 0 | 53 | 19 | 4D | 47 | 2C |
| Octal | 223 | 300 | 40 | 27 | 0 | 123 | 31 | 115 | 107 | 54 |
| Binary | 10010011 | 11000000 | 100000 | 10111 | 0 | 1010011 | 11001 | 1001101 | 1000111 | 101100 |
Color Harmonies of #93C020
Complementary color
Monochromatic Colors of #93C020
Black with #93C020
Text Example
Text Example
White with #93C020
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93C020; }
p { color: rgb(147,192,32); }
H1.HeaderClassName
{
color: #93C020;
}
.AnyTagClassName
{
color: #93C020;
}
</style>
background-color css
<style>
a { background-color: #93C020; }
a { background-color: rgb(147,192,32); }
div.DivClassName
{
background-color: #93C020;
}
.BgClassName
{
background-color: #93C020;
}
</style>
border-color css
<style>
span { border-color: #93C020; }
span { border-color: rgb(147,192,32); }
td.TdClassName
{
border-color: #93C020;
}
.TagClassName
{
border-color: #93C020;
}
</style>