#70DA56

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

Shades of Mantis #70DA56

Tints of Mantis #70DA56

Color information

#70DA56 (or 0x70DA56) is unknown color: approx Mantis. HEX triplet: 70, DA and 56. RGB value is (112,218,86). Sum of RGB (Red+Green+Blue) = 112+218+86=416 (55% of max value = 765). Red value is 112 (44.14% from 255 or 26.92% from 416); Green value is 218 (85.55% from 255 or 52.40% from 416); Blue value is 86 (33.98% from 255 or 20.67% from 416); Max value from RGB is 218 - color contains mainly: green. Hex color #70DA56 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #70DA56 is #8F25A9. Grayscale: #ABABAB. Windows color (decimal): -9381290 or 5692016. OLE color: 5692016.

HSL color Cylindrical-coordinate representation of color #70DA56: hue angle of 108.18º degrees, saturation: 0.64, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #70DA56 is Cyan = 0.49, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.15.

Color convert

RGB11221886-
CMYK0.4900.610.15
HSL108.18º64.08%59.61%-
HSV(B)108.18º60.55%85.49%-
XYZ33.4354.2617.52-
YUV171.2679.8885.73-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 26.92%
GREEN value IS 218 (85.55% from 255) = 52.40%
BLUE value IS 86 (33.98% from 255) = 20.67%
R=26.92%
G=52.40%
B=20.67%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal112218860.4900.610.15108.1864.0859.61
Hex70DA563103DF6c403c
Octal160332126610751715410074
Binary11100001101101010101101100010111101111111011001000000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70DA56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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