#70DA85

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

Shades of Pastel Green #70DA85

Tints of Pastel Green #70DA85

Color information

#70DA85 (or 0x70DA85) is unknown color: approx Pastel Green. HEX triplet: 70, DA and 85. RGB value is (112,218,133). Sum of RGB (Red+Green+Blue) = 112+218+133=463 (61% of max value = 765). Red value is 112 (44.14% from 255 or 24.19% from 463); Green value is 218 (85.55% from 255 or 47.08% from 463); Blue value is 133 (52.34% from 255 or 28.73% from 463); Max value from RGB is 218 - color contains mainly: green. Hex color #70DA85 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #70DA85 is #8F257A. Grayscale: #B0B0B0. Windows color (decimal): -9381243 or 8772208. OLE color: 8772208.

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

Color convert

RGB112218133-
CMYK0.4900.390.15
HSL131.89º58.89%64.71%-
HSV(B)131.89º48.62%85.49%-
XYZ35.9955.2830.96-
YUV176.62103.3881.91-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 24.19%
GREEN value IS 218 (85.55% from 255) = 47.08%
BLUE value IS 133 (52.34% from 255) = 28.73%
R=24.19%
G=47.08%
B=28.73%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1122181330.4900.390.15131.8958.8964.71
Hex70DA8531027F843b41
Octal160332205610471720473101
Binary1110000110110101000010111000101001111111100001001110111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70DA85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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