Html Css Color HEX #70D991 Silver Tree

📋 copy color: '#70D991'

red 112 ◦ green 217 ◦ blue 145

#70D991
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Silver Tree #70D991

Tints of Silver Tree #70D991

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 value IS 0.48

 M value IS 0

 Y value IS 0.33

 K value IS 0.15

RGB Variations

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

Color information

#70D991 (or 0x70D991) is known color: 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

RGB 112 217 145 -
CMYK 0.48 0 0.33 0.15
HSL 138.86º 0.58% 0.65% -
HSV(B) 138.86º 0.48% 0.85% -
XYZ 36.61 55.11 35.5 -
YUV 177.4 109.71 81.35 -
System Red Green Blue C M Y K H S L
Decimal 112 217 145 0.48 0 0.33 0.15 138.86 0.58 0.65
Hex 70 D9 91 30 0 21 F 8B 3A 41
Octal 160 331 221 60 0 41 17 213 72 101
Binary 1110000 11011001 10010001 110000 0 100001 1111 10001011 111010 1000001

Color Harmonies of #70D991

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70D991

Black with #70D991

Text Example


Text Example

White with #70D991

Text Example


Text Example

HTML Codes & Css Web 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>