#8DC664

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

Shades of Mantis #8DC664

Tints of Mantis #8DC664

Color information

#8DC664 (or 0x8DC664) is unknown color: approx Mantis. HEX triplet: 8D, C6 and 64. RGB value is (141,198,100). Sum of RGB (Red+Green+Blue) = 141+198+100=439 (58% of max value = 765). Red value is 141 (55.47% from 255 or 32.12% from 439); Green value is 198 (77.73% from 255 or 45.10% from 439); Blue value is 100 (39.45% from 255 or 22.78% from 439); Max value from RGB is 198 - color contains mainly: green. Hex color #8DC664 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8DC664 is #72399B. Grayscale: #AAAAAA. Windows color (decimal): -7485852 or 6604429. OLE color: 6604429.

HSL color Cylindrical-coordinate representation of color #8DC664: hue angle of 94.9º degrees, saturation: 0.46, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #8DC664 is Cyan = 0.29, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.22.

Color convert

RGB141198100-
CMYK0.2900.490.22
HSL94.9º46.23%58.43%-
HSV(B)94.9º49.49%77.65%-
XYZ33.4846.9719.36-
YUV169.7888.62107.47-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 32.12%
GREEN value IS 198 (77.73% from 255) = 45.10%
BLUE value IS 100 (39.45% from 255) = 22.78%
R=32.12%
G=45.10%
B=22.78%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1411981000.2900.490.2294.946.2358.43
Hex8DC6641D031165f2e3a
Octal21530614435061261375672
Binary10001101110001101100100111010110001101101011111101110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DC664

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,198,100); }

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

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

 a { background-color: rgb(141,198,100); }

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

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

 span { border-color: rgb(141,198,100); }

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