Html Css Color HEX #70D38D Silver Tree

📋 copy color: '#70D38D'

red 112 ◦ green 211 ◦ blue 141

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

Shades of Silver Tree #70D38D

Tints of Silver Tree #70D38D

RGB

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

 GREEN value IS 211 (82.81% from 255) = 45.47%

 BLUE value IS 141 (55.47% from 255) = 30.39%

R = 24.14%
G = 45.47%
B = 30.39%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.33

 K value IS 0.17

RGB Variations

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

Color information

#70D38D (or 0x70D38D) is known color: Silver Tree. HEX triplet: 70, D3 and 8D. RGB value is (112,211,141). Sum of RGB (Red+Green+Blue) = 112+211+141=464 (61% of max value = 765). Red value is 112 (44.14% from 255 or 24.14% from 464); Green value is 211 (82.81% from 255 or 45.47% from 464); Blue value is 141 (55.47% from 255 or 30.39% from 464); Max value from RGB is 211 - color contains mainly: green. Hex color #70D38D is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #70D38D is #8F2C72. Grayscale: #ADADAD. Windows color (decimal): -9383027 or 9294704. OLE color: 9294704.

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

Color convert

RGB 112 211 141 -
CMYK 0.47 0 0.33 0.17
HSL 137.58º 0.53% 0.63% -
HSV(B) 137.58º 0.47% 0.83% -
XYZ 34.78 51.96 33.39 -
YUV 173.42 109.7 84.19 -
System Red Green Blue C M Y K H S L
Decimal 112 211 141 0.47 0 0.33 0.17 137.58 0.53 0.63
Hex 70 D3 8D 2F 0 21 11 8A 35 3F
Octal 160 323 215 57 0 41 21 212 65 77
Binary 1110000 11010011 10001101 101111 0 100001 10001 10001010 110101 111111

Color Harmonies of #70D38D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70D38D

Black with #70D38D

Text Example


Text Example

White with #70D38D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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