#7ED940

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

Shades of Mantis #7ED940

Tints of Mantis #7ED940

Color information

#7ED940 (or 0x7ED940) is unknown color: approx Mantis. HEX triplet: 7E, D9 and 40. RGB value is (126,217,64). Sum of RGB (Red+Green+Blue) = 126+217+64=407 (53% of max value = 765). Red value is 126 (49.61% from 255 or 30.96% from 407); Green value is 217 (85.16% from 255 or 53.32% from 407); Blue value is 64 (25.39% from 255 or 15.72% from 407); Max value from RGB is 217 - color contains mainly: green. Hex color #7ED940 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7ED940 is #8126BF. Grayscale: #ACACAC. Windows color (decimal): -8464064 or 4249982. OLE color: 4249982.

HSL color Cylindrical-coordinate representation of color #7ED940: hue angle of 95.69º degrees, saturation: 0.67, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #7ED940 is Cyan = 0.42, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.15.

Color convert

RGB12621764-
CMYK0.4200.710.15
HSL95.69º66.81%55.1%-
HSV(B)95.69º70.51%85.1%-
XYZ34.3454.4313.55-
YUV172.3566.8594.94-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 30.96%
GREEN value IS 217 (85.16% from 255) = 53.32%
BLUE value IS 64 (25.39% from 255) = 15.72%
R=30.96%
G=53.32%
B=15.72%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal126217640.4200.710.1595.6966.8155.1
Hex7ED9402A047F604337
Octal1763311005201071714010367
Binary111111011011001100000010101001000111111111000001000011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7ED940

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,217,64); }

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

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

 a { background-color: rgb(126,217,64); }

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

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

 span { border-color: rgb(126,217,64); }

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