Html Css Color HEX #70D596 Silver Tree

📋 copy color: '#70D596'

red 112 ◦ green 213 ◦ blue 150

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

Shades of Silver Tree #70D596

Tints of Silver Tree #70D596

RGB

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

 GREEN value IS 213 (83.59% from 255) = 44.84%

 BLUE value IS 150 (58.98% from 255) = 31.58%

R = 23.58%
G = 44.84%
B = 31.58%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.30

 K value IS 0.16

RGB Variations

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

Color information

#70D596 (or 0x70D596) is known color: Silver Tree. HEX triplet: 70, D5 and 96. RGB value is (112,213,150). Sum of RGB (Red+Green+Blue) = 112+213+150=475 (62% of max value = 765). Red value is 112 (44.14% from 255 or 23.58% from 475); Green value is 213 (83.59% from 255 or 44.84% from 475); Blue value is 150 (58.98% from 255 or 31.58% from 475); Max value from RGB is 213 - color contains mainly: green. Hex color #70D596 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #70D596 is #8F2A69. Grayscale: #AFAFAF. Windows color (decimal): -9382506 or 9885040. OLE color: 9885040.

HSL color Cylindrical-coordinate representation of color #70D596: hue angle of 142.57º degrees, saturation: 0.55, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #70D596 is Cyan = 0.47, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.16.

Color convert

RGB 112 213 150 -
CMYK 0.47 0 0.30 0.16
HSL 142.57º 0.55% 0.64% -
HSV(B) 142.57º 0.47% 0.84% -
XYZ 35.98 53.24 37.23 -
YUV 175.62 113.54 82.62 -
System Red Green Blue C M Y K H S L
Decimal 112 213 150 0.47 0 0.30 0.16 142.57 0.55 0.64
Hex 70 D5 96 2F 0 1E 10 8F 37 40
Octal 160 325 226 57 0 36 20 217 67 100
Binary 1110000 11010101 10010110 101111 0 11110 10000 10001111 110111 1000000

Color Harmonies of #70D596

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70D596

Black with #70D596

Text Example


Text Example

White with #70D596

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,213,150); }

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

background-color css

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

 a { background-color: rgb(112,213,150); }

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

border-color css

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

 span { border-color: rgb(112,213,150); }

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