#70D156

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

Shades of Mantis #70D156

Tints of Mantis #70D156

Color information

#70D156 (or 0x70D156) is unknown color: approx Mantis. HEX triplet: 70, D1 and 56. RGB value is (112,209,86). Sum of RGB (Red+Green+Blue) = 112+209+86=407 (53% of max value = 765). Red value is 112 (44.14% from 255 or 27.52% from 407); Green value is 209 (82.03% from 255 or 51.35% from 407); Blue value is 86 (33.98% from 255 or 21.13% from 407); Max value from RGB is 209 - color contains mainly: green. Hex color #70D156 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #70D156 is #8F2EA9. Grayscale: #A6A6A6. Windows color (decimal): -9383594 or 5689712. OLE color: 5689712.

HSL color Cylindrical-coordinate representation of color #70D156: hue angle of 107.32º degrees, saturation: 0.57, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #70D156 is Cyan = 0.46, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.18.

Color convert

RGB11220986-
CMYK0.4600.590.18
HSL107.32º57.21%57.84%-
HSV(B)107.32º58.85%81.96%-
XYZ31.1649.7216.76-
YUV165.9882.8689.5-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 27.52%
GREEN value IS 209 (82.03% from 255) = 51.35%
BLUE value IS 86 (33.98% from 255) = 21.13%
R=27.52%
G=51.35%
B=21.13%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal112209860.4600.590.18107.3257.2157.84
Hex70D1562E03B126b393a
Octal16032112656073221537172
Binary11100001101000110101101011100111011100101101011111001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70D156

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,209,86); }

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

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

 a { background-color: rgb(112,209,86); }

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

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

 span { border-color: rgb(112,209,86); }

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