#7DC540

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

Shades of Mantis #7DC540

Tints of Mantis #7DC540

Color information

#7DC540 (or 0x7DC540) is unknown color: approx Mantis. HEX triplet: 7D, C5 and 40. RGB value is (125,197,64). Sum of RGB (Red+Green+Blue) = 125+197+64=386 (51% of max value = 765). Red value is 125 (49.22% from 255 or 32.38% from 386); Green value is 197 (77.34% from 255 or 51.04% from 386); Blue value is 64 (25.39% from 255 or 16.58% from 386); Max value from RGB is 197 - color contains mainly: green. Hex color #7DC540 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7DC540 is #823ABF. Grayscale: #A0A0A0. Windows color (decimal): -8534720 or 4244861. OLE color: 4244861.

HSL color Cylindrical-coordinate representation of color #7DC540: hue angle of 92.48º degrees, saturation: 0.53, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #7DC540 is Cyan = 0.37, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.23.

Color convert

RGB12519764-
CMYK0.3700.680.23
HSL92.48º53.41%51.18%-
HSV(B)92.48º67.51%77.25%-
XYZ29.3544.6611.92-
YUV160.3173.65102.81-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 32.38%
GREEN value IS 197 (77.34% from 255) = 51.04%
BLUE value IS 64 (25.39% from 255) = 16.58%
R=32.38%
G=51.04%
B=16.58%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal125197640.3700.680.2392.4853.4151.18
Hex7DC54025044175c3533
Octal175305100450104271346563
Binary111110111000101100000010010101000100101111011100110101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DC540

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,197,64); }

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

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

 a { background-color: rgb(125,197,64); }

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

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

 span { border-color: rgb(125,197,64); }

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