#83C113

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

Shades of Lima #83C113

Tints of Lima #83C113

Color information

#83C113 (or 0x83C113) is unknown color: approx Lima. HEX triplet: 83, C1 and 13. RGB value is (131,193,19). Sum of RGB (Red+Green+Blue) = 131+193+19=343 (45% of max value = 765). Red value is 131 (51.56% from 255 or 38.19% from 343); Green value is 193 (75.78% from 255 or 56.27% from 343); Blue value is 19 (7.81% from 255 or 5.54% from 343); Max value from RGB is 193 - color contains mainly: green. Hex color #83C113 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #83C113 is #7C3EEC. Grayscale: #9B9B9B. Windows color (decimal): -8142573 or 1294723. OLE color: 1294723.

HSL color Cylindrical-coordinate representation of color #83C113: hue angle of 81.38º degrees, saturation: 0.82, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #83C113 is Cyan = 0.32, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.24.

Color convert

RGB13119319-
CMYK0.3200.900.24
HSL81.38º82.08%41.57%-
HSV(B)81.38º90.16%75.69%-
XYZ28.5543.017.41-
YUV154.6351.46111.15-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 38.19%
GREEN value IS 193 (75.78% from 255) = 56.27%
BLUE value IS 19 (7.81% from 255) = 5.54%
R=38.19%
G=56.27%
B=5.54%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal131193190.3200.900.2481.3882.0841.57
Hex83C1132005A1851522a
Octal203301234001323012112252
Binary100000111100000110011100000010110101100010100011010010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83C113

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(131,193,19); }

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

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

 a { background-color: rgb(131,193,19); }

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

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

 span { border-color: rgb(131,193,19); }

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