#70D960

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

Shades of Pastel Green #70D960

Tints of Pastel Green #70D960

Color information

#70D960 (or 0x70D960) is unknown color: approx Pastel Green. HEX triplet: 70, D9 and 60. RGB value is (112,217,96). Sum of RGB (Red+Green+Blue) = 112+217+96=425 (56% of max value = 765). Red value is 112 (44.14% from 255 or 26.35% from 425); Green value is 217 (85.16% from 255 or 51.06% from 425); Blue value is 96 (37.89% from 255 or 22.59% from 425); Max value from RGB is 217 - color contains mainly: green. Hex color #70D960 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #70D960 is #8F269F. Grayscale: #ACACAC. Windows color (decimal): -9381536 or 6347120. OLE color: 6347120.

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

Color convert

RGB11221796-
CMYK0.4800.560.15
HSL112.07º61.42%61.37%-
HSV(B)112.07º55.76%85.1%-
XYZ33.6153.9119.7-
YUV171.8185.2185.34-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 26.35%
GREEN value IS 217 (85.16% from 255) = 51.06%
BLUE value IS 96 (37.89% from 255) = 22.59%
R=26.35%
G=51.06%
B=22.59%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal112217960.4800.560.15112.0761.4261.37
Hex70D96030038F703d3d
Octal16033114060070171607575
Binary1110000110110011100000110000011100011111110000111101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70D960

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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