Html Css Color HEX #70D599 Silver Tree

📋 copy color: '#70D599'

red 112 ◦ green 213 ◦ blue 153

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

Shades of Silver Tree #70D599

Tints of Silver Tree #70D599

RGB

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

 GREEN value IS 213 (83.59% from 255) = 44.56%

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

R = 23.43%
G = 44.56%
B = 32.01%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.28

 K value IS 0.16

RGB Variations

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

Color information

#70D599 (or 0x70D599) is known color: Silver Tree. HEX triplet: 70, D5 and 99. RGB value is (112,213,153). Sum of RGB (Red+Green+Blue) = 112+213+153=478 (63% of max value = 765). Red value is 112 (44.14% from 255 or 23.43% from 478); Green value is 213 (83.59% from 255 or 44.56% from 478); Blue value is 153 (60.16% from 255 or 32.01% from 478); Max value from RGB is 213 - color contains mainly: green. Hex color #70D599 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #70D599 is #8F2A66. Grayscale: #B0B0B0. Windows color (decimal): -9382503 or 10081648. OLE color: 10081648.

HSL color Cylindrical-coordinate representation of color #70D599: hue angle of 144.36º degrees, saturation: 0.55, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #70D599 is Cyan = 0.47, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.16.

Color convert

RGB 112 213 153 -
CMYK 0.47 0 0.28 0.16
HSL 144.36º 0.55% 0.64% -
HSV(B) 144.36º 0.47% 0.84% -
XYZ 36.23 53.33 38.52 -
YUV 175.96 115.04 82.38 -
System Red Green Blue C M Y K H S L
Decimal 112 213 153 0.47 0 0.28 0.16 144.36 0.55 0.64
Hex 70 D5 99 2F 0 1C 10 90 37 40
Octal 160 325 231 57 0 34 20 220 67 100
Binary 1110000 11010101 10011001 101111 0 11100 10000 10010000 110111 1000000

Color Harmonies of #70D599

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70D599

Black with #70D599

Text Example


Text Example

White with #70D599

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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