#70D871

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

Shades of Pastel Green #70D871

Tints of Pastel Green #70D871

Color information

#70D871 (or 0x70D871) is unknown color: approx Pastel Green. HEX triplet: 70, D8 and 71. RGB value is (112,216,113). Sum of RGB (Red+Green+Blue) = 112+216+113=441 (58% of max value = 765). Red value is 112 (44.14% from 255 or 25.40% from 441); Green value is 216 (84.77% from 255 or 48.98% from 441); Blue value is 113 (44.53% from 255 or 25.62% from 441); Max value from RGB is 216 - color contains mainly: green. Hex color #70D871 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #70D871 is #8F278E. Grayscale: #ADADAD. Windows color (decimal): -9381775 or 7460976. OLE color: 7460976.

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

Color convert

RGB112216113-
CMYK0.4800.480.15
HSL120.58º57.14%64.31%-
HSV(B)120.58º48.15%84.71%-
XYZ34.2253.7524.19-
YUV173.1694.0484.38-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 25.40%
GREEN value IS 216 (84.77% from 255) = 48.98%
BLUE value IS 113 (44.53% from 255) = 25.62%
R=25.40%
G=48.98%
B=25.62%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1122161130.4800.480.15120.5857.1464.31
Hex70D87130030F793940
Octal160330161600601717171100
Binary11100001101100011100011100000110000111111110011110011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70D871

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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