#7DCA6E

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

Shades of Mantis #7DCA6E

Tints of Mantis #7DCA6E

Color information

#7DCA6E (or 0x7DCA6E) is unknown color: approx Mantis. HEX triplet: 7D, CA and 6E. RGB value is (125,202,110). Sum of RGB (Red+Green+Blue) = 125+202+110=437 (57% of max value = 765). Red value is 125 (49.22% from 255 or 28.60% from 437); Green value is 202 (79.30% from 255 or 46.22% from 437); Blue value is 110 (43.36% from 255 or 25.17% from 437); Max value from RGB is 202 - color contains mainly: green. Hex color #7DCA6E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7DCA6E is #823591. Grayscale: #A8A8A8. Windows color (decimal): -8533394 or 7260797. OLE color: 7260797.

HSL color Cylindrical-coordinate representation of color #7DCA6E: hue angle of 110.22º degrees, saturation: 0.46, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #7DCA6E is Cyan = 0.38, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.21.

Color convert

RGB125202110-
CMYK0.3800.460.21
HSL110.22º46.46%61.18%-
HSV(B)110.22º45.54%79.22%-
XYZ32.3947.7322.26-
YUV168.4994.9996.98-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 28.60%
GREEN value IS 202 (79.30% from 255) = 46.22%
BLUE value IS 110 (43.36% from 255) = 25.17%
R=28.60%
G=46.22%
B=25.17%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1252021100.3800.460.21110.2246.4661.18
Hex7DCA6E2602E156e2e3d
Octal17531215646056251565675
Binary11111011100101011011101001100101110101011101110101110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DCA6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,202,110); }

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

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

 a { background-color: rgb(125,202,110); }

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

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

 span { border-color: rgb(125,202,110); }

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