Shades of Lima #83CA10
Tints of Lima #83CA10
RGB
CMYK
RGB Variations
Color information
#83CA10 (or 0x83CA10) is known color: Lima. HEX triplet: 83, CA and 10. RGB value is (131,202,16). Sum of RGB (Red+Green+Blue) = 131+202+16=349 (46% of max value = 765). Red value is 131 (51.56% from 255 or 37.54% from 349); Green value is 202 (79.30% from 255 or 57.88% from 349); Blue value is 16 (6.64% from 255 or 4.58% from 349); Max value from RGB is 202 - color contains mainly: green. Hex color #83CA10 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #83CA10 is #7C35EF. Grayscale: #A0A0A0. Windows color (decimal): -8140272 or 1100419. OLE color: 1100419.
HSL color Cylindrical-coordinate representation of color #83CA10: hue angle of 82.9º degrees, saturation: 0.85, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #83CA10 is Cyan = 0.35, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 131 | 202 | 16 | - |
| CMYK | 0.35 | 0 | 0.92 | 0.21 |
| HSL | 82.9º | 0.85% | 0.43% | - |
| HSV(B) | 82.9º | 0.92% | 0.79% | - |
| XYZ | 30.57 | 47.1 | 7.97 | - |
| YUV | 159.57 | 46.98 | 107.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 202 | 16 | 0.35 | 0 | 0.92 | 0.21 | 82.9 | 0.85 | 0.43 |
| Hex | 83 | CA | 10 | 23 | 0 | 5C | 15 | 53 | 55 | 2B |
| Octal | 203 | 312 | 20 | 43 | 0 | 134 | 25 | 123 | 125 | 53 |
| Binary | 10000011 | 11001010 | 10000 | 100011 | 0 | 1011100 | 10101 | 1010011 | 1010101 | 101011 |
Color Harmonies of #83CA10
Complementary color
Monochromatic Colors of #83CA10
Black with #83CA10
Text Example
Text Example
White with #83CA10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83CA10; }
p { color: rgb(131,202,16); }
H1.HeaderClassName
{
color: #83CA10;
}
.AnyTagClassName
{
color: #83CA10;
}
</style>
background-color css
<style>
a { background-color: #83CA10; }
a { background-color: rgb(131,202,16); }
div.DivClassName
{
background-color: #83CA10;
}
.BgClassName
{
background-color: #83CA10;
}
</style>
border-color css
<style>
span { border-color: #83CA10; }
span { border-color: rgb(131,202,16); }
td.TdClassName
{
border-color: #83CA10;
}
.TagClassName
{
border-color: #83CA10;
}
</style>