#7DC16A

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

Shades of Mantis #7DC16A

Tints of Mantis #7DC16A

Color information

#7DC16A (or 0x7DC16A) is unknown color: approx Mantis. HEX triplet: 7D, C1 and 6A. RGB value is (125,193,106). Sum of RGB (Red+Green+Blue) = 125+193+106=424 (56% of max value = 765). Red value is 125 (49.22% from 255 or 29.48% from 424); Green value is 193 (75.78% from 255 or 45.52% from 424); Blue value is 106 (41.80% from 255 or 25% from 424); Max value from RGB is 193 - color contains mainly: green. Hex color #7DC16A is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7DC16A is #823E95. Grayscale: #A3A3A3. Windows color (decimal): -8535702 or 6996349. OLE color: 6996349.

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

Color convert

RGB125193106-
CMYK0.3500.450.24
HSL106.9º41.23%58.63%-
HSV(B)106.9º45.08%75.69%-
XYZ30.1343.5420.45-
YUV162.7595.97101.07-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 29.48%
GREEN value IS 193 (75.78% from 255) = 45.52%
BLUE value IS 106 (41.80% from 255) = 25%
R=29.48%
G=45.52%
B=25%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1251931060.3500.450.24106.941.2358.63
Hex7DC16A2302D186b293b
Octal17530115243055301535173
Binary11111011100000111010101000110101101110001101011101001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DC16A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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