#83BD71

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

Shades of Mantis #83BD71

Tints of Mantis #83BD71

Color information

#83BD71 (or 0x83BD71) is unknown color: approx Mantis. HEX triplet: 83, BD and 71. RGB value is (131,189,113). Sum of RGB (Red+Green+Blue) = 131+189+113=433 (57% of max value = 765). Red value is 131 (51.56% from 255 or 30.25% from 433); Green value is 189 (74.22% from 255 or 43.65% from 433); Blue value is 113 (44.53% from 255 or 26.10% from 433); Max value from RGB is 189 - color contains mainly: green. Hex color #83BD71 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #83BD71 is #7C428E. Grayscale: #A3A3A3. Windows color (decimal): -8143503 or 7454083. OLE color: 7454083.

HSL color Cylindrical-coordinate representation of color #83BD71: hue angle of 105.79º degrees, saturation: 0.37, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #83BD71 is Cyan = 0.31, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.26.

Color convert

RGB131189113-
CMYK0.3100.400.26
HSL105.79º36.54%59.22%-
HSV(B)105.79º40.21%74.12%-
XYZ30.5442.4122.2-
YUV162.9999.78105.18-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 30.25%
GREEN value IS 189 (74.22% from 255) = 43.65%
BLUE value IS 113 (44.53% from 255) = 26.10%
R=30.25%
G=43.65%
B=26.10%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1311891130.3100.400.26105.7936.5459.22
Hex83BD711F0281A6a253b
Octal20327516137050321524573
Binary10000011101111011110001111110101000110101101010100101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83BD71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(131,189,113); }

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

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

 a { background-color: rgb(131,189,113); }

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

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

 span { border-color: rgb(131,189,113); }

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