#70DA7B

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

Shades of Pastel Green #70DA7B

Tints of Pastel Green #70DA7B

Color information

#70DA7B (or 0x70DA7B) is unknown color: approx Pastel Green. HEX triplet: 70, DA and 7B. RGB value is (112,218,123). Sum of RGB (Red+Green+Blue) = 112+218+123=453 (60% of max value = 765). Red value is 112 (44.14% from 255 or 24.72% from 453); Green value is 218 (85.55% from 255 or 48.12% from 453); Blue value is 123 (48.44% from 255 or 27.15% from 453); Max value from RGB is 218 - color contains mainly: green. Hex color #70DA7B is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #70DA7B is #8F2584. Grayscale: #AFAFAF. Windows color (decimal): -9381253 or 8116848. OLE color: 8116848.

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

Color convert

RGB112218123-
CMYK0.4900.440.15
HSL126.23º58.89%64.71%-
HSV(B)126.23º48.62%85.49%-
XYZ35.3355.0227.5-
YUV175.4898.3882.72-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 24.72%
GREEN value IS 218 (85.55% from 255) = 48.12%
BLUE value IS 123 (48.44% from 255) = 27.15%
R=24.72%
G=48.12%
B=27.15%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1122181230.4900.440.15126.2358.8964.71
Hex70DA7B3102CF7e3b41
Octal160332173610541717673101
Binary11100001101101011110111100010101100111111111101110111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70DA7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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