#70D996

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

Shades of Silver Tree #70D996

Tints of Silver Tree #70D996

Color information

#70D996 (or 0x70D996) is unknown color: approx Silver Tree. HEX triplet: 70, D9 and 96. RGB value is (112,217,150). Sum of RGB (Red+Green+Blue) = 112+217+150=479 (63% of max value = 765). Red value is 112 (44.14% from 255 or 23.38% from 479); Green value is 217 (85.16% from 255 or 45.30% from 479); Blue value is 150 (58.98% from 255 or 31.32% from 479); Max value from RGB is 217 - color contains mainly: green. Hex color #70D996 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #70D996 is #8F2669. Grayscale: #B2B2B2. Windows color (decimal): -9381482 or 9886064. OLE color: 9886064.

HSL color Cylindrical-coordinate representation of color #70D996: hue angle of 141.71º degrees, saturation: 0.58, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #70D996 is Cyan = 0.48, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.15.

Color convert

RGB112217150-
CMYK0.4800.310.15
HSL141.71º58.01%64.51%-
HSV(B)141.71º48.39%85.1%-
XYZ3755.2737.57-
YUV177.97112.2180.95-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 23.38%
GREEN value IS 217 (85.16% from 255) = 45.30%
BLUE value IS 150 (58.98% from 255) = 31.32%
R=23.38%
G=45.30%
B=31.32%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1122171500.4800.310.15141.7158.0164.51
Hex70D9963001FF8e3a41
Octal160331226600371721672101
Binary111000011011001100101101100000111111111100011101110101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70D996

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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