#70e193

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

Shades of Silver Tree #70E193

Tints of Silver Tree #70E193

Color information

#70E193 (or 0x70E193) is unknown color: approx Silver Tree. HEX triplet: 70, E1 and 93. RGB value is (112,225,147). Sum of RGB (Red+Green+Blue) = 112+225+147=484 (64% of max value = 765). Red value is 112 (44.14% from 255 or 23.14% from 484); Green value is 225 (88.28% from 255 or 46.49% from 484); Blue value is 147 (57.81% from 255 or 30.37% from 484); Max value from RGB is 225 - color contains mainly: green. Hex color #70E193 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #70E193 is #8F1E6C. Grayscale: #B6B6B6. Windows color (decimal): -9379437 or 9691504. OLE color: 9691504.

HSL color Cylindrical-coordinate representation of color #70E193: hue angle of 138.58º degrees, saturation: 0.65, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #70E193 is Cyan = 0.50, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.12.

Color convert

RGB112225147-
CMYK0.5000.350.12
HSL138.58º65.32%66.08%-
HSV(B)138.58º50.22%88.24%-
XYZ38.8759.437.02-
YUV182.32108.0677.84-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 23.14%
GREEN value IS 225 (88.28% from 255) = 46.49%
BLUE value IS 147 (57.81% from 255) = 30.37%
R=23.14%
G=46.49%
B=30.37%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1122251470.5000.350.12138.5865.3266.08
Hex70E19332023C8b4142
Octal1603412236204314213101102
Binary11100001110000110010011110010010001111001000101110000011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70e193

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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