#8DCA65

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

Shades of Mantis #8DCA65

Tints of Mantis #8DCA65

Color information

#8DCA65 (or 0x8DCA65) is unknown color: approx Mantis. HEX triplet: 8D, CA and 65. RGB value is (141,202,101). Sum of RGB (Red+Green+Blue) = 141+202+101=444 (58% of max value = 765). Red value is 141 (55.47% from 255 or 31.76% from 444); Green value is 202 (79.30% from 255 or 45.50% from 444); Blue value is 101 (39.84% from 255 or 22.75% from 444); Max value from RGB is 202 - color contains mainly: green. Hex color #8DCA65 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8DCA65 is #72359A. Grayscale: #ACACAC. Windows color (decimal): -7484827 or 6670989. OLE color: 6670989.

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

Color convert

RGB141202101-
CMYK0.3000.500.21
HSL96.24º48.79%59.41%-
HSV(B)96.24º50%79.22%-
XYZ34.4548.8419.92-
YUV172.2587.79105.71-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 31.76%
GREEN value IS 202 (79.30% from 255) = 45.50%
BLUE value IS 101 (39.84% from 255) = 22.75%
R=31.76%
G=45.50%
B=22.75%

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
Decimal1412021010.3000.500.2196.2448.7959.41
Hex8DCA651E0321560313b
Octal21531214536062251406173
Binary10001101110010101100101111100110010101011100000110001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DCA65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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