#7DC86C

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

Shades of Mantis #7DC86C

Tints of Mantis #7DC86C

Color information

#7DC86C (or 0x7DC86C) is unknown color: approx Mantis. HEX triplet: 7D, C8 and 6C. RGB value is (125,200,108). Sum of RGB (Red+Green+Blue) = 125+200+108=433 (57% of max value = 765). Red value is 125 (49.22% from 255 or 28.87% from 433); Green value is 200 (78.52% from 255 or 46.19% from 433); Blue value is 108 (42.58% from 255 or 24.94% from 433); Max value from RGB is 200 - color contains mainly: green. Hex color #7DC86C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7DC86C is #823793. Grayscale: #A7A7A7. Windows color (decimal): -8533908 or 7129213. OLE color: 7129213.

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

Color convert

RGB125200108-
CMYK0.3800.460.22
HSL108.91º45.54%60.39%-
HSV(B)108.91º46%78.43%-
XYZ31.8246.7521.53-
YUV167.0994.6597.98-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 28.87%
GREEN value IS 200 (78.52% from 255) = 46.19%
BLUE value IS 108 (42.58% from 255) = 24.94%
R=28.87%
G=46.19%
B=24.94%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1252001080.3800.460.22108.9145.5460.39
Hex7DC86C2602E166d2e3c
Octal17531015446056261555674
Binary11111011100100011011001001100101110101101101101101110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DC86C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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