#70DA6F

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

Shades of Pastel Green #70DA6F

Tints of Pastel Green #70DA6F

Color information

#70DA6F (or 0x70DA6F) is unknown color: approx Pastel Green. HEX triplet: 70, DA and 6F. RGB value is (112,218,111). Sum of RGB (Red+Green+Blue) = 112+218+111=441 (58% of max value = 765). Red value is 112 (44.14% from 255 or 25.40% from 441); Green value is 218 (85.55% from 255 or 49.43% from 441); Blue value is 111 (43.75% from 255 or 25.17% from 441); Max value from RGB is 218 - color contains mainly: green. Hex color #70DA6F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #70DA6F is #8F2590. Grayscale: #AEAEAE. Windows color (decimal): -9381265 or 7330416. OLE color: 7330416.

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

Color convert

RGB112218111-
CMYK0.4900.490.15
HSL119.44º59.12%64.51%-
HSV(B)119.44º49.08%85.49%-
XYZ34.6254.7423.78-
YUV174.1192.3883.7-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 25.40%
GREEN value IS 218 (85.55% from 255) = 49.43%
BLUE value IS 111 (43.75% from 255) = 25.17%
R=25.40%
G=49.43%
B=25.17%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1122181110.4900.490.15119.4459.1264.51
Hex70DA6F31031F773b41
Octal160332157610611716773101
Binary11100001101101011011111100010110001111111101111110111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70DA6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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