Html Css Color HEX #70DD90 Silver Tree

📋 copy color: '#70DD90'

red 112 ◦ green 221 ◦ blue 144

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

Shades of Silver Tree #70DD90

Tints of Silver Tree #70DD90

RGB

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

 GREEN value IS 221 (86.72% from 255) = 46.33%

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

R = 23.48%
G = 46.33%
B = 30.19%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.35

 K value IS 0.13

RGB Variations

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

Color information

#70DD90 (or 0x70DD90) is known color: Silver Tree. HEX triplet: 70, DD and 90. RGB value is (112,221,144). Sum of RGB (Red+Green+Blue) = 112+221+144=477 (63% of max value = 765). Red value is 112 (44.14% from 255 or 23.48% from 477); Green value is 221 (86.72% from 255 or 46.33% from 477); Blue value is 144 (56.64% from 255 or 30.19% from 477); Max value from RGB is 221 - color contains mainly: green. Hex color #70DD90 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #70DD90 is #8F226F. Grayscale: #B3B3B3. Windows color (decimal): -9380464 or 9493872. OLE color: 9493872.

HSL color Cylindrical-coordinate representation of color #70DD90: hue angle of 137.61º degrees, saturation: 0.62, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #70DD90 is Cyan = 0.49, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.13.

Color convert

RGB 112 221 144 -
CMYK 0.49 0 0.35 0.13
HSL 137.61º 0.62% 0.65% -
HSV(B) 137.61º 0.49% 0.87% -
XYZ 37.57 57.17 35.44 -
YUV 179.63 107.89 79.76 -
System Red Green Blue C M Y K H S L
Decimal 112 221 144 0.49 0 0.35 0.13 137.61 0.62 0.65
Hex 70 DD 90 31 0 23 D 8A 3E 41
Octal 160 335 220 61 0 43 15 212 76 101
Binary 1110000 11011101 10010000 110001 0 100011 1101 10001010 111110 1000001

Color Harmonies of #70DD90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70DD90

Black with #70DD90

Text Example


Text Example

White with #70DD90

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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