Html Css Color HEX #70D079 Pastel Green

📋 copy color: '#70D079'

red 112 ◦ green 208 ◦ blue 121

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

Shades of Pastel Green #70D079

Tints of Pastel Green #70D079

RGB

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

 GREEN value IS 208 (81.64% from 255) = 47.17%

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

R = 25.4%
G = 47.17%
B = 27.44%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.42

 K value IS 0.18

RGB Variations

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

Color information

#70D079 (or 0x70D079) is known color: Pastel Green. HEX triplet: 70, D0 and 79. RGB value is (112,208,121). Sum of RGB (Red+Green+Blue) = 112+208+121=441 (58% of max value = 765). Red value is 112 (44.14% from 255 or 25.40% from 441); Green value is 208 (81.64% from 255 or 47.17% from 441); Blue value is 121 (47.66% from 255 or 27.44% from 441); Max value from RGB is 208 - color contains mainly: green. Hex color #70D079 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #70D079 is #8F2F86. Grayscale: #A9A9A9. Windows color (decimal): -9383815 or 7983216. OLE color: 7983216.

HSL color Cylindrical-coordinate representation of color #70D079: hue angle of 125.62º degrees, saturation: 0.51, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #70D079 is Cyan = 0.46, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.18.

Color convert

RGB 112 208 121 -
CMYK 0.46 0 0.42 0.18
HSL 125.63º 0.51% 0.63% -
HSV(B) 125.63º 0.46% 0.82% -
XYZ 32.69 49.94 26.01 -
YUV 169.38 100.7 87.07 -
System Red Green Blue C M Y K H S L
Decimal 112 208 121 0.46 0 0.42 0.18 125.63 0.51 0.63
Hex 70 D0 79 2E 0 2A 12 7E 33 3F
Octal 160 320 171 56 0 52 22 176 63 77
Binary 1110000 11010000 1111001 101110 0 101010 10010 1111110 110011 111111

Color Harmonies of #70D079

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70D079

Black with #70D079

Text Example


Text Example

White with #70D079

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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