#70D861

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

Shades of Pastel Green #70D861

Tints of Pastel Green #70D861

Color information

#70D861 (or 0x70D861) is unknown color: approx Pastel Green. HEX triplet: 70, D8 and 61. RGB value is (112,216,97). Sum of RGB (Red+Green+Blue) = 112+216+97=425 (56% of max value = 765). Red value is 112 (44.14% from 255 or 26.35% from 425); Green value is 216 (84.77% from 255 or 50.82% from 425); Blue value is 97 (38.28% from 255 or 22.82% from 425); Max value from RGB is 216 - color contains mainly: green. Hex color #70D861 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #70D861 is #8F279E. Grayscale: #ABABAB. Windows color (decimal): -9381791 or 6412400. OLE color: 6412400.

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

Color convert

RGB11221697-
CMYK0.4800.550.15
HSL112.44º60.41%61.37%-
HSV(B)112.44º55.09%84.71%-
XYZ33.453.4219.86-
YUV171.3486.0485.68-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 26.35%
GREEN value IS 216 (84.77% from 255) = 50.82%
BLUE value IS 97 (38.28% from 255) = 22.82%
R=26.35%
G=50.82%
B=22.82%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal112216970.4800.550.15112.4460.4161.37
Hex70D86130037F703c3d
Octal16033014160067171607475
Binary1110000110110001100001110000011011111111110000111100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70D861

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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