#7ED964

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

Shades of Mantis #7ED964

Tints of Mantis #7ED964

Color information

#7ED964 (or 0x7ED964) is unknown color: approx Mantis. HEX triplet: 7E, D9 and 64. RGB value is (126,217,100). Sum of RGB (Red+Green+Blue) = 126+217+100=443 (58% of max value = 765). Red value is 126 (49.61% from 255 or 28.44% from 443); Green value is 217 (85.16% from 255 or 48.98% from 443); Blue value is 100 (39.45% from 255 or 22.57% from 443); Max value from RGB is 217 - color contains mainly: green. Hex color #7ED964 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7ED964 is #81269B. Grayscale: #B0B0B0. Windows color (decimal): -8464028 or 6609278. OLE color: 6609278.

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

Color convert

RGB126217100-
CMYK0.4200.540.15
HSL106.67º60.62%62.16%-
HSV(B)106.67º53.92%85.1%-
XYZ35.7254.9820.79-
YUV176.4584.8592.01-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 28.44%
GREEN value IS 217 (85.16% from 255) = 48.98%
BLUE value IS 100 (39.45% from 255) = 22.57%
R=28.44%
G=48.98%
B=22.57%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1262171000.4200.540.15106.6760.6262.16
Hex7ED9642A036F6b3d3e
Octal17633114452066171537576
Binary1111110110110011100100101010011011011111101011111101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7ED964

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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