#7DCA60

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

Shades of Mantis #7DCA60

Tints of Mantis #7DCA60

Color information

#7DCA60 (or 0x7DCA60) is unknown color: approx Mantis. HEX triplet: 7D, CA and 60. RGB value is (125,202,96). Sum of RGB (Red+Green+Blue) = 125+202+96=423 (56% of max value = 765). Red value is 125 (49.22% from 255 or 29.55% from 423); Green value is 202 (79.30% from 255 or 47.75% from 423); Blue value is 96 (37.89% from 255 or 22.70% from 423); Max value from RGB is 202 - color contains mainly: green. Hex color #7DCA60 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7DCA60 is #82359F. Grayscale: #A7A7A7. Windows color (decimal): -8533408 or 6343293. OLE color: 6343293.

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

Color convert

RGB12520296-
CMYK0.3800.520.21
HSL103.58º50%58.43%-
HSV(B)103.58º52.48%79.22%-
XYZ31.6947.4518.55-
YUV166.8987.9998.12-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 29.55%
GREEN value IS 202 (79.30% from 255) = 47.75%
BLUE value IS 96 (37.89% from 255) = 22.70%
R=29.55%
G=47.75%
B=22.70%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal125202960.3800.520.21103.585058.43
Hex7DCA60260341568323a
Octal17531214046064251506272
Binary11111011100101011000001001100110100101011101000110010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DCA60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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