Shades of Lima #83C71F
Tints of Lima #83C71F
RGB
CMYK
RGB Variations
Color information
#83C71F (or 0x83C71F) is known color: Lima. HEX triplet: 83, C7 and 1F. RGB value is (131,199,31). Sum of RGB (Red+Green+Blue) = 131+199+31=361 (47% of max value = 765). Red value is 131 (51.56% from 255 or 36.29% from 361); Green value is 199 (78.12% from 255 or 55.12% from 361); Blue value is 31 (12.5% from 255 or 8.59% from 361); Max value from RGB is 199 - color contains mainly: green. Hex color #83C71F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #83C71F is #7C38E0. Grayscale: #A0A0A0. Windows color (decimal): -8141025 or 2082691. OLE color: 2082691.
HSL color Cylindrical-coordinate representation of color #83C71F: hue angle of 84.29º degrees, saturation: 0.73, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #83C71F is Cyan = 0.34, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 131 | 199 | 31 | - |
| CMYK | 0.34 | 0 | 0.84 | 0.22 |
| HSL | 84.29º | 0.73% | 0.45% | - |
| HSV(B) | 84.29º | 0.84% | 0.78% | - |
| XYZ | 30.03 | 45.77 | 8.55 | - |
| YUV | 159.52 | 55.47 | 107.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 199 | 31 | 0.34 | 0 | 0.84 | 0.22 | 84.29 | 0.73 | 0.45 |
| Hex | 83 | C7 | 1F | 22 | 0 | 54 | 16 | 54 | 49 | 2D |
| Octal | 203 | 307 | 37 | 42 | 0 | 124 | 26 | 124 | 111 | 55 |
| Binary | 10000011 | 11000111 | 11111 | 100010 | 0 | 1010100 | 10110 | 1010100 | 1001001 | 101101 |
Color Harmonies of #83C71F
Complementary color
Monochromatic Colors of #83C71F
Black with #83C71F
Text Example
Text Example
White with #83C71F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83C71F; }
p { color: rgb(131,199,31); }
H1.HeaderClassName
{
color: #83C71F;
}
.AnyTagClassName
{
color: #83C71F;
}
</style>
background-color css
<style>
a { background-color: #83C71F; }
a { background-color: rgb(131,199,31); }
div.DivClassName
{
background-color: #83C71F;
}
.BgClassName
{
background-color: #83C71F;
}
</style>
border-color css
<style>
span { border-color: #83C71F; }
span { border-color: rgb(131,199,31); }
td.TdClassName
{
border-color: #83C71F;
}
.TagClassName
{
border-color: #83C71F;
}
</style>