#83B75C

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

Shades of Mantis #83B75C

Tints of Mantis #83B75C

Color information

#83B75C (or 0x83B75C) is unknown color: approx Mantis. HEX triplet: 83, B7 and 5C. RGB value is (131,183,92). Sum of RGB (Red+Green+Blue) = 131+183+92=406 (53% of max value = 765). Red value is 131 (51.56% from 255 or 32.27% from 406); Green value is 183 (71.88% from 255 or 45.07% from 406); Blue value is 92 (36.33% from 255 or 22.66% from 406); Max value from RGB is 183 - color contains mainly: green. Hex color #83B75C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #83B75C is #7C48A3. Grayscale: #9D9D9D. Windows color (decimal): -8145060 or 6076291. OLE color: 6076291.

HSL color Cylindrical-coordinate representation of color #83B75C: hue angle of 94.29º degrees, saturation: 0.39, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #83B75C is Cyan = 0.28, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.28.

Color convert

RGB13118392-
CMYK0.2800.500.28
HSL94.29º38.72%53.92%-
HSV(B)94.29º49.73%71.76%-
XYZ28.2339.4616.26-
YUV157.0891.27109.4-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 32.27%
GREEN value IS 183 (71.88% from 255) = 45.07%
BLUE value IS 92 (36.33% from 255) = 22.66%
R=32.27%
G=45.07%
B=22.66%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal131183920.2800.500.2894.2938.7253.92
Hex83B75C1C0321C5e2736
Octal20326713434062341364766
Binary10000011101101111011100111000110010111001011110100111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83B75C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(131,183,92); }

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

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

 a { background-color: rgb(131,183,92); }

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

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

 span { border-color: rgb(131,183,92); }

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