Html Css Color HEX #70D38E Silver Tree

📋 copy color: '#70D38E'

red 112 ◦ green 211 ◦ blue 142

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

Shades of Silver Tree #70D38E

Tints of Silver Tree #70D38E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 30.54%

R = 24.09%
G = 45.38%
B = 30.54%

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

#70D38E (or 0x70D38E) is known color: Silver Tree. HEX triplet: 70, D3 and 8E. RGB value is (112,211,142). Sum of RGB (Red+Green+Blue) = 112+211+142=465 (61% of max value = 765). Red value is 112 (44.14% from 255 or 24.09% from 465); Green value is 211 (82.81% from 255 or 45.38% from 465); Blue value is 142 (55.86% from 255 or 30.54% from 465); Max value from RGB is 211 - color contains mainly: green. Hex color #70D38E is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #70D38E is #8F2C71. Grayscale: #ADADAD. Windows color (decimal): -9383026 or 9360240. OLE color: 9360240.

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

Color convert

RGB 112 211 142 -
CMYK 0.47 0 0.33 0.17
HSL 138.18º 0.53% 0.63% -
HSV(B) 138.18º 0.47% 0.83% -
XYZ 34.86 51.99 33.79 -
YUV 173.53 110.2 84.11 -
System Red Green Blue C M Y K H S L
Decimal 112 211 142 0.47 0 0.33 0.17 138.18 0.53 0.63
Hex 70 D3 8E 2F 0 21 11 8A 35 3F
Octal 160 323 216 57 0 41 21 212 65 77
Binary 1110000 11010011 10001110 101111 0 100001 10001 10001010 110101 111111

Color Harmonies of #70D38E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70D38E

Black with #70D38E

Text Example


Text Example

White with #70D38E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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