#6DCA5F

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

Shades of Mantis #6DCA5F

Tints of Mantis #6DCA5F

Color information

#6DCA5F (or 0x6DCA5F) is unknown color: approx Mantis. HEX triplet: 6D, CA and 5F. RGB value is (109,202,95). Sum of RGB (Red+Green+Blue) = 109+202+95=406 (53% of max value = 765). Red value is 109 (42.97% from 255 or 26.85% from 406); Green value is 202 (79.30% from 255 or 49.75% from 406); Blue value is 95 (37.5% from 255 or 23.40% from 406); Max value from RGB is 202 - color contains mainly: green. Hex color #6DCA5F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6DCA5F is #9235A0. Grayscale: #A2A2A2. Windows color (decimal): -9581985 or 6277741. OLE color: 6277741.

HSL color Cylindrical-coordinate representation of color #6DCA5F: hue angle of 112.15º degrees, saturation: 0.5, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6DCA5F is Cyan = 0.46, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.21.

Color convert

RGB10920295-
CMYK0.4600.530.21
HSL112.15º50.23%58.24%-
HSV(B)112.15º52.97%79.22%-
XYZ29.4946.3218.21-
YUV16290.1990.2-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 26.85%
GREEN value IS 202 (79.30% from 255) = 49.75%
BLUE value IS 95 (37.5% from 255) = 23.40%
R=26.85%
G=49.75%
B=23.40%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal109202950.4600.530.21112.1550.2358.24
Hex6DCA5F2E0351570323a
Octal15531213756065251606272
Binary11011011100101010111111011100110101101011110000110010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6DCA5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,202,95); }

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

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

 a { background-color: rgb(109,202,95); }

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

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

 span { border-color: rgb(109,202,95); }

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