#70D97D

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

Shades of Pastel Green #70D97D

Tints of Pastel Green #70D97D

Color information

#70D97D (or 0x70D97D) is unknown color: approx Pastel Green. HEX triplet: 70, D9 and 7D. RGB value is (112,217,125). Sum of RGB (Red+Green+Blue) = 112+217+125=454 (60% of max value = 765). Red value is 112 (44.14% from 255 or 24.67% from 454); Green value is 217 (85.16% from 255 or 47.80% from 454); Blue value is 125 (49.22% from 255 or 27.53% from 454); Max value from RGB is 217 - color contains mainly: green. Hex color #70D97D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #70D97D is #8F2682. Grayscale: #AFAFAF. Windows color (decimal): -9381507 or 8247664. OLE color: 8247664.

HSL color Cylindrical-coordinate representation of color #70D97D: hue angle of 127.43º degrees, saturation: 0.58, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #70D97D is Cyan = 0.48, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.15.

Color convert

RGB112217125-
CMYK0.4800.420.15
HSL127.43º58.01%64.51%-
HSV(B)127.43º48.39%85.1%-
XYZ35.254.5528.08-
YUV175.1299.7182.98-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 24.67%
GREEN value IS 217 (85.16% from 255) = 47.80%
BLUE value IS 125 (49.22% from 255) = 27.53%
R=24.67%
G=47.80%
B=27.53%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1122171250.4800.420.15127.4358.0164.51
Hex70D97D3002AF7f3a41
Octal160331175600521717772101
Binary11100001101100111111011100000101010111111111111110101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70D97D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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