#8DCD6C

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

Shades of Mantis #8DCD6C

Tints of Mantis #8DCD6C

Color information

#8DCD6C (or 0x8DCD6C) is unknown color: approx Mantis. HEX triplet: 8D, CD and 6C. RGB value is (141,205,108). Sum of RGB (Red+Green+Blue) = 141+205+108=454 (60% of max value = 765). Red value is 141 (55.47% from 255 or 31.06% from 454); Green value is 205 (80.47% from 255 or 45.15% from 454); Blue value is 108 (42.58% from 255 or 23.79% from 454); Max value from RGB is 205 - color contains mainly: green. Hex color #8DCD6C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8DCD6C is #723293. Grayscale: #AFAFAF. Windows color (decimal): -7484052 or 7130509. OLE color: 7130509.

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

Color convert

RGB141205108-
CMYK0.3100.470.20
HSL99.59º49.24%61.37%-
HSV(B)99.59º47.32%80.39%-
XYZ35.5250.4122.04-
YUV174.8190.3103.89-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 31.06%
GREEN value IS 205 (80.47% from 255) = 45.15%
BLUE value IS 108 (42.58% from 255) = 23.79%
R=31.06%
G=45.15%
B=23.79%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1412051080.3100.470.2099.5949.2461.37
Hex8DCD6C1F02F1464313d
Octal21531515437057241446175
Binary10001101110011011101100111110101111101001100100110001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DCD6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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