#7DC840

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

Shades of Mantis #7DC840

Tints of Mantis #7DC840

Color information

#7DC840 (or 0x7DC840) is unknown color: approx Mantis. HEX triplet: 7D, C8 and 40. RGB value is (125,200,64). Sum of RGB (Red+Green+Blue) = 125+200+64=389 (51% of max value = 765). Red value is 125 (49.22% from 255 or 32.13% from 389); Green value is 200 (78.52% from 255 or 51.41% from 389); Blue value is 64 (25.39% from 255 or 16.45% from 389); Max value from RGB is 200 - color contains mainly: green. Hex color #7DC840 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7DC840 is #8237BF. Grayscale: #A2A2A2. Windows color (decimal): -8533952 or 4245629. OLE color: 4245629.

HSL color Cylindrical-coordinate representation of color #7DC840: hue angle of 93.09º degrees, saturation: 0.55, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #7DC840 is Cyan = 0.38, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.22.

Color convert

RGB12520064-
CMYK0.3800.680.22
HSL93.09º55.28%51.76%-
HSV(B)93.09º68%78.43%-
XYZ30.0446.0412.15-
YUV162.0772.65101.56-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 32.13%
GREEN value IS 200 (78.52% from 255) = 51.41%
BLUE value IS 64 (25.39% from 255) = 16.45%
R=32.13%
G=51.41%
B=16.45%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal125200640.3800.680.2293.0955.2851.76
Hex7DC84026044165d3734
Octal175310100460104261356764
Binary111110111001000100000010011001000100101101011101110111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DC840

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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