Shades of Lima #83BF0F
Tints of Lima #83BF0F
RGB
CMYK
RGB Variations
Color information
#83BF0F (or 0x83BF0F) is known color: Lima. HEX triplet: 83, BF and 0F. RGB value is (131,191,15). Sum of RGB (Red+Green+Blue) = 131+191+15=337 (44% of max value = 765). Red value is 131 (51.56% from 255 or 38.87% from 337); Green value is 191 (75% from 255 or 56.68% from 337); Blue value is 15 (6.25% from 255 or 4.45% from 337); Max value from RGB is 191 - color contains mainly: green. Hex color #83BF0F is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #83BF0F is #7C40F0. Grayscale: #999999. Windows color (decimal): -8143089 or 1032067. OLE color: 1032067.
HSL color Cylindrical-coordinate representation of color #83BF0F: hue angle of 80.45º degrees, saturation: 0.85, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #83BF0F is Cyan = 0.31, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 131 | 191 | 15 | - |
| CMYK | 0.31 | 0 | 0.92 | 0.25 |
| HSL | 80.45º | 0.85% | 0.4% | - |
| HSV(B) | 80.45º | 0.92% | 0.75% | - |
| XYZ | 28.08 | 42.12 | 7.1 | - |
| YUV | 153 | 50.12 | 112.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 191 | 15 | 0.31 | 0 | 0.92 | 0.25 | 80.45 | 0.85 | 0.4 |
| Hex | 83 | BF | F | 1F | 0 | 5C | 19 | 50 | 55 | 28 |
| Octal | 203 | 277 | 17 | 37 | 0 | 134 | 31 | 120 | 125 | 50 |
| Binary | 10000011 | 10111111 | 1111 | 11111 | 0 | 1011100 | 11001 | 1010000 | 1010101 | 101000 |
Color Harmonies of #83BF0F
Complementary color
Monochromatic Colors of #83BF0F
Black with #83BF0F
Text Example
Text Example
White with #83BF0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83BF0F; }
p { color: rgb(131,191,15); }
H1.HeaderClassName
{
color: #83BF0F;
}
.AnyTagClassName
{
color: #83BF0F;
}
</style>
background-color css
<style>
a { background-color: #83BF0F; }
a { background-color: rgb(131,191,15); }
div.DivClassName
{
background-color: #83BF0F;
}
.BgClassName
{
background-color: #83BF0F;
}
</style>
border-color css
<style>
span { border-color: #83BF0F; }
span { border-color: rgb(131,191,15); }
td.TdClassName
{
border-color: #83BF0F;
}
.TagClassName
{
border-color: #83BF0F;
}
</style>