Html Css Color HEX #70D781 Pastel Green

📋 copy color: '#70D781'

red 112 ◦ green 215 ◦ blue 129

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

Shades of Pastel Green #70D781

Tints of Pastel Green #70D781

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 28.29%

R = 24.56%
G = 47.15%
B = 28.29%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.4

 K value IS 0.16

RGB Variations

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

Color information

#70D781 (or 0x70D781) is known color: Pastel Green. HEX triplet: 70, D7 and 81. RGB value is (112,215,129). Sum of RGB (Red+Green+Blue) = 112+215+129=456 (60% of max value = 765). Red value is 112 (44.14% from 255 or 24.56% from 456); Green value is 215 (84.38% from 255 or 47.15% from 456); Blue value is 129 (50.78% from 255 or 28.29% from 456); Max value from RGB is 215 - color contains mainly: green. Hex color #70D781 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #70D781 is #8F287E. Grayscale: #AEAEAE. Windows color (decimal): -9382015 or 8509296. OLE color: 8509296.

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

Color convert

RGB 112 215 129 -
CMYK 0.48 0 0.4 0.16
HSL 129.9º 0.56% 0.64% -
HSV(B) 129.9º 0.48% 0.84% -
XYZ 34.94 53.63 29.28 -
YUV 174.4 102.38 83.49 -
System Red Green Blue C M Y K H S L
Decimal 112 215 129 0.48 0 0.4 0.16 129.9 0.56 0.64
Hex 70 D7 81 30 0 28 10 82 38 40
Octal 160 327 201 60 0 50 20 202 70 100
Binary 1110000 11010111 10000001 110000 0 101000 10000 10000010 111000 1000000

Color Harmonies of #70D781

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70D781

Black with #70D781

Text Example


Text Example

White with #70D781

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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