#7ED94C

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

Shades of Mantis #7ED94C

Tints of Mantis #7ED94C

Color information

#7ED94C (or 0x7ED94C) is unknown color: approx Mantis. HEX triplet: 7E, D9 and 4C. RGB value is (126,217,76). Sum of RGB (Red+Green+Blue) = 126+217+76=419 (55% of max value = 765). Red value is 126 (49.61% from 255 or 30.07% from 419); Green value is 217 (85.16% from 255 or 51.79% from 419); Blue value is 76 (30.08% from 255 or 18.14% from 419); Max value from RGB is 217 - color contains mainly: green. Hex color #7ED94C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7ED94C is #8126B3. Grayscale: #AEAEAE. Windows color (decimal): -8464052 or 5036414. OLE color: 5036414.

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

Color convert

RGB12621776-
CMYK0.4200.650.15
HSL98.72º64.98%57.45%-
HSV(B)98.72º64.98%85.1%-
XYZ34.7254.5815.54-
YUV173.7272.8593.96-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 30.07%
GREEN value IS 217 (85.16% from 255) = 51.79%
BLUE value IS 76 (30.08% from 255) = 18.14%
R=30.07%
G=51.79%
B=18.14%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal126217760.4200.650.1598.7264.9857.45
Hex7ED94C2A041F634139
Octal1763311145201011714310171
Binary111111011011001100110010101001000001111111000111000001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7ED94C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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