#70DE73

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

Shades of Pastel Green #70DE73

Tints of Pastel Green #70DE73

Color information

#70DE73 (or 0x70DE73) is unknown color: approx Pastel Green. HEX triplet: 70, DE and 73. RGB value is (112,222,115). Sum of RGB (Red+Green+Blue) = 112+222+115=449 (59% of max value = 765). Red value is 112 (44.14% from 255 or 24.94% from 449); Green value is 222 (87.11% from 255 or 49.44% from 449); Blue value is 115 (45.31% from 255 or 25.61% from 449); Max value from RGB is 222 - color contains mainly: green. Hex color #70DE73 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #70DE73 is #8F218C. Grayscale: #B1B1B1. Windows color (decimal): -9380237 or 7593584. OLE color: 7593584.

HSL color Cylindrical-coordinate representation of color #70DE73: hue angle of 121.64º degrees, saturation: 0.62, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #70DE73 is Cyan = 0.50, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.13.

Color convert

RGB112222115-
CMYK0.5000.480.13
HSL121.64º62.5%65.49%-
HSV(B)121.64º49.55%87.06%-
XYZ35.956.9325.32-
YUV176.9193.0681.7-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 24.94%
GREEN value IS 222 (87.11% from 255) = 49.44%
BLUE value IS 115 (45.31% from 255) = 25.61%
R=24.94%
G=49.44%
B=25.61%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1122221150.5000.480.13121.6462.565.49
Hex70DE7332030D7a3e41
Octal160336163620601517276101
Binary11100001101111011100111100100110000110111110101111101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70DE73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,222,115); }

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

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

 a { background-color: rgb(112,222,115); }

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

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

 span { border-color: rgb(112,222,115); }

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