#8DCA66

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

Shades of Mantis #8DCA66

Tints of Mantis #8DCA66

Color information

#8DCA66 (or 0x8DCA66) is unknown color: approx Mantis. HEX triplet: 8D, CA and 66. RGB value is (141,202,102). Sum of RGB (Red+Green+Blue) = 141+202+102=445 (58% of max value = 765). Red value is 141 (55.47% from 255 or 31.69% from 445); Green value is 202 (79.30% from 255 or 45.39% from 445); Blue value is 102 (40.23% from 255 or 22.92% from 445); Max value from RGB is 202 - color contains mainly: green. Hex color #8DCA66 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8DCA66 is #723599. Grayscale: #ACACAC. Windows color (decimal): -7484826 or 6736525. OLE color: 6736525.

HSL color Cylindrical-coordinate representation of color #8DCA66: hue angle of 96.6º degrees, saturation: 0.49, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #8DCA66 is Cyan = 0.30, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.21.

Color convert

RGB141202102-
CMYK0.3000.500.21
HSL96.6º48.54%59.61%-
HSV(B)96.6º49.5%79.22%-
XYZ34.548.8620.18-
YUV172.3688.29105.63-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 31.69%
GREEN value IS 202 (79.30% from 255) = 45.39%
BLUE value IS 102 (40.23% from 255) = 22.92%
R=31.69%
G=45.39%
B=22.92%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1412021020.3000.500.2196.648.5459.61
Hex8DCA661E0321561313c
Octal21531214636062251416174
Binary10001101110010101100110111100110010101011100001110001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DCA66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,202,102); }

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

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

 a { background-color: rgb(141,202,102); }

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

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

 span { border-color: rgb(141,202,102); }

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