#70DB93

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

Shades of Silver Tree #70DB93

Tints of Silver Tree #70DB93

Color information

#70DB93 (or 0x70DB93) is unknown color: approx Silver Tree. HEX triplet: 70, DB and 93. RGB value is (112,219,147). Sum of RGB (Red+Green+Blue) = 112+219+147=478 (63% of max value = 765). Red value is 112 (44.14% from 255 or 23.43% from 478); Green value is 219 (85.94% from 255 or 45.82% from 478); Blue value is 147 (57.81% from 255 or 30.75% from 478); Max value from RGB is 219 - color contains mainly: green. Hex color #70DB93 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #70DB93 is #8F246C. Grayscale: #B2B2B2. Windows color (decimal): -9380973 or 9689968. OLE color: 9689968.

HSL color Cylindrical-coordinate representation of color #70DB93: hue angle of 139.63º degrees, saturation: 0.6, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #70DB93 is Cyan = 0.49, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.14.

Color convert

RGB112219147-
CMYK0.4900.330.14
HSL139.63º59.78%64.9%-
HSV(B)139.63º48.86%85.88%-
XYZ37.2856.2136.49-
YUV178.8110.0580.35-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 23.43%
GREEN value IS 219 (85.94% from 255) = 45.82%
BLUE value IS 147 (57.81% from 255) = 30.75%
R=23.43%
G=45.82%
B=30.75%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1122191470.4900.330.14139.6359.7864.9
Hex70DB9331021E8c3c41
Octal160333223610411621474101
Binary1110000110110111001001111000101000011110100011001111001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70DB93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,219,147); }

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

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

 a { background-color: rgb(112,219,147); }

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

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

 span { border-color: rgb(112,219,147); }

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