Shades of Lima #83C810
Tints of Lima #83C810
RGB
CMYK
RGB Variations
Color information
#83C810 (or 0x83C810) is known color: Lima. HEX triplet: 83, C8 and 10. RGB value is (131,200,16). Sum of RGB (Red+Green+Blue) = 131+200+16=347 (45% of max value = 765). Red value is 131 (51.56% from 255 or 37.75% from 347); Green value is 200 (78.52% from 255 or 57.64% from 347); Blue value is 16 (6.64% from 255 or 4.61% from 347); Max value from RGB is 200 - color contains mainly: green. Hex color #83C810 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #83C810 is #7C37EF. Grayscale: #9F9F9F. Windows color (decimal): -8140784 or 1099907. OLE color: 1099907.
HSL color Cylindrical-coordinate representation of color #83C810: hue angle of 82.5º 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 #83C810 is Cyan = 0.34, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 131 | 200 | 16 | - |
| CMYK | 0.34 | 0 | 0.92 | 0.22 |
| HSL | 82.5º | 0.85% | 0.42% | - |
| HSV(B) | 82.5º | 0.92% | 0.78% | - |
| XYZ | 30.11 | 46.17 | 7.82 | - |
| YUV | 158.39 | 47.64 | 108.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 200 | 16 | 0.34 | 0 | 0.92 | 0.22 | 82.5 | 0.85 | 0.42 |
| Hex | 83 | C8 | 10 | 22 | 0 | 5C | 16 | 52 | 55 | 2A |
| Octal | 203 | 310 | 20 | 42 | 0 | 134 | 26 | 122 | 125 | 52 |
| Binary | 10000011 | 11001000 | 10000 | 100010 | 0 | 1011100 | 10110 | 1010010 | 1010101 | 101010 |
Color Harmonies of #83C810
Complementary color
Monochromatic Colors of #83C810
Black with #83C810
Text Example
Text Example
White with #83C810
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83C810; }
p { color: rgb(131,200,16); }
H1.HeaderClassName
{
color: #83C810;
}
.AnyTagClassName
{
color: #83C810;
}
</style>
background-color css
<style>
a { background-color: #83C810; }
a { background-color: rgb(131,200,16); }
div.DivClassName
{
background-color: #83C810;
}
.BgClassName
{
background-color: #83C810;
}
</style>
border-color css
<style>
span { border-color: #83C810; }
span { border-color: rgb(131,200,16); }
td.TdClassName
{
border-color: #83C810;
}
.TagClassName
{
border-color: #83C810;
}
</style>