Shades of Lima #83AF0D
Tints of Lima #83AF0D
RGB
CMYK
RGB Variations
Color information
#83AF0D (or 0x83AF0D) is known color: Lima. HEX triplet: 83, AF and 0D. RGB value is (131,175,13). Sum of RGB (Red+Green+Blue) = 131+175+13=319 (42% of max value = 765). Red value is 131 (51.56% from 255 or 41.07% from 319); Green value is 175 (68.75% from 255 or 54.86% from 319); Blue value is 13 (5.47% from 255 or 4.08% from 319); Max value from RGB is 175 - color contains mainly: green. Hex color #83AF0D is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #83AF0D is #7C50F2. Grayscale: #8F8F8F. Windows color (decimal): -8147187 or 896899. OLE color: 896899.
HSL color Cylindrical-coordinate representation of color #83AF0D: hue angle of 76.3º degrees, saturation: 0.86, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #83AF0D is Cyan = 0.25, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 131 | 175 | 13 | - |
| CMYK | 0.25 | 0 | 0.93 | 0.31 |
| HSL | 76.3º | 0.86% | 0.37% | - |
| HSV(B) | 76.3º | 0.93% | 0.69% | - |
| XYZ | 24.76 | 35.51 | 5.93 | - |
| YUV | 143.38 | 54.42 | 119.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 175 | 13 | 0.25 | 0 | 0.93 | 0.31 | 76.3 | 0.86 | 0.37 |
| Hex | 83 | AF | D | 19 | 0 | 5D | 1F | 4C | 56 | 25 |
| Octal | 203 | 257 | 15 | 31 | 0 | 135 | 37 | 114 | 126 | 45 |
| Binary | 10000011 | 10101111 | 1101 | 11001 | 0 | 1011101 | 11111 | 1001100 | 1010110 | 100101 |
Color Harmonies of #83AF0D
Complementary color
Monochromatic Colors of #83AF0D
Black with #83AF0D
Text Example
Text Example
White with #83AF0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83AF0D; }
p { color: rgb(131,175,13); }
H1.HeaderClassName
{
color: #83AF0D;
}
.AnyTagClassName
{
color: #83AF0D;
}
</style>
background-color css
<style>
a { background-color: #83AF0D; }
a { background-color: rgb(131,175,13); }
div.DivClassName
{
background-color: #83AF0D;
}
.BgClassName
{
background-color: #83AF0D;
}
</style>
border-color css
<style>
span { border-color: #83AF0D; }
span { border-color: rgb(131,175,13); }
td.TdClassName
{
border-color: #83AF0D;
}
.TagClassName
{
border-color: #83AF0D;
}
</style>