#7DCA50

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

Shades of Mantis #7DCA50

Tints of Mantis #7DCA50

Color information

#7DCA50 (or 0x7DCA50) is unknown color: approx Mantis. HEX triplet: 7D, CA and 50. RGB value is (125,202,80). Sum of RGB (Red+Green+Blue) = 125+202+80=407 (53% of max value = 765). Red value is 125 (49.22% from 255 or 30.71% from 407); Green value is 202 (79.30% from 255 or 49.63% from 407); Blue value is 80 (31.64% from 255 or 19.66% from 407); Max value from RGB is 202 - color contains mainly: green. Hex color #7DCA50 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7DCA50 is #8235AF. Grayscale: #A5A5A5. Windows color (decimal): -8533424 or 5294717. OLE color: 5294717.

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

Color convert

RGB12520280-
CMYK0.3800.600.21
HSL97.87º53.51%55.29%-
HSV(B)97.87º60.4%79.22%-
XYZ31.0347.1815.06-
YUV165.0779.9999.42-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 30.71%
GREEN value IS 202 (79.30% from 255) = 49.63%
BLUE value IS 80 (31.64% from 255) = 19.66%
R=30.71%
G=49.63%
B=19.66%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal125202800.3800.600.2197.8753.5155.29
Hex7DCA502603C15623637
Octal17531212046074251426667
Binary11111011100101010100001001100111100101011100010110110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DCA50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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