#6EDE47

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

Shades of Mantis #6EDE47

Tints of Mantis #6EDE47

Color information

#6EDE47 (or 0x6EDE47) is unknown color: approx Mantis. HEX triplet: 6E, DE and 47. RGB value is (110,222,71). Sum of RGB (Red+Green+Blue) = 110+222+71=403 (53% of max value = 765). Red value is 110 (43.36% from 255 or 27.30% from 403); Green value is 222 (87.11% from 255 or 55.09% from 403); Blue value is 71 (28.12% from 255 or 17.62% from 403); Max value from RGB is 222 - color contains mainly: green. Hex color #6EDE47 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6EDE47 is #9121B8. Grayscale: #ABABAB. Windows color (decimal): -9511353 or 4709998. OLE color: 4709998.

HSL color Cylindrical-coordinate representation of color #6EDE47: hue angle of 104.5º degrees, saturation: 0.7, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #6EDE47 is Cyan = 0.50, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.13.

Color convert

RGB11022271-
CMYK0.5000.680.13
HSL104.5º69.59%57.45%-
HSV(B)104.5º68.02%87.06%-
XYZ33.6956.0115-
YUV171.371.3984.28-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 27.30%
GREEN value IS 222 (87.11% from 255) = 55.09%
BLUE value IS 71 (28.12% from 255) = 17.62%
R=27.30%
G=55.09%
B=17.62%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal110222710.5000.680.13104.569.5957.45
Hex6EDE4732044D694639
Octal1563361076201041515110671
Binary110111011011110100011111001001000100110111010011000110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6EDE47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6EDE47; }

 p { color: rgb(110,222,71); }

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

<style>
 a { background-color: #6EDE47; }

 a { background-color: rgb(110,222,71); }

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

<style>
 span { border-color: #6EDE47; }

 span { border-color: rgb(110,222,71); }

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