#70D999

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

Shades of Silver Tree #70D999

Tints of Silver Tree #70D999

Color information

#70D999 (or 0x70D999) is unknown color: approx Silver Tree. HEX triplet: 70, D9 and 99. RGB value is (112,217,153). Sum of RGB (Red+Green+Blue) = 112+217+153=482 (63% of max value = 765). Red value is 112 (44.14% from 255 or 23.24% from 482); Green value is 217 (85.16% from 255 or 45.02% from 482); Blue value is 153 (60.16% from 255 or 31.74% from 482); Max value from RGB is 217 - color contains mainly: green. Hex color #70D999 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #70D999 is #8F2666. Grayscale: #B2B2B2. Windows color (decimal): -9381479 or 10082672. OLE color: 10082672.

HSL color Cylindrical-coordinate representation of color #70D999: hue angle of 143.43º degrees, saturation: 0.58, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #70D999 is Cyan = 0.48, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.15.

Color convert

RGB112217153-
CMYK0.4800.290.15
HSL143.43º58.01%64.51%-
HSV(B)143.43º48.39%85.1%-
XYZ37.2455.3738.86-
YUV178.31113.7180.7-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 23.24%
GREEN value IS 217 (85.16% from 255) = 45.02%
BLUE value IS 153 (60.16% from 255) = 31.74%
R=23.24%
G=45.02%
B=31.74%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1122171530.4800.290.15143.4358.0164.51
Hex70D9993001DF8f3a41
Octal160331231600351721772101
Binary111000011011001100110011100000111011111100011111110101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70D999

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,217,153); }

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

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

 a { background-color: rgb(112,217,153); }

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

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

 span { border-color: rgb(112,217,153); }

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