#8DC366

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

Shades of Mantis #8DC366

Tints of Mantis #8DC366

Color information

#8DC366 (or 0x8DC366) is unknown color: approx Mantis. HEX triplet: 8D, C3 and 66. RGB value is (141,195,102). Sum of RGB (Red+Green+Blue) = 141+195+102=438 (58% of max value = 765). Red value is 141 (55.47% from 255 or 32.19% from 438); Green value is 195 (76.56% from 255 or 44.52% from 438); Blue value is 102 (40.23% from 255 or 23.29% from 438); Max value from RGB is 195 - color contains mainly: green. Hex color #8DC366 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8DC366 is #723C99. Grayscale: #A8A8A8. Windows color (decimal): -7486618 or 6734733. OLE color: 6734733.

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

Color convert

RGB141195102-
CMYK0.2800.480.24
HSL94.84º43.66%58.24%-
HSV(B)94.84º47.69%76.47%-
XYZ32.945.6519.65-
YUV168.2590.61108.56-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 32.19%
GREEN value IS 195 (76.56% from 255) = 44.52%
BLUE value IS 102 (40.23% from 255) = 23.29%
R=32.19%
G=44.52%
B=23.29%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1411951020.2800.480.2494.8443.6658.24
Hex8DC3661C030185f2c3a
Octal21530314634060301375472
Binary10001101110000111100110111000110000110001011111101100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DC366

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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