#70D991

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

Shades of Silver Tree #70D991

Tints of Silver Tree #70D991

Color information

#70D991 (or 0x70D991) is unknown color: approx Silver Tree. HEX triplet: 70, D9 and 91. RGB value is (112,217,145). Sum of RGB (Red+Green+Blue) = 112+217+145=474 (62% of max value = 765). Red value is 112 (44.14% from 255 or 23.63% from 474); Green value is 217 (85.16% from 255 or 45.78% from 474); Blue value is 145 (57.03% from 255 or 30.59% from 474); Max value from RGB is 217 - color contains mainly: green. Hex color #70D991 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #70D991 is #8F266E. Grayscale: #B1B1B1. Windows color (decimal): -9381487 or 9558384. OLE color: 9558384.

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

Color convert

RGB112217145-
CMYK0.4800.330.15
HSL138.86º58.01%64.51%-
HSV(B)138.86º48.39%85.1%-
XYZ36.6155.1135.5-
YUV177.4109.7181.35-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 23.63%
GREEN value IS 217 (85.16% from 255) = 45.78%
BLUE value IS 145 (57.03% from 255) = 30.59%
R=23.63%
G=45.78%
B=30.59%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1122171450.4800.330.15138.8658.0164.51
Hex70D99130021F8b3a41
Octal160331221600411721372101
Binary1110000110110011001000111000001000011111100010111110101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70D991

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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