Html Css Color HEX #70D794 Silver Tree

📋 copy color: '#70D794'

red 112 ◦ green 215 ◦ blue 148

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

Shades of Silver Tree #70D794

Tints of Silver Tree #70D794

RGB

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

 GREEN value IS 215 (84.38% from 255) = 45.26%

 BLUE value IS 148 (58.2% from 255) = 31.16%

R = 23.58%
G = 45.26%
B = 31.16%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.31

 K value IS 0.16

RGB Variations

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

Color information

#70D794 (or 0x70D794) is known color: Silver Tree. HEX triplet: 70, D7 and 94. RGB value is (112,215,148). Sum of RGB (Red+Green+Blue) = 112+215+148=475 (62% of max value = 765). Red value is 112 (44.14% from 255 or 23.58% from 475); Green value is 215 (84.38% from 255 or 45.26% from 475); Blue value is 148 (58.20% from 255 or 31.16% from 475); Max value from RGB is 215 - color contains mainly: green. Hex color #70D794 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #70D794 is #8F286B. Grayscale: #B0B0B0. Windows color (decimal): -9381996 or 9754480. OLE color: 9754480.

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

Color convert

RGB 112 215 148 -
CMYK 0.48 0 0.31 0.16
HSL 140.97º 0.56% 0.64% -
HSV(B) 140.97º 0.48% 0.84% -
XYZ 36.33 54.18 36.56 -
YUV 176.57 111.88 81.95 -
System Red Green Blue C M Y K H S L
Decimal 112 215 148 0.48 0 0.31 0.16 140.97 0.56 0.64
Hex 70 D7 94 30 0 1F 10 8D 38 40
Octal 160 327 224 60 0 37 20 215 70 100
Binary 1110000 11010111 10010100 110000 0 11111 10000 10001101 111000 1000000

Color Harmonies of #70D794

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70D794

Black with #70D794

Text Example


Text Example

White with #70D794

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,215,148); }

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

background-color css

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

 a { background-color: rgb(112,215,148); }

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

border-color css

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

 span { border-color: rgb(112,215,148); }

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