#70D295

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

Shades of Silver Tree #70D295

Tints of Silver Tree #70D295

Color information

#70D295 (or 0x70D295) is unknown color: approx Silver Tree. HEX triplet: 70, D2 and 95. RGB value is (112,210,149). Sum of RGB (Red+Green+Blue) = 112+210+149=471 (62% of max value = 765). Red value is 112 (44.14% from 255 or 23.78% from 471); Green value is 210 (82.42% from 255 or 44.59% from 471); Blue value is 149 (58.59% from 255 or 31.63% from 471); Max value from RGB is 210 - color contains mainly: green. Hex color #70D295 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #70D295 is #8F2D6A. Grayscale: #ADADAD. Windows color (decimal): -9383275 or 9818736. OLE color: 9818736.

HSL color Cylindrical-coordinate representation of color #70D295: hue angle of 142.65º degrees, saturation: 0.52, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #70D295 is Cyan = 0.47, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.18.

Color convert

RGB112210149-
CMYK0.4700.290.18
HSL142.65º52.13%63.14%-
HSV(B)142.65º46.67%82.35%-
XYZ35.1551.7136.56-
YUV173.74114.0383.96-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 23.78%
GREEN value IS 210 (82.42% from 255) = 44.59%
BLUE value IS 149 (58.59% from 255) = 31.63%
R=23.78%
G=44.59%
B=31.63%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1122101490.4700.290.18142.6552.1363.14
Hex70D2952F01D128f343f
Octal16032222557035222176477
Binary111000011010010100101011011110111011001010001111110100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70D295

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,210,149); }

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

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

 a { background-color: rgb(112,210,149); }

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

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

 span { border-color: rgb(112,210,149); }

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