Shades of Lima #83BB19
Tints of Lima #83BB19
RGB
CMYK
RGB Variations
Color information
#83BB19 (or 0x83BB19) is known color: Lima. HEX triplet: 83, BB and 19. RGB value is (131,187,25). Sum of RGB (Red+Green+Blue) = 131+187+25=343 (45% of max value = 765). Red value is 131 (51.56% from 255 or 38.19% from 343); Green value is 187 (73.44% from 255 or 54.52% from 343); Blue value is 25 (10.16% from 255 or 7.29% from 343); Max value from RGB is 187 - color contains mainly: green. Hex color #83BB19 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #83BB19 is #7C44E6. Grayscale: #989898. Windows color (decimal): -8144103 or 1686403. OLE color: 1686403.
HSL color Cylindrical-coordinate representation of color #83BB19: hue angle of 80.74º degrees, saturation: 0.76, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #83BB19 is Cyan = 0.30, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 131 | 187 | 25 | - |
| CMYK | 0.30 | 0 | 0.87 | 0.27 |
| HSL | 80.74º | 0.76% | 0.42% | - |
| HSV(B) | 80.74º | 0.87% | 0.73% | - |
| XYZ | 27.31 | 40.44 | 7.29 | - |
| YUV | 151.79 | 56.45 | 113.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 187 | 25 | 0.30 | 0 | 0.87 | 0.27 | 80.74 | 0.76 | 0.42 |
| Hex | 83 | BB | 19 | 1E | 0 | 57 | 1B | 51 | 4C | 2A |
| Octal | 203 | 273 | 31 | 36 | 0 | 127 | 33 | 121 | 114 | 52 |
| Binary | 10000011 | 10111011 | 11001 | 11110 | 0 | 1010111 | 11011 | 1010001 | 1001100 | 101010 |
Color Harmonies of #83BB19
Complementary color
Monochromatic Colors of #83BB19
Black with #83BB19
Text Example
Text Example
White with #83BB19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83BB19; }
p { color: rgb(131,187,25); }
H1.HeaderClassName
{
color: #83BB19;
}
.AnyTagClassName
{
color: #83BB19;
}
</style>
background-color css
<style>
a { background-color: #83BB19; }
a { background-color: rgb(131,187,25); }
div.DivClassName
{
background-color: #83BB19;
}
.BgClassName
{
background-color: #83BB19;
}
</style>
border-color css
<style>
span { border-color: #83BB19; }
span { border-color: rgb(131,187,25); }
td.TdClassName
{
border-color: #83BB19;
}
.TagClassName
{
border-color: #83BB19;
}
</style>