#6EDC4D

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

Shades of Mantis #6EDC4D

Tints of Mantis #6EDC4D

Color information

#6EDC4D (or 0x6EDC4D) is unknown color: approx Mantis. HEX triplet: 6E, DC and 4D. RGB value is (110,220,77). Sum of RGB (Red+Green+Blue) = 110+220+77=407 (53% of max value = 765). Red value is 110 (43.36% from 255 or 27.03% from 407); Green value is 220 (86.33% from 255 or 54.05% from 407); Blue value is 77 (30.47% from 255 or 18.92% from 407); Max value from RGB is 220 - color contains mainly: green. Hex color #6EDC4D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6EDC4D is #9123B2. Grayscale: #ABABAB. Windows color (decimal): -9511859 or 5102702. OLE color: 5102702.

HSL color Cylindrical-coordinate representation of color #6EDC4D: hue angle of 106.15º degrees, saturation: 0.67, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #6EDC4D is Cyan = 0.50, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.14.

Color convert

RGB11022077-
CMYK0.5000.650.14
HSL106.15º67.14%58.24%-
HSV(B)106.15º65%86.27%-
XYZ33.3655.0415.89-
YUV170.8175.0684.63-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 27.03%
GREEN value IS 220 (86.33% from 255) = 54.05%
BLUE value IS 77 (30.47% from 255) = 18.92%
R=27.03%
G=54.05%
B=18.92%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal110220770.5000.650.14106.1567.1458.24
Hex6EDC4D32041E6a433a
Octal1563341156201011615210372
Binary110111011011100100110111001001000001111011010101000011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6EDC4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,220,77); }

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

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

 a { background-color: rgb(110,220,77); }

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

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

 span { border-color: rgb(110,220,77); }

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