#70C85A

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

Shades of Mantis #70C85A

Tints of Mantis #70C85A

Color information

#70C85A (or 0x70C85A) is unknown color: approx Mantis. HEX triplet: 70, C8 and 5A. RGB value is (112,200,90). Sum of RGB (Red+Green+Blue) = 112+200+90=402 (53% of max value = 765). Red value is 112 (44.14% from 255 or 27.86% from 402); Green value is 200 (78.52% from 255 or 49.75% from 402); Blue value is 90 (35.55% from 255 or 22.39% from 402); Max value from RGB is 200 - color contains mainly: green. Hex color #70C85A is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #70C85A is #8F37A5. Grayscale: #A1A1A1. Windows color (decimal): -9385894 or 5949552. OLE color: 5949552.

HSL color Cylindrical-coordinate representation of color #70C85A: hue angle of 108º degrees, saturation: 0.5, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #70C85A is Cyan = 0.44, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.22.

Color convert

RGB11220090-
CMYK0.4400.550.22
HSL108º50%56.86%-
HSV(B)108º55%78.43%-
XYZ29.1845.4916.92-
YUV161.1587.8592.94-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 27.86%
GREEN value IS 200 (78.52% from 255) = 49.75%
BLUE value IS 90 (35.55% from 255) = 22.39%
R=27.86%
G=49.75%
B=22.39%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal112200900.4400.550.221085056.86
Hex70C85A2C037166c3239
Octal16031013254067261546271
Binary11100001100100010110101011000110111101101101100110010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70C85A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,200,90); }

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

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

 a { background-color: rgb(112,200,90); }

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

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

 span { border-color: rgb(112,200,90); }

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