Html Css Color HEX #70D978 Pastel Green

📋 copy color: '#70D978'

red 112 ◦ green 217 ◦ blue 120

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

Shades of Pastel Green #70D978

Tints of Pastel Green #70D978

RGB

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

 GREEN value IS 217 (85.16% from 255) = 48.33%

 BLUE value IS 120 (47.27% from 255) = 26.73%

R = 24.94%
G = 48.33%
B = 26.73%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.45

 K value IS 0.15

RGB Variations

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

Color information

#70D978 (or 0x70D978) is known color: Pastel Green. HEX triplet: 70, D9 and 78. RGB value is (112,217,120). Sum of RGB (Red+Green+Blue) = 112+217+120=449 (59% of max value = 765). Red value is 112 (44.14% from 255 or 24.94% from 449); Green value is 217 (85.16% from 255 or 48.33% from 449); Blue value is 120 (47.27% from 255 or 26.73% from 449); Max value from RGB is 217 - color contains mainly: green. Hex color #70D978 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #70D978 is #8F2687. Grayscale: #AEAEAE. Windows color (decimal): -9381512 or 7919984. OLE color: 7919984.

HSL color Cylindrical-coordinate representation of color #70D978: hue angle of 124.57º degrees, saturation: 0.58, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #70D978 is Cyan = 0.48, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.15.

Color convert

RGB 112 217 120 -
CMYK 0.48 0 0.45 0.15
HSL 124.57º 0.58% 0.65% -
HSV(B) 124.57º 0.48% 0.85% -
XYZ 34.89 54.43 26.44 -
YUV 174.55 97.21 83.39 -
System Red Green Blue C M Y K H S L
Decimal 112 217 120 0.48 0 0.45 0.15 124.57 0.58 0.65
Hex 70 D9 78 30 0 2D F 7D 3A 41
Octal 160 331 170 60 0 55 17 175 72 101
Binary 1110000 11011001 1111000 110000 0 101101 1111 1111101 111010 1000001

Color Harmonies of #70D978

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70D978

Black with #70D978

Text Example


Text Example

White with #70D978

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,217,120); }

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

background-color css

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

 a { background-color: rgb(112,217,120); }

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

border-color css

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

 span { border-color: rgb(112,217,120); }

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