#70C15F

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

Shades of Mantis #70C15F

Tints of Mantis #70C15F

Color information

#70C15F (or 0x70C15F) is unknown color: approx Mantis. HEX triplet: 70, C1 and 5F. RGB value is (112,193,95). Sum of RGB (Red+Green+Blue) = 112+193+95=400 (52% of max value = 765). Red value is 112 (44.14% from 255 or 28% from 400); Green value is 193 (75.78% from 255 or 48.25% from 400); Blue value is 95 (37.5% from 255 or 23.75% from 400); Max value from RGB is 193 - color contains mainly: green. Hex color #70C15F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #70C15F is #8F3EA0. Grayscale: #9D9D9D. Windows color (decimal): -9387681 or 6275440. OLE color: 6275440.

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

Color convert

RGB11219395-
CMYK0.4200.510.24
HSL109.59º44.14%56.47%-
HSV(B)109.59º50.78%75.69%-
XYZ27.8242.4117.55-
YUV157.6192.6695.47-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 28%
GREEN value IS 193 (75.78% from 255) = 48.25%
BLUE value IS 95 (37.5% from 255) = 23.75%
R=28%
G=48.25%
B=23.75%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal112193950.4200.510.24109.5944.1456.47
Hex70C15F2A033186e2c38
Octal16030113752063301565470
Binary11100001100000110111111010100110011110001101110101100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70C15F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,193,95); }

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

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

 a { background-color: rgb(112,193,95); }

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

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

 span { border-color: rgb(112,193,95); }

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