#8dcd5d

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

Shades of Mantis #8DCD5D

Tints of Mantis #8DCD5D

Color information

#8DCD5D (or 0x8DCD5D) is unknown color: approx Mantis. HEX triplet: 8D, CD and 5D. RGB value is (141,205,93). Sum of RGB (Red+Green+Blue) = 141+205+93=439 (58% of max value = 765). Red value is 141 (55.47% from 255 or 32.12% from 439); Green value is 205 (80.47% from 255 or 46.70% from 439); Blue value is 93 (36.72% from 255 or 21.18% from 439); Max value from RGB is 205 - color contains mainly: green. Hex color #8DCD5D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8DCD5D is #7232A2. Grayscale: #ADADAD. Windows color (decimal): -7484067 or 6147469. OLE color: 6147469.

HSL color Cylindrical-coordinate representation of color #8DCD5D: hue angle of 94.29º degrees, saturation: 0.53, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #8DCD5D is Cyan = 0.31, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.20.

Color convert

RGB14120593-
CMYK0.3100.550.20
HSL94.29º52.83%58.43%-
HSV(B)94.29º54.63%80.39%-
XYZ34.7950.1218.2-
YUV173.182.8105.11-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 32.12%
GREEN value IS 205 (80.47% from 255) = 46.70%
BLUE value IS 93 (36.72% from 255) = 21.18%
R=32.12%
G=46.70%
B=21.18%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal141205930.3100.550.2094.2952.8358.43
Hex8DCD5D1F037145e353a
Octal21531513537067241366572
Binary10001101110011011011101111110110111101001011110110101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8dcd5d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8dcd5d; }

 p { color: rgb(141,205,93); }

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

<style>
 a { background-color: #8dcd5d; }

 a { background-color: rgb(141,205,93); }

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

<style>
 span { border-color: #8dcd5d; }

 span { border-color: rgb(141,205,93); }

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