Html Css Color HEX #70D48B Silver Tree

📋 copy color: '#70D48B'

red 112 ◦ green 212 ◦ blue 139

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

Shades of Silver Tree #70D48B

Tints of Silver Tree #70D48B

RGB

 RED value IS 112 (44.14% from 255) = 24.19%

 GREEN value IS 212 (83.2% from 255) = 45.79%

 BLUE value IS 139 (54.69% from 255) = 30.02%

R = 24.19%
G = 45.79%
B = 30.02%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.34

 K value IS 0.17

RGB Variations

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

Color information

#70D48B (or 0x70D48B) is known color: Silver Tree. HEX triplet: 70, D4 and 8B. RGB value is (112,212,139). Sum of RGB (Red+Green+Blue) = 112+212+139=463 (61% of max value = 765). Red value is 112 (44.14% from 255 or 24.19% from 463); Green value is 212 (83.20% from 255 or 45.79% from 463); Blue value is 139 (54.69% from 255 or 30.02% from 463); Max value from RGB is 212 - color contains mainly: green. Hex color #70D48B is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #70D48B is #8F2B74. Grayscale: #ADADAD. Windows color (decimal): -9382773 or 9163888. OLE color: 9163888.

HSL color Cylindrical-coordinate representation of color #70D48B: hue angle of 136.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 #70D48B is Cyan = 0.47, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.17.

Color convert

RGB 112 212 139 -
CMYK 0.47 0 0.34 0.17
HSL 136.2º 0.54% 0.64% -
HSV(B) 136.2º 0.47% 0.83% -
XYZ 34.89 52.4 32.7 -
YUV 173.78 108.37 83.94 -
System Red Green Blue C M Y K H S L
Decimal 112 212 139 0.47 0 0.34 0.17 136.2 0.54 0.64
Hex 70 D4 8B 2F 0 22 11 88 36 40
Octal 160 324 213 57 0 42 21 210 66 100
Binary 1110000 11010100 10001011 101111 0 100010 10001 10001000 110110 1000000

Color Harmonies of #70D48B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70D48B

Black with #70D48B

Text Example


Text Example

White with #70D48B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #70D48B;
 }
 .AnyTagClassName
 {
   color: #70D48B;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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