#70D943

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

Shades of Mantis #70D943

Tints of Mantis #70D943

Color information

#70D943 (or 0x70D943) is unknown color: approx Mantis. HEX triplet: 70, D9 and 43. RGB value is (112,217,67). Sum of RGB (Red+Green+Blue) = 112+217+67=396 (52% of max value = 765). Red value is 112 (44.14% from 255 or 28.28% from 396); Green value is 217 (85.16% from 255 or 54.80% from 396); Blue value is 67 (26.56% from 255 or 16.92% from 396); Max value from RGB is 217 - color contains mainly: green. Hex color #70D943 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #70D943 is #8F26BC. Grayscale: #A9A9A9. Windows color (decimal): -9381565 or 4446576. OLE color: 4446576.

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

Color convert

RGB11221767-
CMYK0.4800.690.15
HSL102º66.37%55.69%-
HSV(B)102º69.12%85.1%-
XYZ32.5153.4813.92-
YUV168.570.7187.7-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 28.28%
GREEN value IS 217 (85.16% from 255) = 54.80%
BLUE value IS 67 (26.56% from 255) = 16.92%
R=28.28%
G=54.80%
B=16.92%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal112217670.4800.690.1510266.3755.69
Hex70D94330045F664238
Octal1603311036001051714610270
Binary111000011011001100001111000001000101111111001101000010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70D943

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,217,67); }

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

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

 a { background-color: rgb(112,217,67); }

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

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

 span { border-color: rgb(112,217,67); }

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