#7ED75A

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

Shades of Mantis #7ED75A

Tints of Mantis #7ED75A

Color information

#7ED75A (or 0x7ED75A) is unknown color: approx Mantis. HEX triplet: 7E, D7 and 5A. RGB value is (126,215,90). Sum of RGB (Red+Green+Blue) = 126+215+90=431 (57% of max value = 765). Red value is 126 (49.61% from 255 or 29.23% from 431); Green value is 215 (84.38% from 255 or 49.88% from 431); Blue value is 90 (35.55% from 255 or 20.88% from 431); Max value from RGB is 215 - color contains mainly: green. Hex color #7ED75A is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7ED75A is #8128A5. Grayscale: #AEAEAE. Windows color (decimal): -8464550 or 5953406. OLE color: 5953406.

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

Color convert

RGB12621590-
CMYK0.4100.580.16
HSL102.72º60.98%59.8%-
HSV(B)102.72º58.14%84.31%-
XYZ34.7553.7718.22-
YUV174.1480.5193.66-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 29.23%
GREEN value IS 215 (84.38% from 255) = 49.88%
BLUE value IS 90 (35.55% from 255) = 20.88%
R=29.23%
G=49.88%
B=20.88%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal126215900.4100.580.16102.7260.9859.8
Hex7ED75A2903A10673d3c
Octal17632713251072201477574
Binary11111101101011110110101010010111010100001100111111101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7ED75A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,215,90); }

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

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

 a { background-color: rgb(126,215,90); }

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

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

 span { border-color: rgb(126,215,90); }

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