Shades of Lima #83B307
Tints of Lima #83B307
RGB
CMYK
RGB Variations
Color information
#83B307 (or 0x83B307) is known color: Lima. HEX triplet: 83, B3 and 07. RGB value is (131,179,7). Sum of RGB (Red+Green+Blue) = 131+179+7=317 (41% of max value = 765). Red value is 131 (51.56% from 255 or 41.32% from 317); Green value is 179 (70.31% from 255 or 56.47% from 317); Blue value is 7 (3.12% from 255 or 2.21% from 317); Max value from RGB is 179 - color contains mainly: green. Hex color #83B307 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #83B307 is #7C4CF8. Grayscale: #919191. Windows color (decimal): -8146169 or 504707. OLE color: 504707.
HSL color Cylindrical-coordinate representation of color #83B307: hue angle of 76.74º degrees, saturation: 0.92, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #83B307 is Cyan = 0.27, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 131 | 179 | 7 | - |
| CMYK | 0.27 | 0 | 0.96 | 0.30 |
| HSL | 76.74º | 0.92% | 0.36% | - |
| HSV(B) | 76.74º | 0.96% | 0.7% | - |
| XYZ | 25.52 | 37.08 | 6.01 | - |
| YUV | 145.04 | 50.1 | 117.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 179 | 7 | 0.27 | 0 | 0.96 | 0.30 | 76.74 | 0.92 | 0.36 |
| Hex | 83 | B3 | 7 | 1B | 0 | 60 | 1E | 4D | 5C | 24 |
| Octal | 203 | 263 | 7 | 33 | 0 | 140 | 36 | 115 | 134 | 44 |
| Binary | 10000011 | 10110011 | 111 | 11011 | 0 | 1100000 | 11110 | 1001101 | 1011100 | 100100 |
Color Harmonies of #83B307
Complementary color
Monochromatic Colors of #83B307
Black with #83B307
Text Example
Text Example
White with #83B307
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83B307; }
p { color: rgb(131,179,7); }
H1.HeaderClassName
{
color: #83B307;
}
.AnyTagClassName
{
color: #83B307;
}
</style>
background-color css
<style>
a { background-color: #83B307; }
a { background-color: rgb(131,179,7); }
div.DivClassName
{
background-color: #83B307;
}
.BgClassName
{
background-color: #83B307;
}
</style>
border-color css
<style>
span { border-color: #83B307; }
span { border-color: rgb(131,179,7); }
td.TdClassName
{
border-color: #83B307;
}
.TagClassName
{
border-color: #83B307;
}
</style>