#70DD98

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

Shades of Silver Tree #70DD98

Tints of Silver Tree #70DD98

Color information

#70DD98 (or 0x70DD98) is unknown color: approx Silver Tree. HEX triplet: 70, DD and 98. RGB value is (112,221,152). Sum of RGB (Red+Green+Blue) = 112+221+152=485 (64% of max value = 765). Red value is 112 (44.14% from 255 or 23.09% from 485); Green value is 221 (86.72% from 255 or 45.57% from 485); Blue value is 152 (59.77% from 255 or 31.34% from 485); Max value from RGB is 221 - color contains mainly: green. Hex color #70DD98 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #70DD98 is #8F2267. Grayscale: #B4B4B4. Windows color (decimal): -9380456 or 10018160. OLE color: 10018160.

HSL color Cylindrical-coordinate representation of color #70DD98: hue angle of 142.02º 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 #70DD98 is Cyan = 0.49, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.13.

Color convert

RGB112221152-
CMYK0.4900.310.13
HSL142.02º61.58%65.29%-
HSV(B)142.02º49.32%86.67%-
XYZ38.2157.4238.78-
YUV180.54111.8979.11-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 23.09%
GREEN value IS 221 (86.72% from 255) = 45.57%
BLUE value IS 152 (59.77% from 255) = 31.34%
R=23.09%
G=45.57%
B=31.34%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1122211520.4900.310.13142.0261.5865.29
Hex70DD983101FD8e3e41
Octal160335230610371521676101
Binary111000011011101100110001100010111111101100011101111101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70DD98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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