#70D956

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

Shades of Mantis #70D956

Tints of Mantis #70D956

Color information

#70D956 (or 0x70D956) is unknown color: approx Mantis. HEX triplet: 70, D9 and 56. RGB value is (112,217,86). Sum of RGB (Red+Green+Blue) = 112+217+86=415 (54% of max value = 765). Red value is 112 (44.14% from 255 or 26.99% from 415); Green value is 217 (85.16% from 255 or 52.29% from 415); Blue value is 86 (33.98% from 255 or 20.72% from 415); Max value from RGB is 217 - color contains mainly: green. Hex color #70D956 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #70D956 is #8F26A9. Grayscale: #ABABAB. Windows color (decimal): -9381546 or 5691760. OLE color: 5691760.

HSL color Cylindrical-coordinate representation of color #70D956: hue angle of 108.09º degrees, saturation: 0.63, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #70D956 is Cyan = 0.48, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.15.

Color convert

RGB11221786-
CMYK0.4800.600.15
HSL108.09º63.29%59.41%-
HSV(B)108.09º60.37%85.1%-
XYZ33.1753.7417.43-
YUV170.6780.2186.15-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 26.99%
GREEN value IS 217 (85.16% from 255) = 52.29%
BLUE value IS 86 (33.98% from 255) = 20.72%
R=26.99%
G=52.29%
B=20.72%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal112217860.4800.600.15108.0963.2959.41
Hex70D9563003CF6c3f3b
Octal16033112660074171547773
Binary1110000110110011010110110000011110011111101100111111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70D956

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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