Html Css Color HEX #70DC8F Pastel Green

📋 copy color: '#70DC8F'

red 112 ◦ green 220 ◦ blue 143

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

Shades of Pastel Green #70DC8F

Tints of Pastel Green #70DC8F

RGB

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

 GREEN value IS 220 (86.33% from 255) = 46.32%

 BLUE value IS 143 (56.25% from 255) = 30.11%

R = 23.58%
G = 46.32%
B = 30.11%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.35

 K value IS 0.14

RGB Variations

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

Color information

#70DC8F (or 0x70DC8F) is known color: Pastel Green. HEX triplet: 70, DC and 8F. RGB value is (112,220,143). Sum of RGB (Red+Green+Blue) = 112+220+143=475 (62% of max value = 765). Red value is 112 (44.14% from 255 or 23.58% from 475); Green value is 220 (86.33% from 255 or 46.32% from 475); Blue value is 143 (56.25% from 255 or 30.11% from 475); Max value from RGB is 220 - color contains mainly: green. Hex color #70DC8F is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #70DC8F is #8F2370. Grayscale: #B3B3B3. Windows color (decimal): -9380721 or 9428080. OLE color: 9428080.

HSL color Cylindrical-coordinate representation of color #70DC8F: hue angle of 137.22º degrees, saturation: 0.61, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #70DC8F is Cyan = 0.49, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.14.

Color convert

RGB 112 220 143 -
CMYK 0.49 0 0.35 0.14
HSL 137.22º 0.61% 0.65% -
HSV(B) 137.22º 0.49% 0.86% -
XYZ 37.23 56.61 34.95 -
YUV 178.93 107.72 80.26 -
System Red Green Blue C M Y K H S L
Decimal 112 220 143 0.49 0 0.35 0.14 137.22 0.61 0.65
Hex 70 DC 8F 31 0 23 E 89 3D 41
Octal 160 334 217 61 0 43 16 211 75 101
Binary 1110000 11011100 10001111 110001 0 100011 1110 10001001 111101 1000001

Color Harmonies of #70DC8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70DC8F

Black with #70DC8F

Text Example


Text Example

White with #70DC8F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,220,143); }

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

background-color css

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

 a { background-color: rgb(112,220,143); }

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

border-color css

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

 span { border-color: rgb(112,220,143); }

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