Html Css Color HEX #70D295 Silver Tree

📋 copy color: '#70D295'

red 112 ◦ green 210 ◦ blue 149

#70D295
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Silver Tree #70D295

Tints of Silver Tree #70D295

RGB

 RED value IS 112 (44.14% from 255) = 23.78%

 GREEN value IS 210 (82.42% from 255) = 44.59%

 BLUE value IS 149 (58.59% from 255) = 31.63%

R = 23.78%
G = 44.59%
B = 31.63%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.29

 K value IS 0.18

RGB Variations

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

Color information

#70D295 (or 0x70D295) is known color: Silver Tree. HEX triplet: 70, D2 and 95. RGB value is (112,210,149). Sum of RGB (Red+Green+Blue) = 112+210+149=471 (62% of max value = 765). Red value is 112 (44.14% from 255 or 23.78% from 471); Green value is 210 (82.42% from 255 or 44.59% from 471); Blue value is 149 (58.59% from 255 or 31.63% from 471); Max value from RGB is 210 - color contains mainly: green. Hex color #70D295 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #70D295 is #8F2D6A. Grayscale: #ADADAD. Windows color (decimal): -9383275 or 9818736. OLE color: 9818736.

HSL color Cylindrical-coordinate representation of color #70D295: hue angle of 142.65º degrees, saturation: 0.52, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #70D295 is Cyan = 0.47, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.18.

Color convert

RGB 112 210 149 -
CMYK 0.47 0 0.29 0.18
HSL 142.65º 0.52% 0.63% -
HSV(B) 142.65º 0.47% 0.82% -
XYZ 35.15 51.71 36.56 -
YUV 173.74 114.03 83.96 -
System Red Green Blue C M Y K H S L
Decimal 112 210 149 0.47 0 0.29 0.18 142.65 0.52 0.63
Hex 70 D2 95 2F 0 1D 12 8F 34 3F
Octal 160 322 225 57 0 35 22 217 64 77
Binary 1110000 11010010 10010101 101111 0 11101 10010 10001111 110100 111111

Color Harmonies of #70D295

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70D295

Black with #70D295

Text Example


Text Example

White with #70D295

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,210,149); }

 H1.HeaderClassName
 {
   color: #70D295;
 }
 .AnyTagClassName
 {
   color: #70D295;
 }
</style>

background-color css

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

 a { background-color: rgb(112,210,149); }

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

border-color css

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

 span { border-color: rgb(112,210,149); }

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