#70D34D

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

Shades of Mantis #70D34D

Tints of Mantis #70D34D

Color information

#70D34D (or 0x70D34D) is unknown color: approx Mantis. HEX triplet: 70, D3 and 4D. RGB value is (112,211,77). Sum of RGB (Red+Green+Blue) = 112+211+77=400 (52% of max value = 765). Red value is 112 (44.14% from 255 or 28% from 400); Green value is 211 (82.81% from 255 or 52.75% from 400); Blue value is 77 (30.47% from 255 or 19.25% from 400); Max value from RGB is 211 - color contains mainly: green. Hex color #70D34D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #70D34D is #8F2CB2. Grayscale: #A6A6A6. Windows color (decimal): -9383091 or 5100400. OLE color: 5100400.

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

Color convert

RGB11221177-
CMYK0.4700.640.17
HSL104.33º60.36%56.47%-
HSV(B)104.33º63.51%82.75%-
XYZ31.3250.5715.13-
YUV166.1277.789.4-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 28%
GREEN value IS 211 (82.81% from 255) = 52.75%
BLUE value IS 77 (30.47% from 255) = 19.25%
R=28%
G=52.75%
B=19.25%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal112211770.4700.640.17104.3360.3656.47
Hex70D34D2F04011683c38
Octal160323115570100211507470
Binary111000011010011100110110111101000000100011101000111100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70D34D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,211,77); }

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

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

 a { background-color: rgb(112,211,77); }

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

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

 span { border-color: rgb(112,211,77); }

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