#70CF8F

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

Shades of Silver Tree #70CF8F

Tints of Silver Tree #70CF8F

Color information

#70CF8F (or 0x70CF8F) is unknown color: approx Silver Tree. HEX triplet: 70, CF and 8F. RGB value is (112,207,143). Sum of RGB (Red+Green+Blue) = 112+207+143=462 (61% of max value = 765). Red value is 112 (44.14% from 255 or 24.24% from 462); Green value is 207 (81.25% from 255 or 44.81% from 462); Blue value is 143 (56.25% from 255 or 30.95% from 462); Max value from RGB is 207 - color contains mainly: green. Hex color #70CF8F is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #70CF8F is #8F3070. Grayscale: #ABABAB. Windows color (decimal): -9384049 or 9424752. OLE color: 9424752.

HSL color Cylindrical-coordinate representation of color #70CF8F: hue angle of 139.58º 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 #70CF8F is Cyan = 0.46, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.19.

Color convert

RGB112207143-
CMYK0.4600.310.19
HSL139.58º49.74%62.55%-
HSV(B)139.58º45.89%81.18%-
XYZ33.9550.0533.86-
YUV171.3112.0385.7-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 24.24%
GREEN value IS 207 (81.25% from 255) = 44.81%
BLUE value IS 143 (56.25% from 255) = 30.95%
R=24.24%
G=44.81%
B=30.95%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1122071430.4600.310.19139.5849.7462.55
Hex70CF8F2E01F138c323f
Octal16031721756037232146277
Binary111000011001111100011111011100111111001110001100110010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70CF8F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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