#70C056

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

Shades of Mantis #70C056

Tints of Mantis #70C056

Color information

#70C056 (or 0x70C056) is unknown color: approx Mantis. HEX triplet: 70, C0 and 56. RGB value is (112,192,86). Sum of RGB (Red+Green+Blue) = 112+192+86=390 (51% of max value = 765). Red value is 112 (44.14% from 255 or 28.72% from 390); Green value is 192 (75.39% from 255 or 49.23% from 390); Blue value is 86 (33.98% from 255 or 22.05% from 390); Max value from RGB is 192 - color contains mainly: green. Hex color #70C056 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #70C056 is #8F3FA9. Grayscale: #9C9C9C. Windows color (decimal): -9387946 or 5685360. OLE color: 5685360.

HSL color Cylindrical-coordinate representation of color #70C056: hue angle of 105.28º degrees, saturation: 0.46, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #70C056 is Cyan = 0.42, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.25.

Color convert

RGB11219286-
CMYK0.4200.550.25
HSL105.28º45.69%54.51%-
HSV(B)105.28º55.21%75.29%-
XYZ27.2141.8215.44-
YUV15688.596.62-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 28.72%
GREEN value IS 192 (75.39% from 255) = 49.23%
BLUE value IS 86 (33.98% from 255) = 22.05%
R=28.72%
G=49.23%
B=22.05%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal112192860.4200.550.25105.2845.6954.51
Hex70C0562A03719692e37
Octal16030012652067311515667
Binary11100001100000010101101010100110111110011101001101110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70C056

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,192,86); }

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

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

 a { background-color: rgb(112,192,86); }

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

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

 span { border-color: rgb(112,192,86); }

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