Shades of Limerick #93BE1D
Tints of Limerick #93BE1D
RGB
CMYK
RGB Variations
Color information
#93BE1D (or 0x93BE1D) is known color: Limerick. HEX triplet: 93, BE and 1D. RGB value is (147,190,29). Sum of RGB (Red+Green+Blue) = 147+190+29=366 (48% of max value = 765). Red value is 147 (57.81% from 255 or 40.16% from 366); Green value is 190 (74.61% from 255 or 51.91% from 366); Blue value is 29 (11.72% from 255 or 7.92% from 366); Max value from RGB is 190 - color contains mainly: green. Hex color #93BE1D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #93BE1D is #6C41E2. Grayscale: #9F9F9F. Windows color (decimal): -7094755 or 1949331. OLE color: 1949331.
HSL color Cylindrical-coordinate representation of color #93BE1D: hue angle of 76.02º degrees, saturation: 0.74, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #93BE1D is Cyan = 0.23, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 147 | 190 | 29 | - |
| CMYK | 0.23 | 0 | 0.85 | 0.25 |
| HSL | 76.02º | 0.74% | 0.43% | - |
| HSV(B) | 76.02º | 0.85% | 0.75% | - |
| XYZ | 30.67 | 43.12 | 7.87 | - |
| YUV | 158.79 | 54.75 | 119.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 190 | 29 | 0.23 | 0 | 0.85 | 0.25 | 76.02 | 0.74 | 0.43 |
| Hex | 93 | BE | 1D | 17 | 0 | 55 | 19 | 4C | 4A | 2B |
| Octal | 223 | 276 | 35 | 27 | 0 | 125 | 31 | 114 | 112 | 53 |
| Binary | 10010011 | 10111110 | 11101 | 10111 | 0 | 1010101 | 11001 | 1001100 | 1001010 | 101011 |
Color Harmonies of #93BE1D
Complementary color
Monochromatic Colors of #93BE1D
Black with #93BE1D
Text Example
Text Example
White with #93BE1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93BE1D; }
p { color: rgb(147,190,29); }
H1.HeaderClassName
{
color: #93BE1D;
}
.AnyTagClassName
{
color: #93BE1D;
}
</style>
background-color css
<style>
a { background-color: #93BE1D; }
a { background-color: rgb(147,190,29); }
div.DivClassName
{
background-color: #93BE1D;
}
.BgClassName
{
background-color: #93BE1D;
}
</style>
border-color css
<style>
span { border-color: #93BE1D; }
span { border-color: rgb(147,190,29); }
td.TdClassName
{
border-color: #93BE1D;
}
.TagClassName
{
border-color: #93BE1D;
}
</style>