#8DC772

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

Shades of Mantis #8DC772

Tints of Mantis #8DC772

Color information

#8DC772 (or 0x8DC772) is unknown color: approx Mantis. HEX triplet: 8D, C7 and 72. RGB value is (141,199,114). Sum of RGB (Red+Green+Blue) = 141+199+114=454 (60% of max value = 765). Red value is 141 (55.47% from 255 or 31.06% from 454); Green value is 199 (78.12% from 255 or 43.83% from 454); Blue value is 114 (44.92% from 255 or 25.11% from 454); Max value from RGB is 199 - color contains mainly: green. Hex color #8DC772 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8DC772 is #72388D. Grayscale: #ACACAC. Windows color (decimal): -7485582 or 7522189. OLE color: 7522189.

HSL color Cylindrical-coordinate representation of color #8DC772: hue angle of 100.94º degrees, saturation: 0.43, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #8DC772 is Cyan = 0.29, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.22.

Color convert

RGB141199114-
CMYK0.2900.430.22
HSL100.94º43.15%61.37%-
HSV(B)100.94º42.71%78.04%-
XYZ34.4547.7223.32-
YUV171.9795.28105.91-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 31.06%
GREEN value IS 199 (78.12% from 255) = 43.83%
BLUE value IS 114 (44.92% from 255) = 25.11%
R=31.06%
G=43.83%
B=25.11%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1411991140.2900.430.22100.9443.1561.37
Hex8DC7721D02B16652b3d
Octal21530716235053261455375
Binary10001101110001111110010111010101011101101100101101011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DC772

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,199,114); }

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

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

 a { background-color: rgb(141,199,114); }

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

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

 span { border-color: rgb(141,199,114); }

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