#70CF8B

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

Shades of Silver Tree #70CF8B

Tints of Silver Tree #70CF8B

Color information

#70CF8B (or 0x70CF8B) is unknown color: approx Silver Tree. HEX triplet: 70, CF and 8B. RGB value is (112,207,139). Sum of RGB (Red+Green+Blue) = 112+207+139=458 (60% of max value = 765). Red value is 112 (44.14% from 255 or 24.45% from 458); Green value is 207 (81.25% from 255 or 45.20% from 458); Blue value is 139 (54.69% from 255 or 30.35% from 458); Max value from RGB is 207 - color contains mainly: green. Hex color #70CF8B is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #70CF8B is #8F3074. Grayscale: #ABABAB. Windows color (decimal): -9384053 or 9162608. OLE color: 9162608.

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

Color convert

RGB112207139-
CMYK0.4600.330.19
HSL137.05º49.74%62.55%-
HSV(B)137.05º45.89%81.18%-
XYZ33.6649.9332.29-
YUV170.84110.0386.03-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 24.45%
GREEN value IS 207 (81.25% from 255) = 45.20%
BLUE value IS 139 (54.69% from 255) = 30.35%
R=24.45%
G=45.20%
B=30.35%

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
Decimal1122071390.4600.330.19137.0549.7462.55
Hex70CF8B2E0211389323f
Octal16031721356041232116277
Binary1110000110011111000101110111001000011001110001001110010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70CF8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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