#7ED94A

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

Shades of Mantis #7ED94A

Tints of Mantis #7ED94A

Color information

#7ED94A (or 0x7ED94A) is unknown color: approx Mantis. HEX triplet: 7E, D9 and 4A. RGB value is (126,217,74). Sum of RGB (Red+Green+Blue) = 126+217+74=417 (55% of max value = 765). Red value is 126 (49.61% from 255 or 30.22% from 417); Green value is 217 (85.16% from 255 or 52.04% from 417); Blue value is 74 (29.30% from 255 or 17.75% from 417); Max value from RGB is 217 - color contains mainly: green. Hex color #7ED94A is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7ED94A is #8126B5. Grayscale: #ADADAD. Windows color (decimal): -8464054 or 4905342. OLE color: 4905342.

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

Color convert

RGB12621774-
CMYK0.4200.660.15
HSL98.18º65.3%57.06%-
HSV(B)98.18º65.9%85.1%-
XYZ34.6554.5615.18-
YUV173.4971.8594.13-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 30.22%
GREEN value IS 217 (85.16% from 255) = 52.04%
BLUE value IS 74 (29.30% from 255) = 17.75%
R=30.22%
G=52.04%
B=17.75%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal126217740.4200.660.1598.1865.357.06
Hex7ED94A2A042F624139
Octal1763311125201021714210171
Binary111111011011001100101010101001000010111111000101000001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7ED94A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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