#8CCC56

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

Shades of Mantis #8CCC56

Tints of Mantis #8CCC56

Color information

#8CCC56 (or 0x8CCC56) is unknown color: approx Mantis. HEX triplet: 8C, CC and 56. RGB value is (140,204,86). Sum of RGB (Red+Green+Blue) = 140+204+86=430 (56% of max value = 765). Red value is 140 (55.08% from 255 or 32.56% from 430); Green value is 204 (80.08% from 255 or 47.44% from 430); Blue value is 86 (33.98% from 255 or 20% from 430); Max value from RGB is 204 - color contains mainly: green. Hex color #8CCC56 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8CCC56 is #7333A9. Grayscale: #ABABAB. Windows color (decimal): -7549866 or 5688460. OLE color: 5688460.

HSL color Cylindrical-coordinate representation of color #8CCC56: hue angle of 92.54º degrees, saturation: 0.54, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #8CCC56 is Cyan = 0.31, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.2.

Color convert

RGB14020486-
CMYK0.3100.580.2
HSL92.54º53.64%56.86%-
HSV(B)92.54º57.84%80%-
XYZ34.0949.4316.55-
YUV171.4179.8105.59-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 32.56%
GREEN value IS 204 (80.08% from 255) = 47.44%
BLUE value IS 86 (33.98% from 255) = 20%
R=32.56%
G=47.44%
B=20%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal140204860.3100.580.292.5453.6456.86
Hex8CCC561F03A145d3639
Octal21431412637072241356671
Binary10001100110011001010110111110111010101001011101110110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CCC56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,204,86); }

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

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

 a { background-color: rgb(140,204,86); }

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

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

 span { border-color: rgb(140,204,86); }

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