#70DF7C

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

Shades of Pastel Green #70DF7C

Tints of Pastel Green #70DF7C

Color information

#70DF7C (or 0x70DF7C) is unknown color: approx Pastel Green. HEX triplet: 70, DF and 7C. RGB value is (112,223,124). Sum of RGB (Red+Green+Blue) = 112+223+124=459 (60% of max value = 765). Red value is 112 (44.14% from 255 or 24.40% from 459); Green value is 223 (87.5% from 255 or 48.58% from 459); Blue value is 124 (48.83% from 255 or 27.02% from 459); Max value from RGB is 223 - color contains mainly: green. Hex color #70DF7C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #70DF7C is #8F2083. Grayscale: #B2B2B2. Windows color (decimal): -9379972 or 8183664. OLE color: 8183664.

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

Color convert

RGB112223124-
CMYK0.5000.440.13
HSL126.49º63.43%65.69%-
HSV(B)126.49º49.78%87.45%-
XYZ36.7157.6828.27-
YUV178.5297.2380.55-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 24.40%
GREEN value IS 223 (87.5% from 255) = 48.58%
BLUE value IS 124 (48.83% from 255) = 27.02%
R=24.40%
G=48.58%
B=27.02%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1122231240.5000.440.13126.4963.4365.69
Hex70DF7C3202CD7e3f42
Octal160337174620541517677102
Binary11100001101111111111001100100101100110111111101111111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70DF7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,223,124); }

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

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

 a { background-color: rgb(112,223,124); }

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

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

 span { border-color: rgb(112,223,124); }

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