Shades of Lima #83C509
Tints of Lima #83C509
RGB
CMYK
RGB Variations
Color information
#83C509 (or 0x83C509) is known color: Lima. HEX triplet: 83, C5 and 09. RGB value is (131,197,9). Sum of RGB (Red+Green+Blue) = 131+197+9=337 (44% of max value = 765). Red value is 131 (51.56% from 255 or 38.87% from 337); Green value is 197 (77.34% from 255 or 58.46% from 337); Blue value is 9 (3.91% from 255 or 2.67% from 337); Max value from RGB is 197 - color contains mainly: green. Hex color #83C509 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #83C509 is #7C3AF6. Grayscale: #9C9C9C. Windows color (decimal): -8141559 or 640387. OLE color: 640387.
HSL color Cylindrical-coordinate representation of color #83C509: hue angle of 81.06º degrees, saturation: 0.91, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #83C509 is Cyan = 0.34, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 131 | 197 | 9 | - |
| CMYK | 0.34 | 0 | 0.95 | 0.23 |
| HSL | 81.06º | 0.91% | 0.4% | - |
| HSV(B) | 81.06º | 0.95% | 0.77% | - |
| XYZ | 29.38 | 44.78 | 7.35 | - |
| YUV | 155.83 | 45.13 | 110.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 197 | 9 | 0.34 | 0 | 0.95 | 0.23 | 81.06 | 0.91 | 0.4 |
| Hex | 83 | C5 | 9 | 22 | 0 | 5F | 17 | 51 | 5B | 28 |
| Octal | 203 | 305 | 11 | 42 | 0 | 137 | 27 | 121 | 133 | 50 |
| Binary | 10000011 | 11000101 | 1001 | 100010 | 0 | 1011111 | 10111 | 1010001 | 1011011 | 101000 |
Color Harmonies of #83C509
Complementary color
Monochromatic Colors of #83C509
Black with #83C509
Text Example
Text Example
White with #83C509
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83C509; }
p { color: rgb(131,197,9); }
H1.HeaderClassName
{
color: #83C509;
}
.AnyTagClassName
{
color: #83C509;
}
</style>
background-color css
<style>
a { background-color: #83C509; }
a { background-color: rgb(131,197,9); }
div.DivClassName
{
background-color: #83C509;
}
.BgClassName
{
background-color: #83C509;
}
</style>
border-color css
<style>
span { border-color: #83C509; }
span { border-color: rgb(131,197,9); }
td.TdClassName
{
border-color: #83C509;
}
.TagClassName
{
border-color: #83C509;
}
</style>