#70D88D

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

Shades of Silver Tree #70D88D

Tints of Silver Tree #70D88D

Color information

#70D88D (or 0x70D88D) is unknown color: approx Silver Tree. HEX triplet: 70, D8 and 8D. RGB value is (112,216,141). Sum of RGB (Red+Green+Blue) = 112+216+141=469 (62% of max value = 765). Red value is 112 (44.14% from 255 or 23.88% from 469); Green value is 216 (84.77% from 255 or 46.06% from 469); Blue value is 141 (55.47% from 255 or 30.06% from 469); Max value from RGB is 216 - color contains mainly: green. Hex color #70D88D is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #70D88D is #8F2772. Grayscale: #B0B0B0. Windows color (decimal): -9381747 or 9295984. OLE color: 9295984.

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

Color convert

RGB112216141-
CMYK0.4800.350.15
HSL136.73º57.14%64.31%-
HSV(B)136.73º48.15%84.71%-
XYZ36.0554.4833.82-
YUV176.35108.0482.1-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 23.88%
GREEN value IS 216 (84.77% from 255) = 46.06%
BLUE value IS 141 (55.47% from 255) = 30.06%
R=23.88%
G=46.06%
B=30.06%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1122161410.4800.350.15136.7357.1464.31
Hex70D88D30023F893940
Octal160330215600431721171100
Binary1110000110110001000110111000001000111111100010011110011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70D88D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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