#70D495

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

Shades of Silver Tree #70D495

Tints of Silver Tree #70D495

Color information

#70D495 (or 0x70D495) is unknown color: approx Silver Tree. HEX triplet: 70, D4 and 95. RGB value is (112,212,149). Sum of RGB (Red+Green+Blue) = 112+212+149=473 (62% of max value = 765). Red value is 112 (44.14% from 255 or 23.68% from 473); Green value is 212 (83.20% from 255 or 44.82% from 473); Blue value is 149 (58.59% from 255 or 31.50% from 473); Max value from RGB is 212 - color contains mainly: green. Hex color #70D495 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #70D495 is #8F2B6A. Grayscale: #AFAFAF. Windows color (decimal): -9382763 or 9819248. OLE color: 9819248.

HSL color Cylindrical-coordinate representation of color #70D495: hue angle of 142.2º degrees, saturation: 0.54, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #70D495 is Cyan = 0.47, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.17.

Color convert

RGB112212149-
CMYK0.4700.300.17
HSL142.2º53.76%63.53%-
HSV(B)142.2º47.17%83.14%-
XYZ35.6552.736.73-
YUV174.92113.3783.12-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 23.68%
GREEN value IS 212 (83.20% from 255) = 44.82%
BLUE value IS 149 (58.59% from 255) = 31.50%
R=23.68%
G=44.82%
B=31.50%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1122121490.4700.300.17142.253.7663.53
Hex70D4952F01E118e3640
Octal160324225570362121666100
Binary1110000110101001001010110111101111010001100011101101101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70D495

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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