Html Css Color HEX #70DD8C Pastel Green

📋 copy color: '#70DD8C'

red 112 ◦ green 221 ◦ blue 140

#70DD8C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Pastel Green #70DD8C

Tints of Pastel Green #70DD8C

RGB

 RED value IS 112 (44.14% from 255) = 23.68%

 GREEN value IS 221 (86.72% from 255) = 46.72%

 BLUE value IS 140 (55.08% from 255) = 29.6%

R = 23.68%
G = 46.72%
B = 29.6%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.37

 K value IS 0.13

RGB Variations

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

Color information

#70DD8C (or 0x70DD8C) is known color: Pastel Green. HEX triplet: 70, DD and 8C. RGB value is (112,221,140). Sum of RGB (Red+Green+Blue) = 112+221+140=473 (62% of max value = 765). Red value is 112 (44.14% from 255 or 23.68% from 473); Green value is 221 (86.72% from 255 or 46.72% from 473); Blue value is 140 (55.08% from 255 or 29.60% from 473); Max value from RGB is 221 - color contains mainly: green. Hex color #70DD8C is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #70DD8C is #8F2273. Grayscale: #B3B3B3. Windows color (decimal): -9380468 or 9231728. OLE color: 9231728.

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

Color convert

RGB 112 221 140 -
CMYK 0.49 0 0.37 0.13
HSL 135.41º 0.62% 0.65% -
HSV(B) 135.41º 0.49% 0.87% -
XYZ 37.27 57.05 33.86 -
YUV 179.18 105.89 80.09 -
System Red Green Blue C M Y K H S L
Decimal 112 221 140 0.49 0 0.37 0.13 135.41 0.62 0.65
Hex 70 DD 8C 31 0 25 D 87 3E 41
Octal 160 335 214 61 0 45 15 207 76 101
Binary 1110000 11011101 10001100 110001 0 100101 1101 10000111 111110 1000001

Color Harmonies of #70DD8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70DD8C

Black with #70DD8C

Text Example


Text Example

White with #70DD8C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,221,140); }

 H1.HeaderClassName
 {
   color: #70DD8C;
 }
 .AnyTagClassName
 {
   color: #70DD8C;
 }
</style>

background-color css

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

 a { background-color: rgb(112,221,140); }

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

border-color css

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

 span { border-color: rgb(112,221,140); }

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