Html Css Color HEX #70D776 Pastel Green

📋 copy color: '#70D776'

red 112 ◦ green 215 ◦ blue 118

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

Shades of Pastel Green #70D776

Tints of Pastel Green #70D776

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 26.52%

R = 25.17%
G = 48.31%
B = 26.52%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.45

 K value IS 0.16

RGB Variations

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

Color information

#70D776 (or 0x70D776) is known color: Pastel Green. HEX triplet: 70, D7 and 76. RGB value is (112,215,118). Sum of RGB (Red+Green+Blue) = 112+215+118=445 (58% of max value = 765). Red value is 112 (44.14% from 255 or 25.17% from 445); Green value is 215 (84.38% from 255 or 48.31% from 445); Blue value is 118 (46.48% from 255 or 26.52% from 445); Max value from RGB is 215 - color contains mainly: green. Hex color #70D776 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #70D776 is #8F2889. Grayscale: #ADADAD. Windows color (decimal): -9382026 or 7788400. OLE color: 7788400.

HSL color Cylindrical-coordinate representation of color #70D776: hue angle of 123.5º 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 #70D776 is Cyan = 0.48, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.16.

Color convert

RGB 112 215 118 -
CMYK 0.48 0 0.45 0.16
HSL 123.5º 0.56% 0.64% -
HSV(B) 123.5º 0.48% 0.84% -
XYZ 34.25 53.35 25.63 -
YUV 173.15 96.88 84.39 -
System Red Green Blue C M Y K H S L
Decimal 112 215 118 0.48 0 0.45 0.16 123.5 0.56 0.64
Hex 70 D7 76 30 0 2D 10 7B 38 40
Octal 160 327 166 60 0 55 20 173 70 100
Binary 1110000 11010111 1110110 110000 0 101101 10000 1111011 111000 1000000

Color Harmonies of #70D776

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70D776

Black with #70D776

Text Example


Text Example

White with #70D776

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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