#7DC13D

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

Shades of Mantis #7DC13D

Tints of Mantis #7DC13D

Color information

#7DC13D (or 0x7DC13D) is unknown color: approx Mantis. HEX triplet: 7D, C1 and 3D. RGB value is (125,193,61). Sum of RGB (Red+Green+Blue) = 125+193+61=379 (50% of max value = 765). Red value is 125 (49.22% from 255 or 32.98% from 379); Green value is 193 (75.78% from 255 or 50.92% from 379); Blue value is 61 (24.22% from 255 or 16.09% from 379); Max value from RGB is 193 - color contains mainly: green. Hex color #7DC13D is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7DC13D is #823EC2. Grayscale: #9E9E9E. Windows color (decimal): -8535747 or 4047229. OLE color: 4047229.

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

Color convert

RGB12519361-
CMYK0.3500.680.24
HSL90.91º51.97%49.8%-
HSV(B)90.91º68.39%75.69%-
XYZ28.3742.8411.19-
YUV157.6273.47104.73-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 32.98%
GREEN value IS 193 (75.78% from 255) = 50.92%
BLUE value IS 61 (24.22% from 255) = 16.09%
R=32.98%
G=50.92%
B=16.09%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal125193610.3500.680.2490.9151.9749.8
Hex7DC13D23044185b3432
Octal17530175430104301336462
Binary11111011100000111110110001101000100110001011011110100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DC13D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,193,61); }

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

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

 a { background-color: rgb(125,193,61); }

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

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

 span { border-color: rgb(125,193,61); }

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