#70c35d

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

Shades of Mantis #70C35D

Tints of Mantis #70C35D

Color information

#70C35D (or 0x70C35D) is unknown color: approx Mantis. HEX triplet: 70, C3 and 5D. RGB value is (112,195,93). Sum of RGB (Red+Green+Blue) = 112+195+93=400 (52% of max value = 765). Red value is 112 (44.14% from 255 or 28% from 400); Green value is 195 (76.56% from 255 or 48.75% from 400); Blue value is 93 (36.72% from 255 or 23.25% from 400); Max value from RGB is 195 - color contains mainly: green. Hex color #70C35D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #70C35D is #8F3CA2. Grayscale: #9E9E9E. Windows color (decimal): -9387171 or 6144880. OLE color: 6144880.

HSL color Cylindrical-coordinate representation of color #70C35D: hue angle of 108.82º degrees, saturation: 0.46, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #70C35D is Cyan = 0.43, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.24.

Color convert

RGB11219593-
CMYK0.4300.520.24
HSL108.82º45.95%56.47%-
HSV(B)108.82º52.31%76.47%-
XYZ28.1743.2717.22-
YUV158.559194.79-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 28%
GREEN value IS 195 (76.56% from 255) = 48.75%
BLUE value IS 93 (36.72% from 255) = 23.25%
R=28%
G=48.75%
B=23.25%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal112195930.4300.520.24108.8245.9556.47
Hex70C35D2B034186d2e38
Octal16030313553064301555670
Binary11100001100001110111011010110110100110001101101101110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70c35d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,195,93); }

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

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

 a { background-color: rgb(112,195,93); }

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

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

 span { border-color: rgb(112,195,93); }

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