#70D98D

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

Shades of Silver Tree #70D98D

Tints of Silver Tree #70D98D

Color information

#70D98D (or 0x70D98D) is unknown color: approx Silver Tree. HEX triplet: 70, D9 and 8D. RGB value is (112,217,141). Sum of RGB (Red+Green+Blue) = 112+217+141=470 (62% of max value = 765). Red value is 112 (44.14% from 255 or 23.83% from 470); Green value is 217 (85.16% from 255 or 46.17% from 470); Blue value is 141 (55.47% from 255 or 30% from 470); Max value from RGB is 217 - color contains mainly: green. Hex color #70D98D is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #70D98D is #8F2672. Grayscale: #B1B1B1. Windows color (decimal): -9381491 or 9296240. OLE color: 9296240.

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

Color convert

RGB112217141-
CMYK0.4800.350.15
HSL136.57º58.01%64.51%-
HSV(B)136.57º48.39%85.1%-
XYZ36.354.9933.9-
YUV176.94107.7181.68-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 23.83%
GREEN value IS 217 (85.16% from 255) = 46.17%
BLUE value IS 141 (55.47% from 255) = 30%
R=23.83%
G=46.17%
B=30%

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
Decimal1122171410.4800.350.15136.5758.0164.51
Hex70D98D30023F893a41
Octal160331215600431721172101
Binary1110000110110011000110111000001000111111100010011110101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70D98D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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