#70BF98

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

Shades of Silver Tree #70BF98

Tints of Silver Tree #70BF98

Color information

#70BF98 (or 0x70BF98) is unknown color: approx Silver Tree. HEX triplet: 70, BF and 98. RGB value is (112,191,152). Sum of RGB (Red+Green+Blue) = 112+191+152=455 (60% of max value = 765). Red value is 112 (44.14% from 255 or 24.62% from 455); Green value is 191 (75% from 255 or 41.98% from 455); Blue value is 152 (59.77% from 255 or 33.41% from 455); Max value from RGB is 191 - color contains mainly: green. Hex color #70BF98 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #70BF98 is #8F4067. Grayscale: #A3A3A3. Windows color (decimal): -9388136 or 10010480. OLE color: 10010480.

HSL color Cylindrical-coordinate representation of color #70BF98: hue angle of 150.38º degrees, saturation: 0.38, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #70BF98 is Cyan = 0.41, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.25.

Color convert

RGB112191152-
CMYK0.4100.200.25
HSL150.38º38.16%59.41%-
HSV(B)150.38º41.36%74.9%-
XYZ30.9842.9736.37-
YUV162.93121.8391.67-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 24.62%
GREEN value IS 191 (75% from 255) = 41.98%
BLUE value IS 152 (59.77% from 255) = 33.41%
R=24.62%
G=41.98%
B=33.41%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1121911520.4100.200.25150.3838.1659.41
Hex70BF98290141996263b
Octal16027723051024312264673
Binary111000010111111100110001010010101001100110010110100110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70BF98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,191,152); }

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

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

 a { background-color: rgb(112,191,152); }

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

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

 span { border-color: rgb(112,191,152); }

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