#70D875

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

Shades of Pastel Green #70D875

Tints of Pastel Green #70D875

Color information

#70D875 (or 0x70D875) is unknown color: approx Pastel Green. HEX triplet: 70, D8 and 75. RGB value is (112,216,117). Sum of RGB (Red+Green+Blue) = 112+216+117=445 (58% of max value = 765). Red value is 112 (44.14% from 255 or 25.17% from 445); Green value is 216 (84.77% from 255 or 48.54% from 445); Blue value is 117 (46.09% from 255 or 26.29% from 445); Max value from RGB is 216 - color contains mainly: green. Hex color #70D875 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #70D875 is #8F278A. Grayscale: #ADADAD. Windows color (decimal): -9381771 or 7723120. OLE color: 7723120.

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

Color convert

RGB112216117-
CMYK0.4800.460.15
HSL122.88º57.14%64.31%-
HSV(B)122.88º48.15%84.71%-
XYZ34.4553.8425.41-
YUV173.6296.0484.05-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 25.17%
GREEN value IS 216 (84.77% from 255) = 48.54%
BLUE value IS 117 (46.09% from 255) = 26.29%
R=25.17%
G=48.54%
B=26.29%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1122161170.4800.460.15122.8857.1464.31
Hex70D8753002EF7b3940
Octal160330165600561717371100
Binary11100001101100011101011100000101110111111110111110011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70D875

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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