#8DC34D

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

Shades of Mantis #8DC34D

Tints of Mantis #8DC34D

Color information

#8DC34D (or 0x8DC34D) is unknown color: approx Mantis. HEX triplet: 8D, C3 and 4D. RGB value is (141,195,77). Sum of RGB (Red+Green+Blue) = 141+195+77=413 (54% of max value = 765). Red value is 141 (55.47% from 255 or 34.14% from 413); Green value is 195 (76.56% from 255 or 47.22% from 413); Blue value is 77 (30.47% from 255 or 18.64% from 413); Max value from RGB is 195 - color contains mainly: green. Hex color #8DC34D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8DC34D is #723CB2. Grayscale: #A5A5A5. Windows color (decimal): -7486643 or 5096333. OLE color: 5096333.

HSL color Cylindrical-coordinate representation of color #8DC34D: hue angle of 87.46º degrees, saturation: 0.5, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #8DC34D is Cyan = 0.28, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.24.

Color convert

RGB14119577-
CMYK0.2800.610.24
HSL87.46º49.58%53.33%-
HSV(B)87.46º60.51%76.47%-
XYZ31.8445.2314.07-
YUV165.478.11110.59-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 34.14%
GREEN value IS 195 (76.56% from 255) = 47.22%
BLUE value IS 77 (30.47% from 255) = 18.64%
R=34.14%
G=47.22%
B=18.64%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal141195770.2800.610.2487.4649.5853.33
Hex8DC34D1C03D18573235
Octal21530311534075301276265
Binary10001101110000111001101111000111101110001010111110010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DC34D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,195,77); }

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

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

 a { background-color: rgb(141,195,77); }

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

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

 span { border-color: rgb(141,195,77); }

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