Html Css Color HEX #70D679 Pastel Green

📋 copy color: '#70D679'

red 112 ◦ green 214 ◦ blue 121

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

Shades of Pastel Green #70D679

Tints of Pastel Green #70D679

RGB

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

 GREEN value IS 214 (83.98% from 255) = 47.87%

 BLUE value IS 121 (47.66% from 255) = 27.07%

R = 25.06%
G = 47.87%
B = 27.07%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.43

 K value IS 0.16

RGB Variations

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

Color information

#70D679 (or 0x70D679) is known color: Pastel Green. HEX triplet: 70, D6 and 79. RGB value is (112,214,121). Sum of RGB (Red+Green+Blue) = 112+214+121=447 (59% of max value = 765). Red value is 112 (44.14% from 255 or 25.06% from 447); Green value is 214 (83.98% from 255 or 47.87% from 447); Blue value is 121 (47.66% from 255 or 27.07% from 447); Max value from RGB is 214 - color contains mainly: green. Hex color #70D679 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #70D679 is #8F2986. Grayscale: #ADADAD. Windows color (decimal): -9382279 or 7984752. OLE color: 7984752.

HSL color Cylindrical-coordinate representation of color #70D679: hue angle of 125.29º degrees, saturation: 0.55, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #70D679 is Cyan = 0.48, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.16.

Color convert

RGB 112 214 121 -
CMYK 0.48 0 0.43 0.16
HSL 125.29º 0.55% 0.64% -
HSV(B) 125.29º 0.48% 0.84% -
XYZ 34.18 52.92 26.5 -
YUV 172.9 98.71 84.56 -
System Red Green Blue C M Y K H S L
Decimal 112 214 121 0.48 0 0.43 0.16 125.29 0.55 0.64
Hex 70 D6 79 30 0 2B 10 7D 37 40
Octal 160 326 171 60 0 53 20 175 67 100
Binary 1110000 11010110 1111001 110000 0 101011 10000 1111101 110111 1000000

Color Harmonies of #70D679

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70D679

Black with #70D679

Text Example


Text Example

White with #70D679

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,214,121); }

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

background-color css

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

 a { background-color: rgb(112,214,121); }

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

border-color css

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

 span { border-color: rgb(112,214,121); }

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