Html Css Color HEX #70D172 Pastel Green

📋 copy color: '#70D172'

red 112 ◦ green 209 ◦ blue 114

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

Shades of Pastel Green #70D172

Tints of Pastel Green #70D172

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 26.21%

R = 25.75%
G = 48.05%
B = 26.21%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.45

 K value IS 0.18

RGB Variations

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

Color information

#70D172 (or 0x70D172) is known color: Pastel Green. HEX triplet: 70, D1 and 72. RGB value is (112,209,114). Sum of RGB (Red+Green+Blue) = 112+209+114=435 (57% of max value = 765). Red value is 112 (44.14% from 255 or 25.75% from 435); Green value is 209 (82.03% from 255 or 48.05% from 435); Blue value is 114 (44.92% from 255 or 26.21% from 435); Max value from RGB is 209 - color contains mainly: green. Hex color #70D172 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #70D172 is #8F2E8D. Grayscale: #A9A9A9. Windows color (decimal): -9383566 or 7524720. OLE color: 7524720.

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

Color convert

RGB 112 209 114 -
CMYK 0.46 0 0.45 0.18
HSL 121.24º 0.51% 0.63% -
HSV(B) 121.24º 0.46% 0.82% -
XYZ 32.52 50.26 23.91 -
YUV 169.17 96.86 87.22 -
System Red Green Blue C M Y K H S L
Decimal 112 209 114 0.46 0 0.45 0.18 121.24 0.51 0.63
Hex 70 D1 72 2E 0 2D 12 79 33 3F
Octal 160 321 162 56 0 55 22 171 63 77
Binary 1110000 11010001 1110010 101110 0 101101 10010 1111001 110011 111111

Color Harmonies of #70D172

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70D172

Black with #70D172

Text Example


Text Example

White with #70D172

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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