#7ED14D

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

Shades of Mantis #7ED14D

Tints of Mantis #7ED14D

Color information

#7ED14D (or 0x7ED14D) is unknown color: approx Mantis. HEX triplet: 7E, D1 and 4D. RGB value is (126,209,77). Sum of RGB (Red+Green+Blue) = 126+209+77=412 (54% of max value = 765). Red value is 126 (49.61% from 255 or 30.58% from 412); Green value is 209 (82.03% from 255 or 50.73% from 412); Blue value is 77 (30.47% from 255 or 18.69% from 412); Max value from RGB is 209 - color contains mainly: green. Hex color #7ED14D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7ED14D is #812EB2. Grayscale: #A9A9A9. Windows color (decimal): -8466099 or 5099902. OLE color: 5099902.

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

Color convert

RGB12620977-
CMYK0.4000.630.18
HSL97.73º58.93%56.08%-
HSV(B)97.73º63.16%81.96%-
XYZ32.7450.5715.06-
YUV169.147697.23-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 30.58%
GREEN value IS 209 (82.03% from 255) = 50.73%
BLUE value IS 77 (30.47% from 255) = 18.69%
R=30.58%
G=50.73%
B=18.69%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal126209770.4000.630.1897.7358.9356.08
Hex7ED14D2803F12623b38
Octal17632111550077221427370
Binary11111101101000110011011010000111111100101100010111011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7ED14D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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