Shades of Lima #83C91A
Tints of Lima #83C91A
RGB
CMYK
RGB Variations
Color information
#83C91A (or 0x83C91A) is known color: Lima. HEX triplet: 83, C9 and 1A. RGB value is (131,201,26). Sum of RGB (Red+Green+Blue) = 131+201+26=358 (47% of max value = 765). Red value is 131 (51.56% from 255 or 36.59% from 358); Green value is 201 (78.91% from 255 or 56.15% from 358); Blue value is 26 (10.55% from 255 or 7.26% from 358); Max value from RGB is 201 - color contains mainly: green. Hex color #83C91A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #83C91A is #7C36E5. Grayscale: #A0A0A0. Windows color (decimal): -8140518 or 1755523. OLE color: 1755523.
HSL color Cylindrical-coordinate representation of color #83C91A: hue angle of 84º degrees, saturation: 0.77, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #83C91A is Cyan = 0.35, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 131 | 201 | 26 | - |
| CMYK | 0.35 | 0 | 0.87 | 0.21 |
| HSL | 84º | 0.77% | 0.45% | - |
| HSV(B) | 84º | 0.87% | 0.79% | - |
| XYZ | 30.43 | 46.67 | 8.38 | - |
| YUV | 160.12 | 52.31 | 107.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 201 | 26 | 0.35 | 0 | 0.87 | 0.21 | 84 | 0.77 | 0.45 |
| Hex | 83 | C9 | 1A | 23 | 0 | 57 | 15 | 54 | 4D | 2D |
| Octal | 203 | 311 | 32 | 43 | 0 | 127 | 25 | 124 | 115 | 55 |
| Binary | 10000011 | 11001001 | 11010 | 100011 | 0 | 1010111 | 10101 | 1010100 | 1001101 | 101101 |
Color Harmonies of #83C91A
Complementary color
Monochromatic Colors of #83C91A
Black with #83C91A
Text Example
Text Example
White with #83C91A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83C91A; }
p { color: rgb(131,201,26); }
H1.HeaderClassName
{
color: #83C91A;
}
.AnyTagClassName
{
color: #83C91A;
}
</style>
background-color css
<style>
a { background-color: #83C91A; }
a { background-color: rgb(131,201,26); }
div.DivClassName
{
background-color: #83C91A;
}
.BgClassName
{
background-color: #83C91A;
}
</style>
border-color css
<style>
span { border-color: #83C91A; }
span { border-color: rgb(131,201,26); }
td.TdClassName
{
border-color: #83C91A;
}
.TagClassName
{
border-color: #83C91A;
}
</style>