#7DC167

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

Shades of Mantis #7DC167

Tints of Mantis #7DC167

Color information

#7DC167 (or 0x7DC167) is unknown color: approx Mantis. HEX triplet: 7D, C1 and 67. RGB value is (125,193,103). Sum of RGB (Red+Green+Blue) = 125+193+103=421 (55% of max value = 765). Red value is 125 (49.22% from 255 or 29.69% from 421); Green value is 193 (75.78% from 255 or 45.84% from 421); Blue value is 103 (40.62% from 255 or 24.47% from 421); Max value from RGB is 193 - color contains mainly: green. Hex color #7DC167 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7DC167 is #823E98. Grayscale: #A2A2A2. Windows color (decimal): -8535705 or 6799741. OLE color: 6799741.

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

Color convert

RGB125193103-
CMYK0.3500.470.24
HSL105.33º42.06%58.04%-
HSV(B)105.33º46.63%75.69%-
XYZ29.9843.4819.64-
YUV162.4194.47101.32-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 29.69%
GREEN value IS 193 (75.78% from 255) = 45.84%
BLUE value IS 103 (40.62% from 255) = 24.47%
R=29.69%
G=45.84%
B=24.47%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1251931030.3500.470.24105.3342.0658.04
Hex7DC1672302F18692a3a
Octal17530114743057301515272
Binary11111011100000111001111000110101111110001101001101010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DC167

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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