#70D199

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

Shades of Silver Tree #70D199

Tints of Silver Tree #70D199

Color information

#70D199 (or 0x70D199) is unknown color: approx Silver Tree. HEX triplet: 70, D1 and 99. RGB value is (112,209,153). Sum of RGB (Red+Green+Blue) = 112+209+153=474 (62% of max value = 765). Red value is 112 (44.14% from 255 or 23.63% from 474); Green value is 209 (82.03% from 255 or 44.09% from 474); Blue value is 153 (60.16% from 255 or 32.28% from 474); Max value from RGB is 209 - color contains mainly: green. Hex color #70D199 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #70D199 is #8F2E66. Grayscale: #ADADAD. Windows color (decimal): -9383527 or 10080624. OLE color: 10080624.

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

Color convert

RGB112209153-
CMYK0.4600.270.18
HSL145.36º51.32%62.94%-
HSV(B)145.36º46.41%81.96%-
XYZ35.2351.3538.19-
YUV173.61116.3684.05-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 23.63%
GREEN value IS 209 (82.03% from 255) = 44.09%
BLUE value IS 153 (60.16% from 255) = 32.28%
R=23.63%
G=44.09%
B=32.28%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1122091530.4600.270.18145.3651.3262.94
Hex70D1992E01B1291333f
Octal16032123156033222216377
Binary111000011010001100110011011100110111001010010001110011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70D199

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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