#83D10D

Color #83D10D Lima (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lima #83D10D

Tints of Lima #83D10D

Color information

#83D10D (or 0x83D10D) is unknown color: approx Lima. HEX triplet: 83, D1 and 0D. RGB value is (131,209,13). Sum of RGB (Red+Green+Blue) = 131+209+13=353 (46% of max value = 765). Red value is 131 (51.56% from 255 or 37.11% from 353); Green value is 209 (82.03% from 255 or 59.21% from 353); Blue value is 13 (5.47% from 255 or 3.68% from 353); Max value from RGB is 209 - color contains mainly: green. Hex color #83D10D is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #83D10D is #7C2EF2. Grayscale: #A4A4A4. Windows color (decimal): -8138483 or 905603. OLE color: 905603.

HSL color Cylindrical-coordinate representation of color #83D10D: hue angle of 83.88º degrees, saturation: 0.88, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #83D10D is Cyan = 0.37, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.18.

Color convert

RGB13120913-
CMYK0.3700.940.18
HSL83.88º88.29%43.53%-
HSV(B)83.88º93.78%81.96%-
XYZ32.2350.468.42-
YUV163.3343.16104.94-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 131 (51.56% from 255) = 37.11%
GREEN value IS 209 (82.03% from 255) = 59.21%
BLUE value IS 13 (5.47% from 255) = 3.68%
R=37.11%
G=59.21%
B=3.68%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal131209130.3700.940.1883.8888.2943.53
Hex83D1D2505E1254582c
Octal203321154501362212413054
Binary10000011110100011101100101010111101001010101001011000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83D10D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #83D10D; }

 p { color: rgb(131,209,13); }

 H1.HeaderClassName
 {
   color: #83D10D;
 }
 .AnyTagClassName
 {
   color: #83D10D;
 }
</style>
background-color css

<style>
 a { background-color: #83D10D; }

 a { background-color: rgb(131,209,13); }

 div.DivClassName
 {
   background-color: #83D10D;
 }
 .BgClassName
 {
   background-color: #83D10D;
 }
</style>
border-color css

<style>
 span { border-color: #83D10D; }

 span { border-color: rgb(131,209,13); }

 td.TdClassName
 {
   border-color: #83D10D;
 }
 .TagClassName
 {
   border-color: #83D10D;
 }
</style>