#8CC664

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

Shades of Mantis #8CC664

Tints of Mantis #8CC664

Color information

#8CC664 (or 0x8CC664) is unknown color: approx Mantis. HEX triplet: 8C, C6 and 64. RGB value is (140,198,100). Sum of RGB (Red+Green+Blue) = 140+198+100=438 (58% of max value = 765). Red value is 140 (55.08% from 255 or 31.96% from 438); Green value is 198 (77.73% from 255 or 45.21% from 438); Blue value is 100 (39.45% from 255 or 22.83% from 438); Max value from RGB is 198 - color contains mainly: green. Hex color #8CC664 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8CC664 is #73399B. Grayscale: #A9A9A9. Windows color (decimal): -7551388 or 6604428. OLE color: 6604428.

HSL color Cylindrical-coordinate representation of color #8CC664: hue angle of 95.51º 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 #8CC664 is Cyan = 0.29, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.22.

Color convert

RGB140198100-
CMYK0.2900.490.22
HSL95.51º46.23%58.43%-
HSV(B)95.51º49.49%77.65%-
XYZ33.3146.8819.35-
YUV169.4988.78106.97-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 31.96%
GREEN value IS 198 (77.73% from 255) = 45.21%
BLUE value IS 100 (39.45% from 255) = 22.83%
R=31.96%
G=45.21%
B=22.83%

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
Decimal1401981000.2900.490.2295.5146.2358.43
Hex8CC6641D03116602e3a
Octal21430614435061261405672
Binary10001100110001101100100111010110001101101100000101110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CC664

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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