Shades of Limerick #83BC34
Tints of Limerick #83BC34
RGB
CMYK
RGB Variations
Color information
#83BC34 (or 0x83BC34) is known color: Limerick. HEX triplet: 83, BC and 34. RGB value is (131,188,52). Sum of RGB (Red+Green+Blue) = 131+188+52=371 (49% of max value = 765). Red value is 131 (51.56% from 255 or 35.31% from 371); Green value is 188 (73.83% from 255 or 50.67% from 371); Blue value is 52 (20.70% from 255 or 14.02% from 371); Max value from RGB is 188 - color contains mainly: green. Hex color #83BC34 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #83BC34 is #7C43CB. Grayscale: #9B9B9B. Windows color (decimal): -8143820 or 3456131. OLE color: 3456131.
HSL color Cylindrical-coordinate representation of color #83BC34: hue angle of 85.15º degrees, saturation: 0.57, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #83BC34 is Cyan = 0.30, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 131 | 188 | 52 | - |
| CMYK | 0.30 | 0 | 0.72 | 0.26 |
| HSL | 85.15º | 0.57% | 0.47% | - |
| HSV(B) | 85.15º | 0.72% | 0.74% | - |
| XYZ | 27.96 | 41.04 | 9.7 | - |
| YUV | 155.45 | 69.62 | 110.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 188 | 52 | 0.30 | 0 | 0.72 | 0.26 | 85.15 | 0.57 | 0.47 |
| Hex | 83 | BC | 34 | 1E | 0 | 48 | 1A | 55 | 39 | 2F |
| Octal | 203 | 274 | 64 | 36 | 0 | 110 | 32 | 125 | 71 | 57 |
| Binary | 10000011 | 10111100 | 110100 | 11110 | 0 | 1001000 | 11010 | 1010101 | 111001 | 101111 |
Color Harmonies of #83BC34
Complementary color
Monochromatic Colors of #83BC34
Black with #83BC34
Text Example
Text Example
White with #83BC34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83BC34; }
p { color: rgb(131,188,52); }
H1.HeaderClassName
{
color: #83BC34;
}
.AnyTagClassName
{
color: #83BC34;
}
</style>
background-color css
<style>
a { background-color: #83BC34; }
a { background-color: rgb(131,188,52); }
div.DivClassName
{
background-color: #83BC34;
}
.BgClassName
{
background-color: #83BC34;
}
</style>
border-color css
<style>
span { border-color: #83BC34; }
span { border-color: rgb(131,188,52); }
td.TdClassName
{
border-color: #83BC34;
}
.TagClassName
{
border-color: #83BC34;
}
</style>