Html Css Color HEX #70D47C Pastel Green

📋 copy color: '#70D47C'

red 112 ◦ green 212 ◦ blue 124

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

Shades of Pastel Green #70D47C

Tints of Pastel Green #70D47C

RGB

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

 GREEN value IS 212 (83.2% from 255) = 47.32%

 BLUE value IS 124 (48.83% from 255) = 27.68%

R = 25%
G = 47.32%
B = 27.68%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.42

 K value IS 0.17

RGB Variations

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

Color information

#70D47C (or 0x70D47C) is known color: Pastel Green. HEX triplet: 70, D4 and 7C. RGB value is (112,212,124). Sum of RGB (Red+Green+Blue) = 112+212+124=448 (59% of max value = 765). Red value is 112 (44.14% from 255 or 25% from 448); Green value is 212 (83.20% from 255 or 47.32% from 448); Blue value is 124 (48.83% from 255 or 27.68% from 448); Max value from RGB is 212 - color contains mainly: green. Hex color #70D47C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #70D47C is #8F2B83. Grayscale: #ACACAC. Windows color (decimal): -9382788 or 8180848. OLE color: 8180848.

HSL color Cylindrical-coordinate representation of color #70D47C: hue angle of 127.2º degrees, saturation: 0.54, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #70D47C is Cyan = 0.47, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.17.

Color convert

RGB 112 212 124 -
CMYK 0.47 0 0.42 0.17
HSL 127.2º 0.54% 0.64% -
HSV(B) 127.2º 0.47% 0.83% -
XYZ 33.86 51.99 27.32 -
YUV 172.07 100.87 85.16 -
System Red Green Blue C M Y K H S L
Decimal 112 212 124 0.47 0 0.42 0.17 127.2 0.54 0.64
Hex 70 D4 7C 2F 0 2A 11 7F 36 40
Octal 160 324 174 57 0 52 21 177 66 100
Binary 1110000 11010100 1111100 101111 0 101010 10001 1111111 110110 1000000

Color Harmonies of #70D47C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70D47C

Black with #70D47C

Text Example


Text Example

White with #70D47C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,212,124); }

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

background-color css

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

 a { background-color: rgb(112,212,124); }

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

border-color css

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

 span { border-color: rgb(112,212,124); }

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