Html Css Color HEX #70D786 Pastel Green

📋 copy color: '#70D786'

red 112 ◦ green 215 ◦ blue 134

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

Shades of Pastel Green #70D786

Tints of Pastel Green #70D786

RGB

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

 GREEN value IS 215 (84.38% from 255) = 46.64%

 BLUE value IS 134 (52.73% from 255) = 29.07%

R = 24.3%
G = 46.64%
B = 29.07%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.38

 K value IS 0.16

RGB Variations

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

Color information

#70D786 (or 0x70D786) is known color: Pastel Green. HEX triplet: 70, D7 and 86. RGB value is (112,215,134). Sum of RGB (Red+Green+Blue) = 112+215+134=461 (61% of max value = 765). Red value is 112 (44.14% from 255 or 24.30% from 461); Green value is 215 (84.38% from 255 or 46.64% from 461); Blue value is 134 (52.73% from 255 or 29.07% from 461); Max value from RGB is 215 - color contains mainly: green. Hex color #70D786 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #70D786 is #8F2879. Grayscale: #AFAFAF. Windows color (decimal): -9382010 or 8836976. OLE color: 8836976.

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

Color convert

RGB 112 215 134 -
CMYK 0.48 0 0.38 0.16
HSL 132.82º 0.56% 0.64% -
HSV(B) 132.82º 0.48% 0.84% -
XYZ 35.29 53.77 31.07 -
YUV 174.97 104.88 83.09 -
System Red Green Blue C M Y K H S L
Decimal 112 215 134 0.48 0 0.38 0.16 132.82 0.56 0.64
Hex 70 D7 86 30 0 26 10 85 38 40
Octal 160 327 206 60 0 46 20 205 70 100
Binary 1110000 11010111 10000110 110000 0 100110 10000 10000101 111000 1000000

Color Harmonies of #70D786

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70D786

Black with #70D786

Text Example


Text Example

White with #70D786

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,215,134); }

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

background-color css

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

 a { background-color: rgb(112,215,134); }

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

border-color css

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

 span { border-color: rgb(112,215,134); }

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