#70D47C

Color #70D47C Pastel Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pastel Green #70D47C

Tints of Pastel Green #70D47C

Color information

#70D47C (or 0x70D47C) is unknown color: approx 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

RGB112212124-
CMYK0.4700.420.17
HSL127.2º53.76%63.53%-
HSV(B)127.2º47.17%83.14%-
XYZ33.8651.9927.32-
YUV172.07100.8785.16-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 25%
GREEN value IS 212 (83.20% from 255) = 47.32%
BLUE value IS 124 (48.83% from 255) = 27.68%
R=25%
G=47.32%
B=27.68%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1122121240.4700.420.17127.253.7663.53
Hex70D47C2F02A117f3640
Octal160324174570522117766100
Binary111000011010100111110010111101010101000111111111101101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70D47C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>