Shades of Lima #83C710
Tints of Lima #83C710
RGB
CMYK
RGB Variations
Color information
#83C710 (or 0x83C710) is known color: Lima. HEX triplet: 83, C7 and 10. RGB value is (131,199,16). Sum of RGB (Red+Green+Blue) = 131+199+16=346 (45% of max value = 765). Red value is 131 (51.56% from 255 or 37.86% from 346); Green value is 199 (78.12% from 255 or 57.51% from 346); Blue value is 16 (6.64% from 255 or 4.62% from 346); Max value from RGB is 199 - color contains mainly: green. Hex color #83C710 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #83C710 is #7C38EF. Grayscale: #9E9E9E. Windows color (decimal): -8141040 or 1099651. OLE color: 1099651.
HSL color Cylindrical-coordinate representation of color #83C710: hue angle of 82.3º degrees, saturation: 0.85, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #83C710 is Cyan = 0.34, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 131 | 199 | 16 | - |
| CMYK | 0.34 | 0 | 0.92 | 0.22 |
| HSL | 82.3º | 0.85% | 0.42% | - |
| HSV(B) | 82.3º | 0.92% | 0.78% | - |
| XYZ | 29.88 | 45.71 | 7.74 | - |
| YUV | 157.81 | 47.97 | 108.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 199 | 16 | 0.34 | 0 | 0.92 | 0.22 | 82.3 | 0.85 | 0.42 |
| Hex | 83 | C7 | 10 | 22 | 0 | 5C | 16 | 52 | 55 | 2A |
| Octal | 203 | 307 | 20 | 42 | 0 | 134 | 26 | 122 | 125 | 52 |
| Binary | 10000011 | 11000111 | 10000 | 100010 | 0 | 1011100 | 10110 | 1010010 | 1010101 | 101010 |
Color Harmonies of #83C710
Complementary color
Monochromatic Colors of #83C710
Black with #83C710
Text Example
Text Example
White with #83C710
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83C710; }
p { color: rgb(131,199,16); }
H1.HeaderClassName
{
color: #83C710;
}
.AnyTagClassName
{
color: #83C710;
}
</style>
background-color css
<style>
a { background-color: #83C710; }
a { background-color: rgb(131,199,16); }
div.DivClassName
{
background-color: #83C710;
}
.BgClassName
{
background-color: #83C710;
}
</style>
border-color css
<style>
span { border-color: #83C710; }
span { border-color: rgb(131,199,16); }
td.TdClassName
{
border-color: #83C710;
}
.TagClassName
{
border-color: #83C710;
}
</style>