#6EDD40

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

Shades of Mantis #6EDD40

Tints of Mantis #6EDD40

Color information

#6EDD40 (or 0x6EDD40) is unknown color: approx Mantis. HEX triplet: 6E, DD and 40. RGB value is (110,221,64). Sum of RGB (Red+Green+Blue) = 110+221+64=395 (52% of max value = 765). Red value is 110 (43.36% from 255 or 27.85% from 395); Green value is 221 (86.72% from 255 or 55.95% from 395); Blue value is 64 (25.39% from 255 or 16.20% from 395); Max value from RGB is 221 - color contains mainly: green. Hex color #6EDD40 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6EDD40 is #9122BF. Grayscale: #AAAAAA. Windows color (decimal): -9511616 or 4250990. OLE color: 4250990.

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

Color convert

RGB11022164-
CMYK0.5000.710.13
HSL102.42º69.78%55.88%-
HSV(B)102.42º71.04%86.67%-
XYZ33.2155.413.79-
YUV169.9168.2385.27-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 27.85%
GREEN value IS 221 (86.72% from 255) = 55.95%
BLUE value IS 64 (25.39% from 255) = 16.20%
R=27.85%
G=55.95%
B=16.20%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal110221640.5000.710.13102.4269.7855.88
Hex6EDD4032047D664638
Octal1563351006201071514610670
Binary110111011011101100000011001001000111110111001101000110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6EDD40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,221,64); }

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

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

 a { background-color: rgb(110,221,64); }

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

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

 span { border-color: rgb(110,221,64); }

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