Shades of Limerick #83B833
Tints of Limerick #83B833
RGB
CMYK
RGB Variations
Color information
#83B833 (or 0x83B833) is known color: Limerick. HEX triplet: 83, B8 and 33. RGB value is (131,184,51). Sum of RGB (Red+Green+Blue) = 131+184+51=366 (48% of max value = 765). Red value is 131 (51.56% from 255 or 35.79% from 366); Green value is 184 (72.27% from 255 or 50.27% from 366); Blue value is 51 (20.31% from 255 or 13.93% from 366); Max value from RGB is 184 - color contains mainly: green. Hex color #83B833 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #83B833 is #7C47CC. Grayscale: #999999. Windows color (decimal): -8144845 or 3389571. OLE color: 3389571.
HSL color Cylindrical-coordinate representation of color #83B833: hue angle of 83.91º degrees, saturation: 0.57, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #83B833 is Cyan = 0.29, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 131 | 184 | 51 | - |
| CMYK | 0.29 | 0 | 0.72 | 0.28 |
| HSL | 83.91º | 0.57% | 0.46% | - |
| HSV(B) | 83.91º | 0.72% | 0.72% | - |
| XYZ | 27.1 | 39.35 | 9.3 | - |
| YUV | 152.99 | 70.44 | 112.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 184 | 51 | 0.29 | 0 | 0.72 | 0.28 | 83.91 | 0.57 | 0.46 |
| Hex | 83 | B8 | 33 | 1D | 0 | 48 | 1C | 54 | 39 | 2E |
| Octal | 203 | 270 | 63 | 35 | 0 | 110 | 34 | 124 | 71 | 56 |
| Binary | 10000011 | 10111000 | 110011 | 11101 | 0 | 1001000 | 11100 | 1010100 | 111001 | 101110 |
Color Harmonies of #83B833
Complementary color
Monochromatic Colors of #83B833
Black with #83B833
Text Example
Text Example
White with #83B833
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83B833; }
p { color: rgb(131,184,51); }
H1.HeaderClassName
{
color: #83B833;
}
.AnyTagClassName
{
color: #83B833;
}
</style>
background-color css
<style>
a { background-color: #83B833; }
a { background-color: rgb(131,184,51); }
div.DivClassName
{
background-color: #83B833;
}
.BgClassName
{
background-color: #83B833;
}
</style>
border-color css
<style>
span { border-color: #83B833; }
span { border-color: rgb(131,184,51); }
td.TdClassName
{
border-color: #83B833;
}
.TagClassName
{
border-color: #83B833;
}
</style>