#70D78E

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

Shades of Silver Tree #70D78E

Tints of Silver Tree #70D78E

Color information

#70D78E (or 0x70D78E) is unknown color: approx Silver Tree. HEX triplet: 70, D7 and 8E. RGB value is (112,215,142). Sum of RGB (Red+Green+Blue) = 112+215+142=469 (62% of max value = 765). Red value is 112 (44.14% from 255 or 23.88% from 469); Green value is 215 (84.38% from 255 or 45.84% from 469); Blue value is 142 (55.86% from 255 or 30.28% from 469); Max value from RGB is 215 - color contains mainly: green. Hex color #70D78E is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #70D78E is #8F2871. Grayscale: #B0B0B0. Windows color (decimal): -9382002 or 9361264. OLE color: 9361264.

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

Color convert

RGB112215142-
CMYK0.4800.340.16
HSL137.48º56.28%64.12%-
HSV(B)137.48º47.91%84.31%-
XYZ35.875434.12-
YUV175.88108.8882.44-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 23.88%
GREEN value IS 215 (84.38% from 255) = 45.84%
BLUE value IS 142 (55.86% from 255) = 30.28%
R=23.88%
G=45.84%
B=30.28%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1122151420.4800.340.16137.4856.2864.12
Hex70D78E3002210893840
Octal160327216600422021170100
Binary11100001101011110001110110000010001010000100010011110001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70D78E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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