#7ED04A

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

Shades of Mantis #7ED04A

Tints of Mantis #7ED04A

Color information

#7ED04A (or 0x7ED04A) is unknown color: approx Mantis. HEX triplet: 7E, D0 and 4A. RGB value is (126,208,74). Sum of RGB (Red+Green+Blue) = 126+208+74=408 (54% of max value = 765). Red value is 126 (49.61% from 255 or 30.88% from 408); Green value is 208 (81.64% from 255 or 50.98% from 408); Blue value is 74 (29.30% from 255 or 18.14% from 408); Max value from RGB is 208 - color contains mainly: green. Hex color #7ED04A is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7ED04A is #812FB5. Grayscale: #A8A8A8. Windows color (decimal): -8466358 or 4903038. OLE color: 4903038.

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

Color convert

RGB12620874-
CMYK0.3900.640.18
HSL96.72º58.77%55.29%-
HSV(B)96.72º64.42%81.57%-
XYZ32.450.0414.43-
YUV168.2174.8397.9-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 30.88%
GREEN value IS 208 (81.64% from 255) = 50.98%
BLUE value IS 74 (29.30% from 255) = 18.14%
R=30.88%
G=50.98%
B=18.14%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal126208740.3900.640.1896.7258.7755.29
Hex7ED04A2704012613b37
Octal176320112470100221417367
Binary111111011010000100101010011101000000100101100001111011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7ED04A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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