Shades of Limerick #83B53C
Tints of Limerick #83B53C
RGB
CMYK
RGB Variations
Color information
#83B53C (or 0x83B53C) is known color: Limerick. HEX triplet: 83, B5 and 3C. RGB value is (131,181,60). Sum of RGB (Red+Green+Blue) = 131+181+60=372 (49% of max value = 765). Red value is 131 (51.56% from 255 or 35.22% from 372); Green value is 181 (71.09% from 255 or 48.66% from 372); Blue value is 60 (23.83% from 255 or 16.13% from 372); Max value from RGB is 181 - color contains mainly: green. Hex color #83B53C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #83B53C is #7C4AC3. Grayscale: #989898. Windows color (decimal): -8145604 or 3978627. OLE color: 3978627.
HSL color Cylindrical-coordinate representation of color #83B53C: hue angle of 84.79º degrees, saturation: 0.5, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #83B53C is Cyan = 0.28, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 131 | 181 | 60 | - |
| CMYK | 0.28 | 0 | 0.67 | 0.29 |
| HSL | 84.79º | 0.5% | 0.47% | - |
| HSV(B) | 84.79º | 0.67% | 0.71% | - |
| XYZ | 26.7 | 38.2 | 10.24 | - |
| YUV | 152.26 | 75.94 | 112.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 181 | 60 | 0.28 | 0 | 0.67 | 0.29 | 84.79 | 0.5 | 0.47 |
| Hex | 83 | B5 | 3C | 1C | 0 | 43 | 1D | 55 | 32 | 2F |
| Octal | 203 | 265 | 74 | 34 | 0 | 103 | 35 | 125 | 62 | 57 |
| Binary | 10000011 | 10110101 | 111100 | 11100 | 0 | 1000011 | 11101 | 1010101 | 110010 | 101111 |
Color Harmonies of #83B53C
Complementary color
Monochromatic Colors of #83B53C
Black with #83B53C
Text Example
Text Example
White with #83B53C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83B53C; }
p { color: rgb(131,181,60); }
H1.HeaderClassName
{
color: #83B53C;
}
.AnyTagClassName
{
color: #83B53C;
}
</style>
background-color css
<style>
a { background-color: #83B53C; }
a { background-color: rgb(131,181,60); }
div.DivClassName
{
background-color: #83B53C;
}
.BgClassName
{
background-color: #83B53C;
}
</style>
border-color css
<style>
span { border-color: #83B53C; }
span { border-color: rgb(131,181,60); }
td.TdClassName
{
border-color: #83B53C;
}
.TagClassName
{
border-color: #83B53C;
}
</style>