#7edc52

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

Shades of Mantis #7EDC52

Tints of Mantis #7EDC52

Color information

#7EDC52 (or 0x7EDC52) is unknown color: approx Mantis. HEX triplet: 7E, DC and 52. RGB value is (126,220,82). Sum of RGB (Red+Green+Blue) = 126+220+82=428 (56% of max value = 765). Red value is 126 (49.61% from 255 or 29.44% from 428); Green value is 220 (86.33% from 255 or 51.40% from 428); Blue value is 82 (32.42% from 255 or 19.16% from 428); Max value from RGB is 220 - color contains mainly: green. Hex color #7EDC52 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7EDC52 is #8123AD. Grayscale: #B0B0B0. Windows color (decimal): -8463278 or 5430398. OLE color: 5430398.

HSL color Cylindrical-coordinate representation of color #7EDC52: hue angle of 100.87º degrees, saturation: 0.66, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #7EDC52 is Cyan = 0.43, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.14.

Color convert

RGB12622082-
CMYK0.4300.630.14
HSL100.87º66.35%59.22%-
HSV(B)100.87º62.73%86.27%-
XYZ35.7256.2316.95-
YUV176.1674.8692.22-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 29.44%
GREEN value IS 220 (86.33% from 255) = 51.40%
BLUE value IS 82 (32.42% from 255) = 19.16%
R=29.44%
G=51.40%
B=19.16%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal126220820.4300.630.14100.8766.3559.22
Hex7EDC522B03FE65423b
Octal176334122530771614510273
Binary11111101101110010100101010110111111111011001011000010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7edc52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,220,82); }

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

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

 a { background-color: rgb(126,220,82); }

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

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

 span { border-color: rgb(126,220,82); }

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