#7DC742

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

Shades of Mantis #7DC742

Tints of Mantis #7DC742

Color information

#7DC742 (or 0x7DC742) is unknown color: approx Mantis. HEX triplet: 7D, C7 and 42. RGB value is (125,199,66). Sum of RGB (Red+Green+Blue) = 125+199+66=390 (51% of max value = 765). Red value is 125 (49.22% from 255 or 32.05% from 390); Green value is 199 (78.12% from 255 or 51.03% from 390); Blue value is 66 (26.17% from 255 or 16.92% from 390); Max value from RGB is 199 - color contains mainly: green. Hex color #7DC742 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7DC742 is #8238BD. Grayscale: #A2A2A2. Windows color (decimal): -8534206 or 4376445. OLE color: 4376445.

HSL color Cylindrical-coordinate representation of color #7DC742: hue angle of 93.38º degrees, saturation: 0.54, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #7DC742 is Cyan = 0.37, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.22.

Color convert

RGB12519966-
CMYK0.3700.670.22
HSL93.38º54.29%51.96%-
HSV(B)93.38º66.83%78.04%-
XYZ29.8645.612.38-
YUV161.7173.98101.81-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 32.05%
GREEN value IS 199 (78.12% from 255) = 51.03%
BLUE value IS 66 (26.17% from 255) = 16.92%
R=32.05%
G=51.03%
B=16.92%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal125199660.3700.670.2293.3854.2951.96
Hex7DC74225043165d3634
Octal175307102450103261356664
Binary111110111000111100001010010101000011101101011101110110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DC742

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,199,66); }

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

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

 a { background-color: rgb(125,199,66); }

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

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

 span { border-color: rgb(125,199,66); }

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