Shades of Limerick #83BC31
Tints of Limerick #83BC31
RGB
CMYK
RGB Variations
Color information
#83BC31 (or 0x83BC31) is known color: Limerick. HEX triplet: 83, BC and 31. RGB value is (131,188,49). Sum of RGB (Red+Green+Blue) = 131+188+49=368 (48% of max value = 765). Red value is 131 (51.56% from 255 or 35.60% from 368); Green value is 188 (73.83% from 255 or 51.09% from 368); Blue value is 49 (19.53% from 255 or 13.32% from 368); Max value from RGB is 188 - color contains mainly: green. Hex color #83BC31 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #83BC31 is #7C43CE. Grayscale: #9B9B9B. Windows color (decimal): -8143823 or 3259523. OLE color: 3259523.
HSL color Cylindrical-coordinate representation of color #83BC31: hue angle of 84.6º degrees, saturation: 0.59, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #83BC31 is Cyan = 0.30, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 131 | 188 | 49 | - |
| CMYK | 0.30 | 0 | 0.74 | 0.26 |
| HSL | 84.6º | 0.59% | 0.46% | - |
| HSV(B) | 84.6º | 0.74% | 0.74% | - |
| XYZ | 27.9 | 41.01 | 9.35 | - |
| YUV | 155.11 | 68.12 | 110.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 188 | 49 | 0.30 | 0 | 0.74 | 0.26 | 84.6 | 0.59 | 0.46 |
| Hex | 83 | BC | 31 | 1E | 0 | 4A | 1A | 55 | 3B | 2E |
| Octal | 203 | 274 | 61 | 36 | 0 | 112 | 32 | 125 | 73 | 56 |
| Binary | 10000011 | 10111100 | 110001 | 11110 | 0 | 1001010 | 11010 | 1010101 | 111011 | 101110 |
Color Harmonies of #83BC31
Complementary color
Monochromatic Colors of #83BC31
Black with #83BC31
Text Example
Text Example
White with #83BC31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83BC31; }
p { color: rgb(131,188,49); }
H1.HeaderClassName
{
color: #83BC31;
}
.AnyTagClassName
{
color: #83BC31;
}
</style>
background-color css
<style>
a { background-color: #83BC31; }
a { background-color: rgb(131,188,49); }
div.DivClassName
{
background-color: #83BC31;
}
.BgClassName
{
background-color: #83BC31;
}
</style>
border-color css
<style>
span { border-color: #83BC31; }
span { border-color: rgb(131,188,49); }
td.TdClassName
{
border-color: #83BC31;
}
.TagClassName
{
border-color: #83BC31;
}
</style>