Html Css Color HEX #70D895 Silver Tree

📋 copy color: '#70D895'

red 112 ◦ green 216 ◦ blue 149

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

Shades of Silver Tree #70D895

Tints of Silver Tree #70D895

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 31.24%

R = 23.48%
G = 45.28%
B = 31.24%

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

#70D895 (or 0x70D895) is known color: Silver Tree. HEX triplet: 70, D8 and 95. RGB value is (112,216,149). Sum of RGB (Red+Green+Blue) = 112+216+149=477 (63% of max value = 765). Red value is 112 (44.14% from 255 or 23.48% from 477); Green value is 216 (84.77% from 255 or 45.28% from 477); Blue value is 149 (58.59% from 255 or 31.24% from 477); Max value from RGB is 216 - color contains mainly: green. Hex color #70D895 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #70D895 is #8F276A. Grayscale: #B1B1B1. Windows color (decimal): -9381739 or 9820272. OLE color: 9820272.

HSL color Cylindrical-coordinate representation of color #70D895: hue angle of 141.35º 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 #70D895 is Cyan = 0.48, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.15.

Color convert

RGB 112 216 149 -
CMYK 0.48 0 0.31 0.15
HSL 141.35º 0.57% 0.64% -
HSV(B) 141.35º 0.48% 0.85% -
XYZ 36.66 54.73 37.06 -
YUV 177.27 112.04 81.45 -
System Red Green Blue C M Y K H S L
Decimal 112 216 149 0.48 0 0.31 0.15 141.35 0.57 0.64
Hex 70 D8 95 30 0 1F F 8D 39 40
Octal 160 330 225 60 0 37 17 215 71 100
Binary 1110000 11011000 10010101 110000 0 11111 1111 10001101 111001 1000000

Color Harmonies of #70D895

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70D895

Black with #70D895

Text Example


Text Example

White with #70D895

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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