Shades of Lima #83BD0B
Tints of Lima #83BD0B
RGB
CMYK
RGB Variations
Color information
#83BD0B (or 0x83BD0B) is known color: Lima. HEX triplet: 83, BD and 0B. RGB value is (131,189,11). Sum of RGB (Red+Green+Blue) = 131+189+11=331 (43% of max value = 765). Red value is 131 (51.56% from 255 or 39.58% from 331); Green value is 189 (74.22% from 255 or 57.10% from 331); Blue value is 11 (4.69% from 255 or 3.32% from 331); Max value from RGB is 189 - color contains mainly: green. Hex color #83BD0B is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #83BD0B is #7C42F4. Grayscale: #989898. Windows color (decimal): -8143605 or 769411. OLE color: 769411.
HSL color Cylindrical-coordinate representation of color #83BD0B: hue angle of 79.55º degrees, saturation: 0.89, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #83BD0B is Cyan = 0.31, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 131 | 189 | 11 | - |
| CMYK | 0.31 | 0 | 0.94 | 0.26 |
| HSL | 79.55º | 0.89% | 0.39% | - |
| HSV(B) | 79.55º | 0.94% | 0.74% | - |
| XYZ | 27.62 | 41.24 | 6.82 | - |
| YUV | 151.37 | 48.78 | 113.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 189 | 11 | 0.31 | 0 | 0.94 | 0.26 | 79.55 | 0.89 | 0.39 |
| Hex | 83 | BD | B | 1F | 0 | 5E | 1A | 50 | 59 | 27 |
| Octal | 203 | 275 | 13 | 37 | 0 | 136 | 32 | 120 | 131 | 47 |
| Binary | 10000011 | 10111101 | 1011 | 11111 | 0 | 1011110 | 11010 | 1010000 | 1011001 | 100111 |
Color Harmonies of #83BD0B
Complementary color
Monochromatic Colors of #83BD0B
Black with #83BD0B
Text Example
Text Example
White with #83BD0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83BD0B; }
p { color: rgb(131,189,11); }
H1.HeaderClassName
{
color: #83BD0B;
}
.AnyTagClassName
{
color: #83BD0B;
}
</style>
background-color css
<style>
a { background-color: #83BD0B; }
a { background-color: rgb(131,189,11); }
div.DivClassName
{
background-color: #83BD0B;
}
.BgClassName
{
background-color: #83BD0B;
}
</style>
border-color css
<style>
span { border-color: #83BD0B; }
span { border-color: rgb(131,189,11); }
td.TdClassName
{
border-color: #83BD0B;
}
.TagClassName
{
border-color: #83BD0B;
}
</style>