#8DCA56

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

Shades of Mantis #8DCA56

Tints of Mantis #8DCA56

Color information

#8DCA56 (or 0x8DCA56) is unknown color: approx Mantis. HEX triplet: 8D, CA and 56. RGB value is (141,202,86). Sum of RGB (Red+Green+Blue) = 141+202+86=429 (56% of max value = 765). Red value is 141 (55.47% from 255 or 32.87% from 429); Green value is 202 (79.30% from 255 or 47.09% from 429); Blue value is 86 (33.98% from 255 or 20.05% from 429); Max value from RGB is 202 - color contains mainly: green. Hex color #8DCA56 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8DCA56 is #7235A9. Grayscale: #AAAAAA. Windows color (decimal): -7484842 or 5687949. OLE color: 5687949.

HSL color Cylindrical-coordinate representation of color #8DCA56: hue angle of 91.55º degrees, saturation: 0.52, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #8DCA56 is Cyan = 0.30, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.21.

Color convert

RGB14120286-
CMYK0.3000.570.21
HSL91.55º52.25%56.47%-
HSV(B)91.55º57.43%79.22%-
XYZ33.7848.5816.4-
YUV170.5480.29106.93-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 32.87%
GREEN value IS 202 (79.30% from 255) = 47.09%
BLUE value IS 86 (33.98% from 255) = 20.05%
R=32.87%
G=47.09%
B=20.05%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal141202860.3000.570.2191.5552.2556.47
Hex8DCA561E039155c3438
Octal21531212636071251346470
Binary10001101110010101010110111100111001101011011100110100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DCA56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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