#8CC772

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

Shades of Mantis #8CC772

Tints of Mantis #8CC772

Color information

#8CC772 (or 0x8CC772) is unknown color: approx Mantis. HEX triplet: 8C, C7 and 72. RGB value is (140,199,114). Sum of RGB (Red+Green+Blue) = 140+199+114=453 (60% of max value = 765). Red value is 140 (55.08% from 255 or 30.91% from 453); Green value is 199 (78.12% from 255 or 43.93% from 453); Blue value is 114 (44.92% from 255 or 25.17% from 453); Max value from RGB is 199 - color contains mainly: green. Hex color #8CC772 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8CC772 is #73388D. Grayscale: #ABABAB. Windows color (decimal): -7551118 or 7522188. OLE color: 7522188.

HSL color Cylindrical-coordinate representation of color #8CC772: hue angle of 101.65º 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 #8CC772 is Cyan = 0.30, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.22.

Color convert

RGB140199114-
CMYK0.3000.430.22
HSL101.65º43.15%61.37%-
HSV(B)101.65º42.71%78.04%-
XYZ34.2847.6423.31-
YUV171.6795.45105.41-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 30.91%
GREEN value IS 199 (78.12% from 255) = 43.93%
BLUE value IS 114 (44.92% from 255) = 25.17%
R=30.91%
G=43.93%
B=25.17%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1401991140.3000.430.22101.6543.1561.37
Hex8CC7721E02B16662b3d
Octal21430716236053261465375
Binary10001100110001111110010111100101011101101100110101011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CC772

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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