Html Css Color HEX #70D590 Silver Tree

📋 copy color: '#70D590'

red 112 ◦ green 213 ◦ blue 144

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

Shades of Silver Tree #70D590

Tints of Silver Tree #70D590

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 30.7%

R = 23.88%
G = 45.42%
B = 30.7%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.32

 K value IS 0.16

RGB Variations

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

Color information

#70D590 (or 0x70D590) is known color: Silver Tree. HEX triplet: 70, D5 and 90. RGB value is (112,213,144). Sum of RGB (Red+Green+Blue) = 112+213+144=469 (62% of max value = 765). Red value is 112 (44.14% from 255 or 23.88% from 469); Green value is 213 (83.59% from 255 or 45.42% from 469); Blue value is 144 (56.64% from 255 or 30.70% from 469); Max value from RGB is 213 - color contains mainly: green. Hex color #70D590 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #70D590 is #8F2A6F. Grayscale: #AFAFAF. Windows color (decimal): -9382512 or 9491824. OLE color: 9491824.

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

Color convert

RGB 112 213 144 -
CMYK 0.47 0 0.32 0.16
HSL 139.01º 0.55% 0.64% -
HSV(B) 139.01º 0.47% 0.84% -
XYZ 35.51 53.05 34.75 -
YUV 174.94 110.54 83.11 -
System Red Green Blue C M Y K H S L
Decimal 112 213 144 0.47 0 0.32 0.16 139.01 0.55 0.64
Hex 70 D5 90 2F 0 20 10 8B 37 40
Octal 160 325 220 57 0 40 20 213 67 100
Binary 1110000 11010101 10010000 101111 0 100000 10000 10001011 110111 1000000

Color Harmonies of #70D590

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70D590

Black with #70D590

Text Example


Text Example

White with #70D590

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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