#70C859

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

Shades of Mantis #70C859

Tints of Mantis #70C859

Color information

#70C859 (or 0x70C859) is unknown color: approx Mantis. HEX triplet: 70, C8 and 59. RGB value is (112,200,89). Sum of RGB (Red+Green+Blue) = 112+200+89=401 (53% of max value = 765). Red value is 112 (44.14% from 255 or 27.93% from 401); Green value is 200 (78.52% from 255 or 49.88% from 401); Blue value is 89 (35.16% from 255 or 22.19% from 401); Max value from RGB is 200 - color contains mainly: green. Hex color #70C859 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #70C859 is #8F37A6. Grayscale: #A1A1A1. Windows color (decimal): -9385895 or 5884016. OLE color: 5884016.

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

Color convert

RGB11220089-
CMYK0.4400.560.22
HSL107.57º50.23%56.67%-
HSV(B)107.57º55.5%78.43%-
XYZ29.1445.4716.69-
YUV161.0387.3593.03-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 27.93%
GREEN value IS 200 (78.52% from 255) = 49.88%
BLUE value IS 89 (35.16% from 255) = 22.19%
R=27.93%
G=49.88%
B=22.19%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal112200890.4400.560.22107.5750.2356.67
Hex70C8592C038166c3239
Octal16031013154070261546271
Binary11100001100100010110011011000111000101101101100110010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70C859

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,200,89); }

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

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

 a { background-color: rgb(112,200,89); }

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

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

 span { border-color: rgb(112,200,89); }

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