Html Css Color HEX #70DA8D Pastel Green

📋 copy color: '#70DA8D'

red 112 ◦ green 218 ◦ blue 141

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

Shades of Pastel Green #70DA8D

Tints of Pastel Green #70DA8D

RGB

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

 GREEN value IS 218 (85.55% from 255) = 46.28%

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

R = 23.78%
G = 46.28%
B = 29.94%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.35

 K value IS 0.15

RGB Variations

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

Color information

#70DA8D (or 0x70DA8D) is known color: Pastel Green. HEX triplet: 70, DA and 8D. RGB value is (112,218,141). Sum of RGB (Red+Green+Blue) = 112+218+141=471 (62% of max value = 765). Red value is 112 (44.14% from 255 or 23.78% from 471); Green value is 218 (85.55% from 255 or 46.28% from 471); Blue value is 141 (55.47% from 255 or 29.94% from 471); Max value from RGB is 218 - color contains mainly: green. Hex color #70DA8D is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #70DA8D is #8F2572. Grayscale: #B1B1B1. Windows color (decimal): -9381235 or 9296496. OLE color: 9296496.

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

Color convert

RGB 112 218 141 -
CMYK 0.49 0 0.35 0.15
HSL 136.42º 0.59% 0.65% -
HSV(B) 136.42º 0.49% 0.85% -
XYZ 36.56 55.51 33.99 -
YUV 177.53 107.38 81.26 -
System Red Green Blue C M Y K H S L
Decimal 112 218 141 0.49 0 0.35 0.15 136.42 0.59 0.65
Hex 70 DA 8D 31 0 23 F 88 3B 41
Octal 160 332 215 61 0 43 17 210 73 101
Binary 1110000 11011010 10001101 110001 0 100011 1111 10001000 111011 1000001

Color Harmonies of #70DA8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70DA8D

Black with #70DA8D

Text Example


Text Example

White with #70DA8D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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