#70C657

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

Shades of Mantis #70C657

Tints of Mantis #70C657

Color information

#70C657 (or 0x70C657) is unknown color: approx Mantis. HEX triplet: 70, C6 and 57. RGB value is (112,198,87). Sum of RGB (Red+Green+Blue) = 112+198+87=397 (52% of max value = 765). Red value is 112 (44.14% from 255 or 28.21% from 397); Green value is 198 (77.73% from 255 or 49.87% from 397); Blue value is 87 (34.38% from 255 or 21.91% from 397); Max value from RGB is 198 - color contains mainly: green. Hex color #70C657 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #70C657 is #8F39A8. Grayscale: #9F9F9F. Windows color (decimal): -9386409 or 5752432. OLE color: 5752432.

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

Color convert

RGB11219887-
CMYK0.4300.560.22
HSL106.49º49.33%55.88%-
HSV(B)106.49º56.06%77.65%-
XYZ28.644.5216.1-
YUV159.6387.0194.03-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 28.21%
GREEN value IS 198 (77.73% from 255) = 49.87%
BLUE value IS 87 (34.38% from 255) = 21.91%
R=28.21%
G=49.87%
B=21.91%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal112198870.4300.560.22106.4949.3355.88
Hex70C6572B038166a3138
Octal16030612753070261526170
Binary11100001100011010101111010110111000101101101010110001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70C657

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #70C657; }

 p { color: rgb(112,198,87); }

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

<style>
 a { background-color: #70C657; }

 a { background-color: rgb(112,198,87); }

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

<style>
 span { border-color: #70C657; }

 span { border-color: rgb(112,198,87); }

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