#70D45E

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

Shades of Mantis #70D45E

Tints of Mantis #70D45E

Color information

#70D45E (or 0x70D45E) is unknown color: approx Mantis. HEX triplet: 70, D4 and 5E. RGB value is (112,212,94). Sum of RGB (Red+Green+Blue) = 112+212+94=418 (55% of max value = 765). Red value is 112 (44.14% from 255 or 26.79% from 418); Green value is 212 (83.20% from 255 or 50.72% from 418); Blue value is 94 (37.11% from 255 or 22.49% from 418); Max value from RGB is 212 - color contains mainly: green. Hex color #70D45E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #70D45E is #8F2BA1. Grayscale: #A9A9A9. Windows color (decimal): -9382818 or 6214768. OLE color: 6214768.

HSL color Cylindrical-coordinate representation of color #70D45E: hue angle of 110.85º degrees, saturation: 0.58, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #70D45E is Cyan = 0.47, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.17.

Color convert

RGB11221294-
CMYK0.4700.560.17
HSL110.85º57.84%60%-
HSV(B)110.85º55.66%83.14%-
XYZ32.2551.3418.8-
YUV168.6585.8787.59-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 26.79%
GREEN value IS 212 (83.20% from 255) = 50.72%
BLUE value IS 94 (37.11% from 255) = 22.49%
R=26.79%
G=50.72%
B=22.49%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal112212940.4700.560.17110.8557.8460
Hex70D45E2F038116f3a3c
Octal16032413657070211577274
Binary11100001101010010111101011110111000100011101111111010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70D45E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,212,94); }

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

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

 a { background-color: rgb(112,212,94); }

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

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

 span { border-color: rgb(112,212,94); }

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