Shades of Limerick #83AF23
Tints of Limerick #83AF23
RGB
CMYK
RGB Variations
Color information
#83AF23 (or 0x83AF23) is known color: Limerick. HEX triplet: 83, AF and 23. RGB value is (131,175,35). Sum of RGB (Red+Green+Blue) = 131+175+35=341 (45% of max value = 765). Red value is 131 (51.56% from 255 or 38.42% from 341); Green value is 175 (68.75% from 255 or 51.32% from 341); Blue value is 35 (14.06% from 255 or 10.26% from 341); Max value from RGB is 175 - color contains mainly: green. Hex color #83AF23 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #83AF23 is #7C50DC. Grayscale: #929292. Windows color (decimal): -8147165 or 2338691. OLE color: 2338691.
HSL color Cylindrical-coordinate representation of color #83AF23: hue angle of 78.86º degrees, saturation: 0.67, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #83AF23 is Cyan = 0.25, Magento = 0, Yellow = 0.8 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 131 | 175 | 35 | - |
| CMYK | 0.25 | 0 | 0.8 | 0.31 |
| HSL | 78.86º | 0.67% | 0.41% | - |
| HSV(B) | 78.86º | 0.8% | 0.69% | - |
| XYZ | 24.99 | 35.61 | 7.15 | - |
| YUV | 145.88 | 65.42 | 117.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 175 | 35 | 0.25 | 0 | 0.8 | 0.31 | 78.86 | 0.67 | 0.41 |
| Hex | 83 | AF | 23 | 19 | 0 | 50 | 1F | 4F | 43 | 29 |
| Octal | 203 | 257 | 43 | 31 | 0 | 120 | 37 | 117 | 103 | 51 |
| Binary | 10000011 | 10101111 | 100011 | 11001 | 0 | 1010000 | 11111 | 1001111 | 1000011 | 101001 |
Color Harmonies of #83AF23
Complementary color
Monochromatic Colors of #83AF23
Black with #83AF23
Text Example
Text Example
White with #83AF23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83AF23; }
p { color: rgb(131,175,35); }
H1.HeaderClassName
{
color: #83AF23;
}
.AnyTagClassName
{
color: #83AF23;
}
</style>
background-color css
<style>
a { background-color: #83AF23; }
a { background-color: rgb(131,175,35); }
div.DivClassName
{
background-color: #83AF23;
}
.BgClassName
{
background-color: #83AF23;
}
</style>
border-color css
<style>
span { border-color: #83AF23; }
span { border-color: rgb(131,175,35); }
td.TdClassName
{
border-color: #83AF23;
}
.TagClassName
{
border-color: #83AF23;
}
</style>