Html Css Color HEX #70E295 Silver Tree

📋 copy color: '#70E295'

red 112 ◦ green 226 ◦ blue 149

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

Shades of Silver Tree #70E295

Tints of Silver Tree #70E295

RGB

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

 GREEN value IS 226 (88.67% from 255) = 46.41%

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

R = 23%
G = 46.41%
B = 30.6%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.34

 K value IS 0.11

RGB Variations

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

Color information

#70E295 (or 0x70E295) is known color: Silver Tree. HEX triplet: 70, E2 and 95. RGB value is (112,226,149). Sum of RGB (Red+Green+Blue) = 112+226+149=487 (64% of max value = 765). Red value is 112 (44.14% from 255 or 23.00% from 487); Green value is 226 (88.67% from 255 or 46.41% from 487); Blue value is 149 (58.59% from 255 or 30.60% from 487); Max value from RGB is 226 - color contains mainly: green. Hex color #70E295 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #70E295 is #8F1D6A. Grayscale: #B7B7B7. Windows color (decimal): -9379179 or 9822832. OLE color: 9822832.

HSL color Cylindrical-coordinate representation of color #70E295: hue angle of 139.47º degrees, saturation: 0.66, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #70E295 is Cyan = 0.50, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.11.

Color convert

RGB 112 226 149 -
CMYK 0.50 0 0.34 0.11
HSL 139.47º 0.66% 0.66% -
HSV(B) 139.47º 0.5% 0.89% -
XYZ 39.3 60.01 37.94 -
YUV 183.14 108.73 77.26 -
System Red Green Blue C M Y K H S L
Decimal 112 226 149 0.50 0 0.34 0.11 139.47 0.66 0.66
Hex 70 E2 95 32 0 22 B 8B 42 42
Octal 160 342 225 62 0 42 13 213 102 102
Binary 1110000 11100010 10010101 110010 0 100010 1011 10001011 1000010 1000010

Color Harmonies of #70E295

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70E295

Black with #70E295

Text Example


Text Example

White with #70E295

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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