#70D147

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

Shades of Mantis #70D147

Tints of Mantis #70D147

Color information

#70D147 (or 0x70D147) is unknown color: approx Mantis. HEX triplet: 70, D1 and 47. RGB value is (112,209,71). Sum of RGB (Red+Green+Blue) = 112+209+71=392 (51% of max value = 765). Red value is 112 (44.14% from 255 or 28.57% from 392); Green value is 209 (82.03% from 255 or 53.32% from 392); Blue value is 71 (28.12% from 255 or 18.11% from 392); Max value from RGB is 209 - color contains mainly: green. Hex color #70D147 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #70D147 is #8F2EB8. Grayscale: #A4A4A4. Windows color (decimal): -9383609 or 4706672. OLE color: 4706672.

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

Color convert

RGB11220971-
CMYK0.4600.660.18
HSL102.17º60%54.9%-
HSV(B)102.17º66.03%81.96%-
XYZ30.6249.513.9-
YUV164.2675.3690.72-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 28.57%
GREEN value IS 209 (82.03% from 255) = 53.32%
BLUE value IS 71 (28.12% from 255) = 18.11%
R=28.57%
G=53.32%
B=18.11%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal112209710.4600.660.18102.176054.9
Hex70D1472E04212663c37
Octal160321107560102221467467
Binary111000011010001100011110111001000010100101100110111100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70D147

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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