#8DBD5D

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

Shades of Mantis #8DBD5D

Tints of Mantis #8DBD5D

Color information

#8DBD5D (or 0x8DBD5D) is unknown color: approx Mantis. HEX triplet: 8D, BD and 5D. RGB value is (141,189,93). Sum of RGB (Red+Green+Blue) = 141+189+93=423 (56% of max value = 765). Red value is 141 (55.47% from 255 or 33.33% from 423); Green value is 189 (74.22% from 255 or 44.68% from 423); Blue value is 93 (36.72% from 255 or 21.99% from 423); Max value from RGB is 189 - color contains mainly: green. Hex color #8DBD5D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8DBD5D is #7242A2. Grayscale: #A4A4A4. Windows color (decimal): -7488163 or 6143373. OLE color: 6143373.

HSL color Cylindrical-coordinate representation of color #8DBD5D: hue angle of 90º degrees, saturation: 0.42, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #8DBD5D is Cyan = 0.25, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.26.

Color convert

RGB14118993-
CMYK0.2500.510.26
HSL90º42.11%55.29%-
HSV(B)90º50.79%74.12%-
XYZ31.1642.8516.98-
YUV163.788.1111.81-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 33.33%
GREEN value IS 189 (74.22% from 255) = 44.68%
BLUE value IS 93 (36.72% from 255) = 21.99%
R=33.33%
G=44.68%
B=21.99%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal141189930.2500.510.269042.1155.29
Hex8DBD5D190331A5a2a37
Octal21527513531063321325267
Binary10001101101111011011101110010110011110101011010101010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DBD5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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