#7EDC55

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

Shades of Mantis #7EDC55

Tints of Mantis #7EDC55

Color information

#7EDC55 (or 0x7EDC55) is unknown color: approx Mantis. HEX triplet: 7E, DC and 55. RGB value is (126,220,85). Sum of RGB (Red+Green+Blue) = 126+220+85=431 (57% of max value = 765). Red value is 126 (49.61% from 255 or 29.23% from 431); Green value is 220 (86.33% from 255 or 51.04% from 431); Blue value is 85 (33.59% from 255 or 19.72% from 431); Max value from RGB is 220 - color contains mainly: green. Hex color #7EDC55 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7EDC55 is #8123AA. Grayscale: #B0B0B0. Windows color (decimal): -8463275 or 5627006. OLE color: 5627006.

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

Color convert

RGB12622085-
CMYK0.4300.610.14
HSL101.78º65.85%59.8%-
HSV(B)101.78º61.36%86.27%-
XYZ35.8456.2817.57-
YUV176.576.3691.98-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 29.23%
GREEN value IS 220 (86.33% from 255) = 51.04%
BLUE value IS 85 (33.59% from 255) = 19.72%
R=29.23%
G=51.04%
B=19.72%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal126220850.4300.610.14101.7865.8559.8
Hex7EDC552B03DE66423c
Octal176334125530751614610274
Binary11111101101110010101011010110111101111011001101000010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7EDC55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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