#7ED64A

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

Shades of Mantis #7ED64A

Tints of Mantis #7ED64A

Color information

#7ED64A (or 0x7ED64A) is unknown color: approx Mantis. HEX triplet: 7E, D6 and 4A. RGB value is (126,214,74). Sum of RGB (Red+Green+Blue) = 126+214+74=414 (54% of max value = 765). Red value is 126 (49.61% from 255 or 30.43% from 414); Green value is 214 (83.98% from 255 or 51.69% from 414); Blue value is 74 (29.30% from 255 or 17.87% from 414); Max value from RGB is 214 - color contains mainly: green. Hex color #7ED64A is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7ED64A is #8129B5. Grayscale: #ACACAC. Windows color (decimal): -8464822 or 4904574. OLE color: 4904574.

HSL color Cylindrical-coordinate representation of color #7ED64A: hue angle of 97.71º degrees, saturation: 0.63, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #7ED64A is Cyan = 0.41, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.16.

Color convert

RGB12621474-
CMYK0.4100.650.16
HSL97.71º63.06%56.47%-
HSV(B)97.71º65.42%83.92%-
XYZ33.8953.0214.93-
YUV171.7372.8595.38-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 30.43%
GREEN value IS 214 (83.98% from 255) = 51.69%
BLUE value IS 74 (29.30% from 255) = 17.87%
R=30.43%
G=51.69%
B=17.87%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal126214740.4100.650.1697.7163.0656.47
Hex7ED64A2904110623f38
Octal176326112510101201427770
Binary111111011010110100101010100101000001100001100010111111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7ED64A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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