#8BC564

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

Shades of Mantis #8BC564

Tints of Mantis #8BC564

Color information

#8BC564 (or 0x8BC564) is unknown color: approx Mantis. HEX triplet: 8B, C5 and 64. RGB value is (139,197,100). Sum of RGB (Red+Green+Blue) = 139+197+100=436 (57% of max value = 765). Red value is 139 (54.69% from 255 or 31.88% from 436); Green value is 197 (77.34% from 255 or 45.18% from 436); Blue value is 100 (39.45% from 255 or 22.94% from 436); Max value from RGB is 197 - color contains mainly: green. Hex color #8BC564 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8BC564 is #743A9B. Grayscale: #A8A8A8. Windows color (decimal): -7617180 or 6604171. OLE color: 6604171.

HSL color Cylindrical-coordinate representation of color #8BC564: hue angle of 95.88º degrees, saturation: 0.46, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #8BC564 is Cyan = 0.29, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.23.

Color convert

RGB139197100-
CMYK0.2900.490.23
HSL95.88º45.54%58.24%-
HSV(B)95.88º49.24%77.25%-
XYZ32.9146.3419.27-
YUV168.689.28106.89-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 31.88%
GREEN value IS 197 (77.34% from 255) = 45.18%
BLUE value IS 100 (39.45% from 255) = 22.94%
R=31.88%
G=45.18%
B=22.94%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1391971000.2900.490.2395.8845.5458.24
Hex8BC5641D03117602e3a
Octal21330514435061271405672
Binary10001011110001011100100111010110001101111100000101110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BC564

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,197,100); }

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

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

 a { background-color: rgb(139,197,100); }

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

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

 span { border-color: rgb(139,197,100); }

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