#70D97F

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

Shades of Pastel Green #70D97F

Tints of Pastel Green #70D97F

Color information

#70D97F (or 0x70D97F) is unknown color: approx Pastel Green. HEX triplet: 70, D9 and 7F. RGB value is (112,217,127). Sum of RGB (Red+Green+Blue) = 112+217+127=456 (60% of max value = 765). Red value is 112 (44.14% from 255 or 24.56% from 456); Green value is 217 (85.16% from 255 or 47.59% from 456); Blue value is 127 (50% from 255 or 27.85% from 456); Max value from RGB is 217 - color contains mainly: green. Hex color #70D97F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #70D97F is #8F2680. Grayscale: #AFAFAF. Windows color (decimal): -9381505 or 8378736. OLE color: 8378736.

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

Color convert

RGB112217127-
CMYK0.4800.410.15
HSL128.57º58.01%64.51%-
HSV(B)128.57º48.39%85.1%-
XYZ35.3354.628.76-
YUV175.34100.7182.82-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 24.56%
GREEN value IS 217 (85.16% from 255) = 47.59%
BLUE value IS 127 (50% from 255) = 27.85%
R=24.56%
G=47.59%
B=27.85%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1122171270.4800.410.15128.5758.0164.51
Hex70D97F30029F813a41
Octal160331177600511720172101
Binary111000011011001111111111000001010011111100000011110101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70D97F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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