#70D859

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

Shades of Mantis #70D859

Tints of Mantis #70D859

Color information

#70D859 (or 0x70D859) is unknown color: approx Mantis. HEX triplet: 70, D8 and 59. RGB value is (112,216,89). Sum of RGB (Red+Green+Blue) = 112+216+89=417 (55% of max value = 765). Red value is 112 (44.14% from 255 or 26.86% from 417); Green value is 216 (84.77% from 255 or 51.80% from 417); Blue value is 89 (35.16% from 255 or 21.34% from 417); Max value from RGB is 216 - color contains mainly: green. Hex color #70D859 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #70D859 is #8F27A6. Grayscale: #AAAAAA. Windows color (decimal): -9381799 or 5888112. OLE color: 5888112.

HSL color Cylindrical-coordinate representation of color #70D859: hue angle of 109.13º degrees, saturation: 0.62, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #70D859 is Cyan = 0.48, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.15.

Color convert

RGB11221689-
CMYK0.4800.590.15
HSL109.13º61.95%59.8%-
HSV(B)109.13º58.8%84.71%-
XYZ33.0453.2817.99-
YUV170.4382.0486.33-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 26.86%
GREEN value IS 216 (84.77% from 255) = 51.80%
BLUE value IS 89 (35.16% from 255) = 21.34%
R=26.86%
G=51.80%
B=21.34%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal112216890.4800.590.15109.1361.9559.8
Hex70D8593003BF6d3e3c
Octal16033013160073171557674
Binary1110000110110001011001110000011101111111101101111110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70D859

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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