#70D96F

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

Shades of Pastel Green #70D96F

Tints of Pastel Green #70D96F

Color information

#70D96F (or 0x70D96F) is unknown color: approx Pastel Green. HEX triplet: 70, D9 and 6F. RGB value is (112,217,111). Sum of RGB (Red+Green+Blue) = 112+217+111=440 (58% of max value = 765). Red value is 112 (44.14% from 255 or 25.45% from 440); Green value is 217 (85.16% from 255 or 49.32% from 440); Blue value is 111 (43.75% from 255 or 25.23% from 440); Max value from RGB is 217 - color contains mainly: green. Hex color #70D96F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #70D96F is #8F2690. Grayscale: #ADADAD. Windows color (decimal): -9381521 or 7330160. OLE color: 7330160.

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

Color convert

RGB112217111-
CMYK0.4800.490.15
HSL119.43º58.24%64.31%-
HSV(B)119.43º48.85%85.1%-
XYZ34.3654.2223.69-
YUV173.5292.7184.12-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 25.45%
GREEN value IS 217 (85.16% from 255) = 49.32%
BLUE value IS 111 (43.75% from 255) = 25.23%
R=25.45%
G=49.32%
B=25.23%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1122171110.4800.490.15119.4358.2464.31
Hex70D96F30031F773a40
Octal160331157600611716772100
Binary11100001101100111011111100000110001111111101111110101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70D96F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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