#8DC360

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

Shades of Mantis #8DC360

Tints of Mantis #8DC360

Color information

#8DC360 (or 0x8DC360) is unknown color: approx Mantis. HEX triplet: 8D, C3 and 60. RGB value is (141,195,96). Sum of RGB (Red+Green+Blue) = 141+195+96=432 (57% of max value = 765). Red value is 141 (55.47% from 255 or 32.64% from 432); Green value is 195 (76.56% from 255 or 45.14% from 432); Blue value is 96 (37.89% from 255 or 22.22% from 432); Max value from RGB is 195 - color contains mainly: green. Hex color #8DC360 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8DC360 is #723C9F. Grayscale: #A7A7A7. Windows color (decimal): -7486624 or 6341517. OLE color: 6341517.

HSL color Cylindrical-coordinate representation of color #8DC360: hue angle of 92.73º degrees, saturation: 0.45, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #8DC360 is Cyan = 0.28, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.24.

Color convert

RGB14119596-
CMYK0.2800.510.24
HSL92.73º45.21%57.06%-
HSV(B)92.73º50.77%76.47%-
XYZ32.6145.5418.14-
YUV167.5787.61109.05-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 32.64%
GREEN value IS 195 (76.56% from 255) = 45.14%
BLUE value IS 96 (37.89% from 255) = 22.22%
R=32.64%
G=45.14%
B=22.22%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal141195960.2800.510.2492.7345.2157.06
Hex8DC3601C033185d2d39
Octal21530314034063301355571
Binary10001101110000111100000111000110011110001011101101101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DC360

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,195,96); }

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

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

 a { background-color: rgb(141,195,96); }

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

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

 span { border-color: rgb(141,195,96); }

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