Html Css Color HEX #70C399 Silver Tree

📋 copy color: '#70C399'

red 112 ◦ green 195 ◦ blue 153

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

Shades of Silver Tree #70C399

Tints of Silver Tree #70C399

RGB

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

 GREEN value IS 195 (76.56% from 255) = 42.39%

 BLUE value IS 153 (60.16% from 255) = 33.26%

R = 24.35%
G = 42.39%
B = 33.26%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.22

 K value IS 0.24

RGB Variations

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

Color information

#70C399 (or 0x70C399) is known color: Silver Tree. HEX triplet: 70, C3 and 99. RGB value is (112,195,153). Sum of RGB (Red+Green+Blue) = 112+195+153=460 (60% of max value = 765). Red value is 112 (44.14% from 255 or 24.35% from 460); Green value is 195 (76.56% from 255 or 42.39% from 460); Blue value is 153 (60.16% from 255 or 33.26% from 460); Max value from RGB is 195 - color contains mainly: green. Hex color #70C399 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #70C399 is #8F3C66. Grayscale: #A5A5A5. Windows color (decimal): -9387111 or 10077040. OLE color: 10077040.

HSL color Cylindrical-coordinate representation of color #70C399: hue angle of 149.64º degrees, saturation: 0.41, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #70C399 is Cyan = 0.43, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.24.

Color convert

RGB 112 195 153 -
CMYK 0.43 0 0.22 0.24
HSL 149.64º 0.41% 0.6% -
HSV(B) 149.64º 0.43% 0.76% -
XYZ 31.95 44.77 37.1 -
YUV 165.4 121 89.92 -
System Red Green Blue C M Y K H S L
Decimal 112 195 153 0.43 0 0.22 0.24 149.64 0.41 0.6
Hex 70 C3 99 2B 0 16 18 96 29 3C
Octal 160 303 231 53 0 26 30 226 51 74
Binary 1110000 11000011 10011001 101011 0 10110 11000 10010110 101001 111100

Color Harmonies of #70C399

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70C399

Black with #70C399

Text Example


Text Example

White with #70C399

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,195,153); }

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

background-color css

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

 a { background-color: rgb(112,195,153); }

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

border-color css

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

 span { border-color: rgb(112,195,153); }

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