#70DA75

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

Shades of Pastel Green #70DA75

Tints of Pastel Green #70DA75

Color information

#70DA75 (or 0x70DA75) is unknown color: approx Pastel Green. HEX triplet: 70, DA and 75. RGB value is (112,218,117). Sum of RGB (Red+Green+Blue) = 112+218+117=447 (59% of max value = 765). Red value is 112 (44.14% from 255 or 25.06% from 447); Green value is 218 (85.55% from 255 or 48.77% from 447); Blue value is 117 (46.09% from 255 or 26.17% from 447); Max value from RGB is 218 - color contains mainly: green. Hex color #70DA75 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #70DA75 is #8F258A. Grayscale: #AFAFAF. Windows color (decimal): -9381259 or 7723632. OLE color: 7723632.

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

Color convert

RGB112218117-
CMYK0.4900.460.15
HSL122.83º58.89%64.71%-
HSV(B)122.83º48.62%85.49%-
XYZ34.9654.8725.58-
YUV174.7995.3883.21-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 25.06%
GREEN value IS 218 (85.55% from 255) = 48.77%
BLUE value IS 117 (46.09% from 255) = 26.17%
R=25.06%
G=48.77%
B=26.17%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1122181170.4900.460.15122.8358.8964.71
Hex70DA753102EF7b3b41
Octal160332165610561717373101
Binary11100001101101011101011100010101110111111110111110111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70DA75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,218,117); }

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

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

 a { background-color: rgb(112,218,117); }

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

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

 span { border-color: rgb(112,218,117); }

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