Html Css Color HEX #70DA8C Pastel Green

📋 copy color: '#70DA8C'

red 112 ◦ green 218 ◦ blue 140

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

Shades of Pastel Green #70DA8C

Tints of Pastel Green #70DA8C

RGB

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

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

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

R = 23.83%
G = 46.38%
B = 29.79%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.36

 K value IS 0.15

RGB Variations

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

Color information

#70DA8C (or 0x70DA8C) is known color: Pastel Green. HEX triplet: 70, DA and 8C. RGB value is (112,218,140). Sum of RGB (Red+Green+Blue) = 112+218+140=470 (62% of max value = 765). Red value is 112 (44.14% from 255 or 23.83% from 470); Green value is 218 (85.55% from 255 or 46.38% from 470); Blue value is 140 (55.08% from 255 or 29.79% from 470); Max value from RGB is 218 - color contains mainly: green. Hex color #70DA8C is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #70DA8C is #8F2573. Grayscale: #B1B1B1. Windows color (decimal): -9381236 or 9230960. OLE color: 9230960.

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

Color convert

RGB 112 218 140 -
CMYK 0.49 0 0.36 0.15
HSL 135.85º 0.59% 0.65% -
HSV(B) 135.85º 0.49% 0.85% -
XYZ 36.49 55.48 33.6 -
YUV 177.41 106.88 81.34 -
System Red Green Blue C M Y K H S L
Decimal 112 218 140 0.49 0 0.36 0.15 135.85 0.59 0.65
Hex 70 DA 8C 31 0 24 F 88 3B 41
Octal 160 332 214 61 0 44 17 210 73 101
Binary 1110000 11011010 10001100 110001 0 100100 1111 10001000 111011 1000001

Color Harmonies of #70DA8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70DA8C

Black with #70DA8C

Text Example


Text Example

White with #70DA8C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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