#7DC160

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

Shades of Mantis #7DC160

Tints of Mantis #7DC160

Color information

#7DC160 (or 0x7DC160) is unknown color: approx Mantis. HEX triplet: 7D, C1 and 60. RGB value is (125,193,96). Sum of RGB (Red+Green+Blue) = 125+193+96=414 (54% of max value = 765). Red value is 125 (49.22% from 255 or 30.19% from 414); Green value is 193 (75.78% from 255 or 46.62% from 414); Blue value is 96 (37.89% from 255 or 23.19% from 414); Max value from RGB is 193 - color contains mainly: green. Hex color #7DC160 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7DC160 is #823E9F. Grayscale: #A1A1A1. Windows color (decimal): -8535712 or 6340989. OLE color: 6340989.

HSL color Cylindrical-coordinate representation of color #7DC160: hue angle of 102.06º degrees, saturation: 0.44, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7DC160 is Cyan = 0.35, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.24.

Color convert

RGB12519396-
CMYK0.3500.500.24
HSL102.06º43.89%56.67%-
HSV(B)102.06º50.26%75.69%-
XYZ29.6443.3417.87-
YUV161.6190.97101.89-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 30.19%
GREEN value IS 193 (75.78% from 255) = 46.62%
BLUE value IS 96 (37.89% from 255) = 23.19%
R=30.19%
G=46.62%
B=23.19%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal125193960.3500.500.24102.0643.8956.67
Hex7DC1602303218662c39
Octal17530114043062301465471
Binary11111011100000111000001000110110010110001100110101100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DC160

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7DC160; }

 p { color: rgb(125,193,96); }

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

<style>
 a { background-color: #7DC160; }

 a { background-color: rgb(125,193,96); }

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

<style>
 span { border-color: #7DC160; }

 span { border-color: rgb(125,193,96); }

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