Shades of Limerick #83BB37
Tints of Limerick #83BB37
RGB
CMYK
RGB Variations
Color information
#83BB37 (or 0x83BB37) is known color: Limerick. HEX triplet: 83, BB and 37. RGB value is (131,187,55). Sum of RGB (Red+Green+Blue) = 131+187+55=373 (49% of max value = 765). Red value is 131 (51.56% from 255 or 35.12% from 373); Green value is 187 (73.44% from 255 or 50.13% from 373); Blue value is 55 (21.88% from 255 or 14.75% from 373); Max value from RGB is 187 - color contains mainly: green. Hex color #83BB37 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #83BB37 is #7C44C8. Grayscale: #9B9B9B. Windows color (decimal): -8144073 or 3652483. OLE color: 3652483.
HSL color Cylindrical-coordinate representation of color #83BB37: hue angle of 85.45º degrees, saturation: 0.55, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #83BB37 is Cyan = 0.30, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 131 | 187 | 55 | - |
| CMYK | 0.30 | 0 | 0.71 | 0.27 |
| HSL | 85.45º | 0.55% | 0.47% | - |
| HSV(B) | 85.45º | 0.71% | 0.73% | - |
| XYZ | 27.82 | 40.64 | 9.99 | - |
| YUV | 155.21 | 71.45 | 110.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 187 | 55 | 0.30 | 0 | 0.71 | 0.27 | 85.45 | 0.55 | 0.47 |
| Hex | 83 | BB | 37 | 1E | 0 | 47 | 1B | 55 | 37 | 2F |
| Octal | 203 | 273 | 67 | 36 | 0 | 107 | 33 | 125 | 67 | 57 |
| Binary | 10000011 | 10111011 | 110111 | 11110 | 0 | 1000111 | 11011 | 1010101 | 110111 | 101111 |
Color Harmonies of #83BB37
Complementary color
Monochromatic Colors of #83BB37
Black with #83BB37
Text Example
Text Example
White with #83BB37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83BB37; }
p { color: rgb(131,187,55); }
H1.HeaderClassName
{
color: #83BB37;
}
.AnyTagClassName
{
color: #83BB37;
}
</style>
background-color css
<style>
a { background-color: #83BB37; }
a { background-color: rgb(131,187,55); }
div.DivClassName
{
background-color: #83BB37;
}
.BgClassName
{
background-color: #83BB37;
}
</style>
border-color css
<style>
span { border-color: #83BB37; }
span { border-color: rgb(131,187,55); }
td.TdClassName
{
border-color: #83BB37;
}
.TagClassName
{
border-color: #83BB37;
}
</style>