#70D853

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

Shades of Mantis #70D853

Tints of Mantis #70D853

Color information

#70D853 (or 0x70D853) is unknown color: approx Mantis. HEX triplet: 70, D8 and 53. RGB value is (112,216,83). Sum of RGB (Red+Green+Blue) = 112+216+83=411 (54% of max value = 765). Red value is 112 (44.14% from 255 or 27.25% from 411); Green value is 216 (84.77% from 255 or 52.55% from 411); Blue value is 83 (32.81% from 255 or 20.19% from 411); Max value from RGB is 216 - color contains mainly: green. Hex color #70D853 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #70D853 is #8F27AC. Grayscale: #AAAAAA. Windows color (decimal): -9381805 or 5494896. OLE color: 5494896.

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

Color convert

RGB11221683-
CMYK0.4800.620.15
HSL106.92º63.03%58.63%-
HSV(B)106.92º61.57%84.71%-
XYZ32.853.1816.72-
YUV169.7479.0486.81-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 27.25%
GREEN value IS 216 (84.77% from 255) = 52.55%
BLUE value IS 83 (32.81% from 255) = 20.19%
R=27.25%
G=52.55%
B=20.19%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal112216830.4800.620.15106.9263.0358.63
Hex70D8533003EF6b3f3b
Octal16033012360076171537773
Binary1110000110110001010011110000011111011111101011111111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70D853

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,216,83); }

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

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

 a { background-color: rgb(112,216,83); }

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

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

 span { border-color: rgb(112,216,83); }

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