#6DCD55

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

Shades of Mantis #6DCD55

Tints of Mantis #6DCD55

Color information

#6DCD55 (or 0x6DCD55) is unknown color: approx Mantis. HEX triplet: 6D, CD and 55. RGB value is (109,205,85). Sum of RGB (Red+Green+Blue) = 109+205+85=399 (52% of max value = 765). Red value is 109 (42.97% from 255 or 27.32% from 399); Green value is 205 (80.47% from 255 or 51.38% from 399); Blue value is 85 (33.59% from 255 or 21.30% from 399); Max value from RGB is 205 - color contains mainly: green. Hex color #6DCD55 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6DCD55 is #9232AA. Grayscale: #A2A2A2. Windows color (decimal): -9581227 or 5623149. OLE color: 5623149.

HSL color Cylindrical-coordinate representation of color #6DCD55: hue angle of 108º degrees, saturation: 0.55, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #6DCD55 is Cyan = 0.47, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.20.

Color convert

RGB10920585-
CMYK0.4700.590.20
HSL108º54.55%56.86%-
HSV(B)108º58.54%80.39%-
XYZ29.7847.5716.21-
YUV162.6284.289.76-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 27.32%
GREEN value IS 205 (80.47% from 255) = 51.38%
BLUE value IS 85 (33.59% from 255) = 21.30%
R=27.32%
G=51.38%
B=21.30%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal109205850.4700.590.2010854.5556.86
Hex6DCD552F03B146c3739
Octal15531512557073241546771
Binary11011011100110110101011011110111011101001101100110111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6DCD55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,205,85); }

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

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

 a { background-color: rgb(109,205,85); }

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

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

 span { border-color: rgb(109,205,85); }

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