#8DD861

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

Shades of Mantis #8DD861

Tints of Mantis #8DD861

Color information

#8DD861 (or 0x8DD861) is unknown color: approx Mantis. HEX triplet: 8D, D8 and 61. RGB value is (141,216,97). Sum of RGB (Red+Green+Blue) = 141+216+97=454 (60% of max value = 765). Red value is 141 (55.47% from 255 or 31.06% from 454); Green value is 216 (84.77% from 255 or 47.58% from 454); Blue value is 97 (38.28% from 255 or 21.37% from 454); Max value from RGB is 216 - color contains mainly: green. Hex color #8DD861 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8DD861 is #72279E. Grayscale: #B4B4B4. Windows color (decimal): -7481247 or 6412429. OLE color: 6412429.

HSL color Cylindrical-coordinate representation of color #8DD861: hue angle of 97.82º degrees, saturation: 0.6, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #8DD861 is Cyan = 0.35, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.15.

Color convert

RGB14121697-
CMYK0.3500.550.15
HSL97.82º60.41%61.37%-
HSV(B)97.82º55.09%84.71%-
XYZ37.755.6420.06-
YUV180.0181.15100.18-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 31.06%
GREEN value IS 216 (84.77% from 255) = 47.58%
BLUE value IS 97 (38.28% from 255) = 21.37%
R=31.06%
G=47.58%
B=21.37%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal141216970.3500.550.1597.8260.4161.37
Hex8DD86123037F623c3d
Octal21533014143067171427475
Binary10001101110110001100001100011011011111111100010111100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DD861

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,216,97); }

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

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

 a { background-color: rgb(141,216,97); }

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

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

 span { border-color: rgb(141,216,97); }

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