#70C38D

Color #70C38D Silver Tree (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Silver Tree #70C38D

Tints of Silver Tree #70C38D

Color information

#70C38D (or 0x70C38D) is unknown color: approx Silver Tree. HEX triplet: 70, C3 and 8D. RGB value is (112,195,141). Sum of RGB (Red+Green+Blue) = 112+195+141=448 (59% of max value = 765). Red value is 112 (44.14% from 255 or 25% from 448); Green value is 195 (76.56% from 255 or 43.53% from 448); Blue value is 141 (55.47% from 255 or 31.47% from 448); Max value from RGB is 195 - color contains mainly: green. Hex color #70C38D is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #70C38D is #8F3C72. Grayscale: #A4A4A4. Windows color (decimal): -9387123 or 9290608. OLE color: 9290608.

HSL color Cylindrical-coordinate representation of color #70C38D: hue angle of 140.96º degrees, saturation: 0.41, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #70C38D is Cyan = 0.43, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.24.

Color convert

RGB112195141-
CMYK0.4300.280.24
HSL140.96º40.89%60.2%-
HSV(B)140.96º42.56%76.47%-
XYZ3144.432.13-
YUV164.0311590.89-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 25%
GREEN value IS 195 (76.56% from 255) = 43.53%
BLUE value IS 141 (55.47% from 255) = 31.47%
R=25%
G=43.53%
B=31.47%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1121951410.4300.280.24140.9640.8960.2
Hex70C38D2B01C188d293c
Octal16030321553034302155174
Binary111000011000011100011011010110111001100010001101101001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70C38D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #70C38D;
 }
 .AnyTagClassName
 {
   color: #70C38D;
 }
</style>
background-color css

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

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

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

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

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

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