#70CE8B

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

Shades of Silver Tree #70CE8B

Tints of Silver Tree #70CE8B

Color information

#70CE8B (or 0x70CE8B) is unknown color: approx Silver Tree. HEX triplet: 70, CE and 8B. RGB value is (112,206,139). Sum of RGB (Red+Green+Blue) = 112+206+139=457 (60% of max value = 765). Red value is 112 (44.14% from 255 or 24.51% from 457); Green value is 206 (80.86% from 255 or 45.08% from 457); Blue value is 139 (54.69% from 255 or 30.42% from 457); Max value from RGB is 206 - color contains mainly: green. Hex color #70CE8B is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #70CE8B is #8F3174. Grayscale: #AAAAAA. Windows color (decimal): -9384309 or 9162352. OLE color: 9162352.

HSL color Cylindrical-coordinate representation of color #70CE8B: hue angle of 137.23º degrees, saturation: 0.49, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #70CE8B is Cyan = 0.46, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.19.

Color convert

RGB112206139-
CMYK0.4600.330.19
HSL137.23º48.96%62.35%-
HSV(B)137.23º45.63%80.78%-
XYZ33.4149.4532.21-
YUV170.26110.3686.45-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 24.51%
GREEN value IS 206 (80.86% from 255) = 45.08%
BLUE value IS 139 (54.69% from 255) = 30.42%
R=24.51%
G=45.08%
B=30.42%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1122061390.4600.330.19137.2348.9662.35
Hex70CE8B2E0211389313e
Octal16031621356041232116176
Binary1110000110011101000101110111001000011001110001001110001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70CE8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,206,139); }

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

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

 a { background-color: rgb(112,206,139); }

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

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

 span { border-color: rgb(112,206,139); }

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