#7ED142

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

Shades of Mantis #7ED142

Tints of Mantis #7ED142

Color information

#7ED142 (or 0x7ED142) is unknown color: approx Mantis. HEX triplet: 7E, D1 and 42. RGB value is (126,209,66). Sum of RGB (Red+Green+Blue) = 126+209+66=401 (53% of max value = 765). Red value is 126 (49.61% from 255 or 31.42% from 401); Green value is 209 (82.03% from 255 or 52.12% from 401); Blue value is 66 (26.17% from 255 or 16.46% from 401); Max value from RGB is 209 - color contains mainly: green. Hex color #7ED142 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7ED142 is #812EBD. Grayscale: #A8A8A8. Windows color (decimal): -8466110 or 4379006. OLE color: 4379006.

HSL color Cylindrical-coordinate representation of color #7ED142: hue angle of 94.83º degrees, saturation: 0.61, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #7ED142 is Cyan = 0.40, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.18.

Color convert

RGB12620966-
CMYK0.4000.680.18
HSL94.83º60.85%53.92%-
HSV(B)94.83º68.42%81.96%-
XYZ32.3950.4313.18-
YUV167.8870.598.13-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 31.42%
GREEN value IS 209 (82.03% from 255) = 52.12%
BLUE value IS 66 (26.17% from 255) = 16.46%
R=31.42%
G=52.12%
B=16.46%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal126209660.4000.680.1894.8360.8553.92
Hex7ED14228044125f3d36
Octal176321102500104221377566
Binary111111011010001100001010100001000100100101011111111101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7ED142

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,209,66); }

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

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

 a { background-color: rgb(126,209,66); }

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

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

 span { border-color: rgb(126,209,66); }

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