Shades of Limerick #83B82F
Tints of Limerick #83B82F
RGB
CMYK
RGB Variations
Color information
#83B82F (or 0x83B82F) is known color: Limerick. HEX triplet: 83, B8 and 2F. RGB value is (131,184,47). Sum of RGB (Red+Green+Blue) = 131+184+47=362 (47% of max value = 765). Red value is 131 (51.56% from 255 or 36.19% from 362); Green value is 184 (72.27% from 255 or 50.83% from 362); Blue value is 47 (18.75% from 255 or 12.98% from 362); Max value from RGB is 184 - color contains mainly: green. Hex color #83B82F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #83B82F is #7C47D0. Grayscale: #999999. Windows color (decimal): -8144849 or 3127427. OLE color: 3127427.
HSL color Cylindrical-coordinate representation of color #83B82F: hue angle of 83.21º degrees, saturation: 0.59, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #83B82F is Cyan = 0.29, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 131 | 184 | 47 | - |
| CMYK | 0.29 | 0 | 0.74 | 0.28 |
| HSL | 83.21º | 0.59% | 0.45% | - |
| HSV(B) | 83.21º | 0.74% | 0.72% | - |
| XYZ | 27.01 | 39.31 | 8.85 | - |
| YUV | 152.54 | 68.44 | 112.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 184 | 47 | 0.29 | 0 | 0.74 | 0.28 | 83.21 | 0.59 | 0.45 |
| Hex | 83 | B8 | 2F | 1D | 0 | 4A | 1C | 53 | 3B | 2D |
| Octal | 203 | 270 | 57 | 35 | 0 | 112 | 34 | 123 | 73 | 55 |
| Binary | 10000011 | 10111000 | 101111 | 11101 | 0 | 1001010 | 11100 | 1010011 | 111011 | 101101 |
Color Harmonies of #83B82F
Complementary color
Monochromatic Colors of #83B82F
Black with #83B82F
Text Example
Text Example
White with #83B82F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83B82F; }
p { color: rgb(131,184,47); }
H1.HeaderClassName
{
color: #83B82F;
}
.AnyTagClassName
{
color: #83B82F;
}
</style>
background-color css
<style>
a { background-color: #83B82F; }
a { background-color: rgb(131,184,47); }
div.DivClassName
{
background-color: #83B82F;
}
.BgClassName
{
background-color: #83B82F;
}
</style>
border-color css
<style>
span { border-color: #83B82F; }
span { border-color: rgb(131,184,47); }
td.TdClassName
{
border-color: #83B82F;
}
.TagClassName
{
border-color: #83B82F;
}
</style>