Shades of Limerick #83BC33
Tints of Limerick #83BC33
RGB
CMYK
RGB Variations
Color information
#83BC33 (or 0x83BC33) is known color: Limerick. HEX triplet: 83, BC and 33. RGB value is (131,188,51). Sum of RGB (Red+Green+Blue) = 131+188+51=370 (49% of max value = 765). Red value is 131 (51.56% from 255 or 35.41% from 370); Green value is 188 (73.83% from 255 or 50.81% from 370); Blue value is 51 (20.31% from 255 or 13.78% from 370); Max value from RGB is 188 - color contains mainly: green. Hex color #83BC33 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #83BC33 is #7C43CC. Grayscale: #9B9B9B. Windows color (decimal): -8143821 or 3390595. OLE color: 3390595.
HSL color Cylindrical-coordinate representation of color #83BC33: hue angle of 84.96º degrees, saturation: 0.57, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #83BC33 is Cyan = 0.30, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 131 | 188 | 51 | - |
| CMYK | 0.30 | 0 | 0.73 | 0.26 |
| HSL | 84.96º | 0.57% | 0.47% | - |
| HSV(B) | 84.96º | 0.73% | 0.74% | - |
| XYZ | 27.94 | 41.03 | 9.58 | - |
| YUV | 155.34 | 69.12 | 110.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 188 | 51 | 0.30 | 0 | 0.73 | 0.26 | 84.96 | 0.57 | 0.47 |
| Hex | 83 | BC | 33 | 1E | 0 | 49 | 1A | 55 | 39 | 2F |
| Octal | 203 | 274 | 63 | 36 | 0 | 111 | 32 | 125 | 71 | 57 |
| Binary | 10000011 | 10111100 | 110011 | 11110 | 0 | 1001001 | 11010 | 1010101 | 111001 | 101111 |
Color Harmonies of #83BC33
Complementary color
Monochromatic Colors of #83BC33
Black with #83BC33
Text Example
Text Example
White with #83BC33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83BC33; }
p { color: rgb(131,188,51); }
H1.HeaderClassName
{
color: #83BC33;
}
.AnyTagClassName
{
color: #83BC33;
}
</style>
background-color css
<style>
a { background-color: #83BC33; }
a { background-color: rgb(131,188,51); }
div.DivClassName
{
background-color: #83BC33;
}
.BgClassName
{
background-color: #83BC33;
}
</style>
border-color css
<style>
span { border-color: #83BC33; }
span { border-color: rgb(131,188,51); }
td.TdClassName
{
border-color: #83BC33;
}
.TagClassName
{
border-color: #83BC33;
}
</style>