#7ED35A

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

Shades of Mantis #7ED35A

Tints of Mantis #7ED35A

Color information

#7ED35A (or 0x7ED35A) is unknown color: approx Mantis. HEX triplet: 7E, D3 and 5A. RGB value is (126,211,90). Sum of RGB (Red+Green+Blue) = 126+211+90=427 (56% of max value = 765). Red value is 126 (49.61% from 255 or 29.51% from 427); Green value is 211 (82.81% from 255 or 49.41% from 427); Blue value is 90 (35.55% from 255 or 21.08% from 427); Max value from RGB is 211 - color contains mainly: green. Hex color #7ED35A is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7ED35A is #812CA5. Grayscale: #ACACAC. Windows color (decimal): -8465574 or 5952382. OLE color: 5952382.

HSL color Cylindrical-coordinate representation of color #7ED35A: hue angle of 102.15º degrees, saturation: 0.58, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #7ED35A is Cyan = 0.40, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.17.

Color convert

RGB12621190-
CMYK0.4000.570.17
HSL102.15º57.89%59.02%-
HSV(B)102.15º57.35%82.75%-
XYZ33.7451.7617.89-
YUV171.7981.8495.34-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 29.51%
GREEN value IS 211 (82.81% from 255) = 49.41%
BLUE value IS 90 (35.55% from 255) = 21.08%
R=29.51%
G=49.41%
B=21.08%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal126211900.4000.570.17102.1557.8959.02
Hex7ED35A2803911663a3b
Octal17632313250071211467273
Binary11111101101001110110101010000111001100011100110111010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7ED35A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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