Shades of Limerick #83B73E
Tints of Limerick #83B73E
RGB
CMYK
RGB Variations
Color information
#83B73E (or 0x83B73E) is known color: Limerick. HEX triplet: 83, B7 and 3E. RGB value is (131,183,62). Sum of RGB (Red+Green+Blue) = 131+183+62=376 (49% of max value = 765). Red value is 131 (51.56% from 255 or 34.84% from 376); Green value is 183 (71.88% from 255 or 48.67% from 376); Blue value is 62 (24.61% from 255 or 16.49% from 376); Max value from RGB is 183 - color contains mainly: green. Hex color #83B73E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #83B73E is #7C48C1. Grayscale: #9A9A9A. Windows color (decimal): -8145090 or 4110211. OLE color: 4110211.
HSL color Cylindrical-coordinate representation of color #83B73E: hue angle of 85.79º degrees, saturation: 0.49, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #83B73E is Cyan = 0.28, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 131 | 183 | 62 | - |
| CMYK | 0.28 | 0 | 0.66 | 0.28 |
| HSL | 85.79º | 0.49% | 0.48% | - |
| HSV(B) | 85.79º | 0.66% | 0.72% | - |
| XYZ | 27.16 | 39.04 | 10.66 | - |
| YUV | 153.66 | 76.27 | 111.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 183 | 62 | 0.28 | 0 | 0.66 | 0.28 | 85.79 | 0.49 | 0.48 |
| Hex | 83 | B7 | 3E | 1C | 0 | 42 | 1C | 56 | 31 | 30 |
| Octal | 203 | 267 | 76 | 34 | 0 | 102 | 34 | 126 | 61 | 60 |
| Binary | 10000011 | 10110111 | 111110 | 11100 | 0 | 1000010 | 11100 | 1010110 | 110001 | 110000 |
Color Harmonies of #83B73E
Complementary color
Monochromatic Colors of #83B73E
Black with #83B73E
Text Example
Text Example
White with #83B73E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83B73E; }
p { color: rgb(131,183,62); }
H1.HeaderClassName
{
color: #83B73E;
}
.AnyTagClassName
{
color: #83B73E;
}
</style>
background-color css
<style>
a { background-color: #83B73E; }
a { background-color: rgb(131,183,62); }
div.DivClassName
{
background-color: #83B73E;
}
.BgClassName
{
background-color: #83B73E;
}
</style>
border-color css
<style>
span { border-color: #83B73E; }
span { border-color: rgb(131,183,62); }
td.TdClassName
{
border-color: #83B73E;
}
.TagClassName
{
border-color: #83B73E;
}
</style>