Html Css Color HEX #70DD8D Pastel Green

📋 copy color: '#70DD8D'

red 112 ◦ green 221 ◦ blue 141

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

Shades of Pastel Green #70DD8D

Tints of Pastel Green #70DD8D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 29.75%

R = 23.63%
G = 46.62%
B = 29.75%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.36

 K value IS 0.13

RGB Variations

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

Color information

#70DD8D (or 0x70DD8D) is known color: Pastel Green. HEX triplet: 70, DD and 8D. RGB value is (112,221,141). Sum of RGB (Red+Green+Blue) = 112+221+141=474 (62% of max value = 765). Red value is 112 (44.14% from 255 or 23.63% from 474); Green value is 221 (86.72% from 255 or 46.62% from 474); Blue value is 141 (55.47% from 255 or 29.75% from 474); Max value from RGB is 221 - color contains mainly: green. Hex color #70DD8D is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #70DD8D is #8F2272. Grayscale: #B3B3B3. Windows color (decimal): -9380467 or 9297264. OLE color: 9297264.

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

Color convert

RGB 112 221 141 -
CMYK 0.49 0 0.36 0.13
HSL 135.96º 0.62% 0.65% -
HSV(B) 135.96º 0.49% 0.87% -
XYZ 37.35 57.08 34.25 -
YUV 179.29 106.39 80 -
System Red Green Blue C M Y K H S L
Decimal 112 221 141 0.49 0 0.36 0.13 135.96 0.62 0.65
Hex 70 DD 8D 31 0 24 D 88 3E 41
Octal 160 335 215 61 0 44 15 210 76 101
Binary 1110000 11011101 10001101 110001 0 100100 1101 10001000 111110 1000001

Color Harmonies of #70DD8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70DD8D

Black with #70DD8D

Text Example


Text Example

White with #70DD8D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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