#8DD46A

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

Shades of Mantis #8DD46A

Tints of Mantis #8DD46A

Color information

#8DD46A (or 0x8DD46A) is unknown color: approx Mantis. HEX triplet: 8D, D4 and 6A. RGB value is (141,212,106). Sum of RGB (Red+Green+Blue) = 141+212+106=459 (60% of max value = 765). Red value is 141 (55.47% from 255 or 30.72% from 459); Green value is 212 (83.20% from 255 or 46.19% from 459); Blue value is 106 (41.80% from 255 or 23.09% from 459); Max value from RGB is 212 - color contains mainly: green. Hex color #8DD46A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8DD46A is #722B95. Grayscale: #B3B3B3. Windows color (decimal): -7482262 or 7001229. OLE color: 7001229.

HSL color Cylindrical-coordinate representation of color #8DD46A: hue angle of 100.19º degrees, saturation: 0.55, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #8DD46A is Cyan = 0.33, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.17.

Color convert

RGB141212106-
CMYK0.3300.50.17
HSL100.19º55.21%62.35%-
HSV(B)100.19º50%83.14%-
XYZ37.1353.7922.06-
YUV178.6986.98101.12-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 30.72%
GREEN value IS 212 (83.20% from 255) = 46.19%
BLUE value IS 106 (41.80% from 255) = 23.09%
R=30.72%
G=46.19%
B=23.09%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.5
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1412121060.3300.50.17100.1955.2162.35
Hex8DD46A210321164373e
Octal21532415241062211446776
Binary100011011101010011010101000010110010100011100100110111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DD46A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,212,106); }

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

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

 a { background-color: rgb(141,212,106); }

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

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

 span { border-color: rgb(141,212,106); }

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