#8dc85b

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

Shades of Mantis #8DC85B

Tints of Mantis #8DC85B

Color information

#8DC85B (or 0x8DC85B) is unknown color: approx Mantis. HEX triplet: 8D, C8 and 5B. RGB value is (141,200,91). Sum of RGB (Red+Green+Blue) = 141+200+91=432 (57% of max value = 765). Red value is 141 (55.47% from 255 or 32.64% from 432); Green value is 200 (78.52% from 255 or 46.30% from 432); Blue value is 91 (35.94% from 255 or 21.06% from 432); Max value from RGB is 200 - color contains mainly: green. Hex color #8DC85B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8DC85B is #7237A4. Grayscale: #AAAAAA. Windows color (decimal): -7485349 or 6015117. OLE color: 6015117.

HSL color Cylindrical-coordinate representation of color #8DC85B: hue angle of 92.48º degrees, saturation: 0.5, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #8DC85B is Cyan = 0.29, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.22.

Color convert

RGB14120091-
CMYK0.2900.540.22
HSL92.48º49.77%57.06%-
HSV(B)92.48º54.5%78.43%-
XYZ33.5347.7317.34-
YUV169.9383.45107.36-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 32.64%
GREEN value IS 200 (78.52% from 255) = 46.30%
BLUE value IS 91 (35.94% from 255) = 21.06%
R=32.64%
G=46.30%
B=21.06%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal141200910.2900.540.2292.4849.7757.06
Hex8DC85B1D036165c3239
Octal21531013335066261346271
Binary10001101110010001011011111010110110101101011100110010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8dc85b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,200,91); }

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

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

 a { background-color: rgb(141,200,91); }

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

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

 span { border-color: rgb(141,200,91); }

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