Html Css Color HEX #70C58E Silver Tree

📋 copy color: '#70C58E'

red 112 ◦ green 197 ◦ blue 142

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

Shades of Silver Tree #70C58E

Tints of Silver Tree #70C58E

RGB

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

 GREEN value IS 197 (77.34% from 255) = 43.68%

 BLUE value IS 142 (55.86% from 255) = 31.49%

R = 24.83%
G = 43.68%
B = 31.49%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.28

 K value IS 0.23

RGB Variations

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

Color information

#70C58E (or 0x70C58E) is known color: Silver Tree. HEX triplet: 70, C5 and 8E. RGB value is (112,197,142). Sum of RGB (Red+Green+Blue) = 112+197+142=451 (59% of max value = 765). Red value is 112 (44.14% from 255 or 24.83% from 451); Green value is 197 (77.34% from 255 or 43.68% from 451); Blue value is 142 (55.86% from 255 or 31.49% from 451); Max value from RGB is 197 - color contains mainly: green. Hex color #70C58E is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #70C58E is #8F3A71. Grayscale: #A5A5A5. Windows color (decimal): -9386610 or 9356656. OLE color: 9356656.

HSL color Cylindrical-coordinate representation of color #70C58E: hue angle of 141.18º degrees, saturation: 0.42, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #70C58E is Cyan = 0.43, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.23.

Color convert

RGB 112 197 142 -
CMYK 0.43 0 0.28 0.23
HSL 141.18º 0.42% 0.61% -
HSV(B) 141.18º 0.43% 0.77% -
XYZ 31.53 45.33 32.68 -
YUV 165.32 114.84 89.97 -
System Red Green Blue C M Y K H S L
Decimal 112 197 142 0.43 0 0.28 0.23 141.18 0.42 0.61
Hex 70 C5 8E 2B 0 1C 17 8D 2A 3D
Octal 160 305 216 53 0 34 27 215 52 75
Binary 1110000 11000101 10001110 101011 0 11100 10111 10001101 101010 111101

Color Harmonies of #70C58E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70C58E

Black with #70C58E

Text Example


Text Example

White with #70C58E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,197,142); }

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

background-color css

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

 a { background-color: rgb(112,197,142); }

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

border-color css

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

 span { border-color: rgb(112,197,142); }

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