Shades of Lima #83BB11
Tints of Lima #83BB11
RGB
CMYK
RGB Variations
Color information
#83BB11 (or 0x83BB11) is known color: Lima. HEX triplet: 83, BB and 11. RGB value is (131,187,17). Sum of RGB (Red+Green+Blue) = 131+187+17=335 (44% of max value = 765). Red value is 131 (51.56% from 255 or 39.10% from 335); Green value is 187 (73.44% from 255 or 55.82% from 335); Blue value is 17 (7.03% from 255 or 5.07% from 335); Max value from RGB is 187 - color contains mainly: green. Hex color #83BB11 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #83BB11 is #7C44EE. Grayscale: #979797. Windows color (decimal): -8144111 or 1162115. OLE color: 1162115.
HSL color Cylindrical-coordinate representation of color #83BB11: hue angle of 79.76º degrees, saturation: 0.83, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #83BB11 is Cyan = 0.30, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 131 | 187 | 17 | - |
| CMYK | 0.30 | 0 | 0.91 | 0.27 |
| HSL | 79.76º | 0.83% | 0.4% | - |
| HSV(B) | 79.76º | 0.91% | 0.73% | - |
| XYZ | 27.23 | 40.41 | 6.89 | - |
| YUV | 150.88 | 52.45 | 113.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 187 | 17 | 0.30 | 0 | 0.91 | 0.27 | 79.76 | 0.83 | 0.4 |
| Hex | 83 | BB | 11 | 1E | 0 | 5B | 1B | 50 | 53 | 28 |
| Octal | 203 | 273 | 21 | 36 | 0 | 133 | 33 | 120 | 123 | 50 |
| Binary | 10000011 | 10111011 | 10001 | 11110 | 0 | 1011011 | 11011 | 1010000 | 1010011 | 101000 |
Color Harmonies of #83BB11
Complementary color
Monochromatic Colors of #83BB11
Black with #83BB11
Text Example
Text Example
White with #83BB11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83BB11; }
p { color: rgb(131,187,17); }
H1.HeaderClassName
{
color: #83BB11;
}
.AnyTagClassName
{
color: #83BB11;
}
</style>
background-color css
<style>
a { background-color: #83BB11; }
a { background-color: rgb(131,187,17); }
div.DivClassName
{
background-color: #83BB11;
}
.BgClassName
{
background-color: #83BB11;
}
</style>
border-color css
<style>
span { border-color: #83BB11; }
span { border-color: rgb(131,187,17); }
td.TdClassName
{
border-color: #83BB11;
}
.TagClassName
{
border-color: #83BB11;
}
</style>