#70D47D

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

Shades of Pastel Green #70D47D

Tints of Pastel Green #70D47D

Color information

#70D47D (or 0x70D47D) is unknown color: approx Pastel Green. HEX triplet: 70, D4 and 7D. RGB value is (112,212,125). Sum of RGB (Red+Green+Blue) = 112+212+125=449 (59% of max value = 765). Red value is 112 (44.14% from 255 or 24.94% from 449); Green value is 212 (83.20% from 255 or 47.22% from 449); Blue value is 125 (49.22% from 255 or 27.84% from 449); Max value from RGB is 212 - color contains mainly: green. Hex color #70D47D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #70D47D is #8F2B82. Grayscale: #ACACAC. Windows color (decimal): -9382787 or 8246384. OLE color: 8246384.

HSL color Cylindrical-coordinate representation of color #70D47D: hue angle of 127.8º 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 #70D47D is Cyan = 0.47, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.17.

Color convert

RGB112212125-
CMYK0.4700.410.17
HSL127.8º53.76%63.53%-
HSV(B)127.8º47.17%83.14%-
XYZ33.9352.0127.65-
YUV172.18101.3785.07-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 24.94%
GREEN value IS 212 (83.20% from 255) = 47.22%
BLUE value IS 125 (49.22% from 255) = 27.84%
R=24.94%
G=47.22%
B=27.84%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1122121250.4700.410.17127.853.7663.53
Hex70D47D2F02911803640
Octal160324175570512120066100
Binary1110000110101001111101101111010100110001100000001101101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70D47D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #70D47D;
 }
 .AnyTagClassName
 {
   color: #70D47D;
 }
</style>
background-color css

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

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

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

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

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

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