#83BA75

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

Shades of Mantis #83BA75

Tints of Mantis #83BA75

Color information

#83BA75 (or 0x83BA75) is unknown color: approx Mantis. HEX triplet: 83, BA and 75. RGB value is (131,186,117). Sum of RGB (Red+Green+Blue) = 131+186+117=434 (57% of max value = 765). Red value is 131 (51.56% from 255 or 30.18% from 434); Green value is 186 (73.05% from 255 or 42.86% from 434); Blue value is 117 (46.09% from 255 or 26.96% from 434); Max value from RGB is 186 - color contains mainly: green. Hex color #83BA75 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #83BA75 is #7C458A. Grayscale: #A1A1A1. Windows color (decimal): -8144267 or 7715459. OLE color: 7715459.

HSL color Cylindrical-coordinate representation of color #83BA75: hue angle of 107.83º degrees, saturation: 0.33, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #83BA75 is Cyan = 0.30, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.27.

Color convert

RGB131186117-
CMYK0.3000.370.27
HSL107.83º33.33%59.41%-
HSV(B)107.83º37.1%72.94%-
XYZ30.1341.2323.2-
YUV161.69102.78106.11-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 30.18%
GREEN value IS 186 (73.05% from 255) = 42.86%
BLUE value IS 117 (46.09% from 255) = 26.96%
R=30.18%
G=42.86%
B=26.96%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1311861170.3000.370.27107.8333.3359.41
Hex83BA751E0251B6c213b
Octal20327216536045331544173
Binary10000011101110101110101111100100101110111101100100001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83BA75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(131,186,117); }

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

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

 a { background-color: rgb(131,186,117); }

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

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

 span { border-color: rgb(131,186,117); }

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