#7DC340

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

Shades of Mantis #7DC340

Tints of Mantis #7DC340

Color information

#7DC340 (or 0x7DC340) is unknown color: approx Mantis. HEX triplet: 7D, C3 and 40. RGB value is (125,195,64). Sum of RGB (Red+Green+Blue) = 125+195+64=384 (50% of max value = 765). Red value is 125 (49.22% from 255 or 32.55% from 384); Green value is 195 (76.56% from 255 or 50.78% from 384); Blue value is 64 (25.39% from 255 or 16.67% from 384); Max value from RGB is 195 - color contains mainly: green. Hex color #7DC340 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7DC340 is #823CBF. Grayscale: #9F9F9F. Windows color (decimal): -8535232 or 4244349. OLE color: 4244349.

HSL color Cylindrical-coordinate representation of color #7DC340: hue angle of 92.06º degrees, saturation: 0.52, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #7DC340 is Cyan = 0.36, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.24.

Color convert

RGB12519564-
CMYK0.3600.670.24
HSL92.06º52.19%50.78%-
HSV(B)92.06º67.18%76.47%-
XYZ28.943.7611.77-
YUV159.1474.31103.65-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 32.55%
GREEN value IS 195 (76.56% from 255) = 50.78%
BLUE value IS 64 (25.39% from 255) = 16.67%
R=32.55%
G=50.78%
B=16.67%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal125195640.3600.670.2492.0652.1950.78
Hex7DC34024043185c3433
Octal175303100440103301346463
Binary111110111000011100000010010001000011110001011100110100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DC340

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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