Html Css Color HEX #70D896 Silver Tree

📋 copy color: '#70D896'

red 112 ◦ green 216 ◦ blue 150

#70D896
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Silver Tree #70D896

Tints of Silver Tree #70D896

RGB

 RED value IS 112 (44.14% from 255) = 23.43%

 GREEN value IS 216 (84.77% from 255) = 45.19%

 BLUE value IS 150 (58.98% from 255) = 31.38%

R = 23.43%
G = 45.19%
B = 31.38%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.31

 K value IS 0.15

RGB Variations

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

Color information

#70D896 (or 0x70D896) is known color: Silver Tree. HEX triplet: 70, D8 and 96. RGB value is (112,216,150). Sum of RGB (Red+Green+Blue) = 112+216+150=478 (63% of max value = 765). Red value is 112 (44.14% from 255 or 23.43% from 478); Green value is 216 (84.77% from 255 or 45.19% from 478); Blue value is 150 (58.98% from 255 or 31.38% from 478); Max value from RGB is 216 - color contains mainly: green. Hex color #70D896 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #70D896 is #8F2769. Grayscale: #B1B1B1. Windows color (decimal): -9381738 or 9885808. OLE color: 9885808.

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

Color convert

RGB 112 216 150 -
CMYK 0.48 0 0.31 0.15
HSL 141.92º 0.57% 0.64% -
HSV(B) 141.92º 0.48% 0.85% -
XYZ 36.74 54.76 37.49 -
YUV 177.38 112.54 81.37 -
System Red Green Blue C M Y K H S L
Decimal 112 216 150 0.48 0 0.31 0.15 141.92 0.57 0.64
Hex 70 D8 96 30 0 1F F 8E 39 40
Octal 160 330 226 60 0 37 17 216 71 100
Binary 1110000 11011000 10010110 110000 0 11111 1111 10001110 111001 1000000

Color Harmonies of #70D896

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70D896

Black with #70D896

Text Example


Text Example

White with #70D896

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #70D896;
 }
 .AnyTagClassName
 {
   color: #70D896;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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