Html Css Color HEX #70CE95 Silver Tree

📋 copy color: '#70CE95'

red 112 ◦ green 206 ◦ blue 149

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

Shades of Silver Tree #70CE95

Tints of Silver Tree #70CE95

RGB

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

 GREEN value IS 206 (80.86% from 255) = 44.11%

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

R = 23.98%
G = 44.11%
B = 31.91%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.28

 K value IS 0.19

RGB Variations

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

Color information

#70CE95 (or 0x70CE95) is known color: Silver Tree. HEX triplet: 70, CE and 95. RGB value is (112,206,149). Sum of RGB (Red+Green+Blue) = 112+206+149=467 (61% of max value = 765). Red value is 112 (44.14% from 255 or 23.98% from 467); Green value is 206 (80.86% from 255 or 44.11% from 467); Blue value is 149 (58.59% from 255 or 31.91% from 467); Max value from RGB is 206 - color contains mainly: green. Hex color #70CE95 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #70CE95 is #8F316A. Grayscale: #ABABAB. Windows color (decimal): -9384299 or 9817712. OLE color: 9817712.

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

Color convert

RGB 112 206 149 -
CMYK 0.46 0 0.28 0.19
HSL 143.62º 0.49% 0.62% -
HSV(B) 143.62º 0.46% 0.81% -
XYZ 34.18 49.76 36.24 -
YUV 171.4 115.36 85.63 -
System Red Green Blue C M Y K H S L
Decimal 112 206 149 0.46 0 0.28 0.19 143.62 0.49 0.62
Hex 70 CE 95 2E 0 1C 13 90 31 3E
Octal 160 316 225 56 0 34 23 220 61 76
Binary 1110000 11001110 10010101 101110 0 11100 10011 10010000 110001 111110

Color Harmonies of #70CE95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70CE95

Black with #70CE95

Text Example


Text Example

White with #70CE95

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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