#7DCA4A

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

Shades of Mantis #7DCA4A

Tints of Mantis #7DCA4A

Color information

#7DCA4A (or 0x7DCA4A) is unknown color: approx Mantis. HEX triplet: 7D, CA and 4A. RGB value is (125,202,74). Sum of RGB (Red+Green+Blue) = 125+202+74=401 (53% of max value = 765). Red value is 125 (49.22% from 255 or 31.17% from 401); Green value is 202 (79.30% from 255 or 50.37% from 401); Blue value is 74 (29.30% from 255 or 18.45% from 401); Max value from RGB is 202 - color contains mainly: green. Hex color #7DCA4A is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7DCA4A is #8235B5. Grayscale: #A4A4A4. Windows color (decimal): -8533430 or 4901501. OLE color: 4901501.

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

Color convert

RGB12520274-
CMYK0.3800.630.21
HSL96.09º54.7%54.12%-
HSV(B)96.09º63.37%79.22%-
XYZ30.8147.113.94-
YUV164.3976.9999.91-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 31.17%
GREEN value IS 202 (79.30% from 255) = 50.37%
BLUE value IS 74 (29.30% from 255) = 18.45%
R=31.17%
G=50.37%
B=18.45%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal125202740.3800.630.2196.0954.754.12
Hex7DCA4A2603F15603736
Octal17531211246077251406766
Binary11111011100101010010101001100111111101011100000110111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DCA4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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