#70C256

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

Shades of Mantis #70C256

Tints of Mantis #70C256

Color information

#70C256 (or 0x70C256) is unknown color: approx Mantis. HEX triplet: 70, C2 and 56. RGB value is (112,194,86). Sum of RGB (Red+Green+Blue) = 112+194+86=392 (51% of max value = 765). Red value is 112 (44.14% from 255 or 28.57% from 392); Green value is 194 (76.17% from 255 or 49.49% from 392); Blue value is 86 (33.98% from 255 or 21.94% from 392); Max value from RGB is 194 - color contains mainly: green. Hex color #70C256 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #70C256 is #8F3DA9. Grayscale: #9D9D9D. Windows color (decimal): -9387434 or 5685872. OLE color: 5685872.

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

Color convert

RGB11219486-
CMYK0.4200.560.24
HSL105.56º46.96%54.9%-
HSV(B)105.56º55.67%76.08%-
XYZ27.6542.715.59-
YUV157.1787.8395.78-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 28.57%
GREEN value IS 194 (76.17% from 255) = 49.49%
BLUE value IS 86 (33.98% from 255) = 21.94%
R=28.57%
G=49.49%
B=21.94%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal112194860.4200.560.24105.5646.9654.9
Hex70C2562A038186a2f37
Octal16030212652070301525767
Binary11100001100001010101101010100111000110001101010101111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70C256

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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