Html Css Color HEX #70D174 Pastel Green

📋 copy color: '#70D174'

red 112 ◦ green 209 ◦ blue 116

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

Shades of Pastel Green #70D174

Tints of Pastel Green #70D174

RGB

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

 GREEN value IS 209 (82.03% from 255) = 47.83%

 BLUE value IS 116 (45.7% from 255) = 26.54%

R = 25.63%
G = 47.83%
B = 26.54%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.44

 K value IS 0.18

RGB Variations

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

Color information

#70D174 (or 0x70D174) is known color: Pastel Green. HEX triplet: 70, D1 and 74. RGB value is (112,209,116). Sum of RGB (Red+Green+Blue) = 112+209+116=437 (57% of max value = 765). Red value is 112 (44.14% from 255 or 25.63% from 437); Green value is 209 (82.03% from 255 or 47.83% from 437); Blue value is 116 (45.70% from 255 or 26.54% from 437); Max value from RGB is 209 - color contains mainly: green. Hex color #70D174 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #70D174 is #8F2E8B. Grayscale: #A9A9A9. Windows color (decimal): -9383564 or 7655792. OLE color: 7655792.

HSL color Cylindrical-coordinate representation of color #70D174: hue angle of 122.47º 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 #70D174 is Cyan = 0.46, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.18.

Color convert

RGB 112 209 116 -
CMYK 0.46 0 0.44 0.18
HSL 122.47º 0.51% 0.63% -
HSV(B) 122.47º 0.46% 0.82% -
XYZ 32.63 50.31 24.51 -
YUV 169.4 97.86 87.06 -
System Red Green Blue C M Y K H S L
Decimal 112 209 116 0.46 0 0.44 0.18 122.47 0.51 0.63
Hex 70 D1 74 2E 0 2C 12 7A 33 3F
Octal 160 321 164 56 0 54 22 172 63 77
Binary 1110000 11010001 1110100 101110 0 101100 10010 1111010 110011 111111

Color Harmonies of #70D174

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70D174

Black with #70D174

Text Example


Text Example

White with #70D174

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,209,116); }

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

background-color css

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

 a { background-color: rgb(112,209,116); }

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

border-color css

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

 span { border-color: rgb(112,209,116); }

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