#83BC5D

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

Shades of Mantis #83BC5D

Tints of Mantis #83BC5D

Color information

#83BC5D (or 0x83BC5D) is unknown color: approx Mantis. HEX triplet: 83, BC and 5D. RGB value is (131,188,93). Sum of RGB (Red+Green+Blue) = 131+188+93=412 (54% of max value = 765). Red value is 131 (51.56% from 255 or 31.80% from 412); Green value is 188 (73.83% from 255 or 45.63% from 412); Blue value is 93 (36.72% from 255 or 22.57% from 412); Max value from RGB is 188 - color contains mainly: green. Hex color #83BC5D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #83BC5D is #7C43A2. Grayscale: #A0A0A0. Windows color (decimal): -8143779 or 6143107. OLE color: 6143107.

HSL color Cylindrical-coordinate representation of color #83BC5D: hue angle of 96º degrees, saturation: 0.41, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #83BC5D is Cyan = 0.30, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.26.

Color convert

RGB13118893-
CMYK0.3000.510.26
HSL96º41.48%55.1%-
HSV(B)96º50.53%73.73%-
XYZ29.3241.5816.84-
YUV160.1390.12107.22-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 31.80%
GREEN value IS 188 (73.83% from 255) = 45.63%
BLUE value IS 93 (36.72% from 255) = 22.57%
R=31.80%
G=45.63%
B=22.57%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal131188930.3000.510.269641.4855.1
Hex83BC5D1E0331A602937
Octal20327413536063321405167
Binary10000011101111001011101111100110011110101100000101001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83BC5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(131,188,93); }

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

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

 a { background-color: rgb(131,188,93); }

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

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

 span { border-color: rgb(131,188,93); }

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