#70D789

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

Shades of Pastel Green #70D789

Tints of Pastel Green #70D789

Color information

#70D789 (or 0x70D789) is unknown color: approx Pastel Green. HEX triplet: 70, D7 and 89. RGB value is (112,215,137). Sum of RGB (Red+Green+Blue) = 112+215+137=464 (61% of max value = 765). Red value is 112 (44.14% from 255 or 24.14% from 464); Green value is 215 (84.38% from 255 or 46.34% from 464); Blue value is 137 (53.91% from 255 or 29.53% from 464); Max value from RGB is 215 - color contains mainly: green. Hex color #70D789 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #70D789 is #8F2876. Grayscale: #AFAFAF. Windows color (decimal): -9382007 or 9033584. OLE color: 9033584.

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

Color convert

RGB112215137-
CMYK0.4800.360.16
HSL134.56º56.28%64.12%-
HSV(B)134.56º47.91%84.31%-
XYZ35.553.8532.19-
YUV175.31106.3882.84-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 24.14%
GREEN value IS 215 (84.38% from 255) = 46.34%
BLUE value IS 137 (53.91% from 255) = 29.53%
R=24.14%
G=46.34%
B=29.53%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1122151370.4800.360.16134.5656.2864.12
Hex70D7893002410873840
Octal160327211600442020770100
Binary11100001101011110001001110000010010010000100001111110001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70D789

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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