Shades of Lima #83C00B
Tints of Lima #83C00B
RGB
CMYK
RGB Variations
Color information
#83C00B (or 0x83C00B) is known color: Lima. HEX triplet: 83, C0 and 0B. RGB value is (131,192,11). Sum of RGB (Red+Green+Blue) = 131+192+11=334 (44% of max value = 765). Red value is 131 (51.56% from 255 or 39.22% from 334); Green value is 192 (75.39% from 255 or 57.49% from 334); Blue value is 11 (4.69% from 255 or 3.29% from 334); Max value from RGB is 192 - color contains mainly: green. Hex color #83C00B is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #83C00B is #7C3FF4. Grayscale: #999999. Windows color (decimal): -8142837 or 770179. OLE color: 770179.
HSL color Cylindrical-coordinate representation of color #83C00B: hue angle of 80.22º degrees, saturation: 0.89, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #83C00B is Cyan = 0.32, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 131 | 192 | 11 | - |
| CMYK | 0.32 | 0 | 0.94 | 0.25 |
| HSL | 80.22º | 0.89% | 0.4% | - |
| HSV(B) | 80.22º | 0.94% | 0.75% | - |
| XYZ | 28.27 | 42.55 | 7.04 | - |
| YUV | 153.13 | 47.79 | 112.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 192 | 11 | 0.32 | 0 | 0.94 | 0.25 | 80.22 | 0.89 | 0.4 |
| Hex | 83 | C0 | B | 20 | 0 | 5E | 19 | 50 | 59 | 28 |
| Octal | 203 | 300 | 13 | 40 | 0 | 136 | 31 | 120 | 131 | 50 |
| Binary | 10000011 | 11000000 | 1011 | 100000 | 0 | 1011110 | 11001 | 1010000 | 1011001 | 101000 |
Color Harmonies of #83C00B
Complementary color
Monochromatic Colors of #83C00B
Black with #83C00B
Text Example
Text Example
White with #83C00B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83C00B; }
p { color: rgb(131,192,11); }
H1.HeaderClassName
{
color: #83C00B;
}
.AnyTagClassName
{
color: #83C00B;
}
</style>
background-color css
<style>
a { background-color: #83C00B; }
a { background-color: rgb(131,192,11); }
div.DivClassName
{
background-color: #83C00B;
}
.BgClassName
{
background-color: #83C00B;
}
</style>
border-color css
<style>
span { border-color: #83C00B; }
span { border-color: rgb(131,192,11); }
td.TdClassName
{
border-color: #83C00B;
}
.TagClassName
{
border-color: #83C00B;
}
</style>