Shades of Limerick #83BC39
Tints of Limerick #83BC39
RGB
CMYK
RGB Variations
Color information
#83BC39 (or 0x83BC39) is known color: Limerick. HEX triplet: 83, BC and 39. RGB value is (131,188,57). Sum of RGB (Red+Green+Blue) = 131+188+57=376 (49% of max value = 765). Red value is 131 (51.56% from 255 or 34.84% from 376); Green value is 188 (73.83% from 255 or 50% from 376); Blue value is 57 (22.66% from 255 or 15.16% from 376); Max value from RGB is 188 - color contains mainly: green. Hex color #83BC39 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #83BC39 is #7C43C6. Grayscale: #9C9C9C. Windows color (decimal): -8143815 or 3783811. OLE color: 3783811.
HSL color Cylindrical-coordinate representation of color #83BC39: hue angle of 86.11º degrees, saturation: 0.53, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #83BC39 is Cyan = 0.30, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 131 | 188 | 57 | - |
| CMYK | 0.30 | 0 | 0.70 | 0.26 |
| HSL | 86.11º | 0.53% | 0.48% | - |
| HSV(B) | 86.11º | 0.7% | 0.74% | - |
| XYZ | 28.08 | 41.09 | 10.32 | - |
| YUV | 156.02 | 72.12 | 110.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 188 | 57 | 0.30 | 0 | 0.70 | 0.26 | 86.11 | 0.53 | 0.48 |
| Hex | 83 | BC | 39 | 1E | 0 | 46 | 1A | 56 | 35 | 30 |
| Octal | 203 | 274 | 71 | 36 | 0 | 106 | 32 | 126 | 65 | 60 |
| Binary | 10000011 | 10111100 | 111001 | 11110 | 0 | 1000110 | 11010 | 1010110 | 110101 | 110000 |
Color Harmonies of #83BC39
Complementary color
Monochromatic Colors of #83BC39
Black with #83BC39
Text Example
Text Example
White with #83BC39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83BC39; }
p { color: rgb(131,188,57); }
H1.HeaderClassName
{
color: #83BC39;
}
.AnyTagClassName
{
color: #83BC39;
}
</style>
background-color css
<style>
a { background-color: #83BC39; }
a { background-color: rgb(131,188,57); }
div.DivClassName
{
background-color: #83BC39;
}
.BgClassName
{
background-color: #83BC39;
}
</style>
border-color css
<style>
span { border-color: #83BC39; }
span { border-color: rgb(131,188,57); }
td.TdClassName
{
border-color: #83BC39;
}
.TagClassName
{
border-color: #83BC39;
}
</style>