Shades of Lima #83BE19
Tints of Lima #83BE19
RGB
CMYK
RGB Variations
Color information
#83BE19 (or 0x83BE19) is known color: Lima. HEX triplet: 83, BE and 19. RGB value is (131,190,25). Sum of RGB (Red+Green+Blue) = 131+190+25=346 (45% of max value = 765). Red value is 131 (51.56% from 255 or 37.86% from 346); Green value is 190 (74.61% from 255 or 54.91% from 346); Blue value is 25 (10.16% from 255 or 7.23% from 346); Max value from RGB is 190 - color contains mainly: green. Hex color #83BE19 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #83BE19 is #7C41E6. Grayscale: #9A9A9A. Windows color (decimal): -8143335 or 1687171. OLE color: 1687171.
HSL color Cylindrical-coordinate representation of color #83BE19: hue angle of 81.45º degrees, saturation: 0.77, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #83BE19 is Cyan = 0.31, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 131 | 190 | 25 | - |
| CMYK | 0.31 | 0 | 0.87 | 0.25 |
| HSL | 81.45º | 0.77% | 0.42% | - |
| HSV(B) | 81.45º | 0.87% | 0.75% | - |
| XYZ | 27.95 | 41.72 | 7.5 | - |
| YUV | 153.55 | 55.45 | 111.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 190 | 25 | 0.31 | 0 | 0.87 | 0.25 | 81.45 | 0.77 | 0.42 |
| Hex | 83 | BE | 19 | 1F | 0 | 57 | 19 | 51 | 4D | 2A |
| Octal | 203 | 276 | 31 | 37 | 0 | 127 | 31 | 121 | 115 | 52 |
| Binary | 10000011 | 10111110 | 11001 | 11111 | 0 | 1010111 | 11001 | 1010001 | 1001101 | 101010 |
Color Harmonies of #83BE19
Complementary color
Monochromatic Colors of #83BE19
Black with #83BE19
Text Example
Text Example
White with #83BE19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83BE19; }
p { color: rgb(131,190,25); }
H1.HeaderClassName
{
color: #83BE19;
}
.AnyTagClassName
{
color: #83BE19;
}
</style>
background-color css
<style>
a { background-color: #83BE19; }
a { background-color: rgb(131,190,25); }
div.DivClassName
{
background-color: #83BE19;
}
.BgClassName
{
background-color: #83BE19;
}
</style>
border-color css
<style>
span { border-color: #83BE19; }
span { border-color: rgb(131,190,25); }
td.TdClassName
{
border-color: #83BE19;
}
.TagClassName
{
border-color: #83BE19;
}
</style>