Html Css Color HEX #70D871 Pastel Green

📋 copy color: '#70D871'

red 112 ◦ green 216 ◦ blue 113

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

Shades of Pastel Green #70D871

Tints of Pastel Green #70D871

RGB

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

 GREEN value IS 216 (84.77% from 255) = 48.98%

 BLUE value IS 113 (44.53% from 255) = 25.62%

R = 25.4%
G = 48.98%
B = 25.62%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.48

 K value IS 0.15

RGB Variations

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

Color information

#70D871 (or 0x70D871) is known color: Pastel Green. HEX triplet: 70, D8 and 71. RGB value is (112,216,113). Sum of RGB (Red+Green+Blue) = 112+216+113=441 (58% of max value = 765). Red value is 112 (44.14% from 255 or 25.40% from 441); Green value is 216 (84.77% from 255 or 48.98% from 441); Blue value is 113 (44.53% from 255 or 25.62% from 441); Max value from RGB is 216 - color contains mainly: green. Hex color #70D871 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #70D871 is #8F278E. Grayscale: #ADADAD. Windows color (decimal): -9381775 or 7460976. OLE color: 7460976.

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

Color convert

RGB 112 216 113 -
CMYK 0.48 0 0.48 0.15
HSL 120.58º 0.57% 0.64% -
HSV(B) 120.58º 0.48% 0.85% -
XYZ 34.22 53.75 24.19 -
YUV 173.16 94.04 84.38 -
System Red Green Blue C M Y K H S L
Decimal 112 216 113 0.48 0 0.48 0.15 120.58 0.57 0.64
Hex 70 D8 71 30 0 30 F 79 39 40
Octal 160 330 161 60 0 60 17 171 71 100
Binary 1110000 11011000 1110001 110000 0 110000 1111 1111001 111001 1000000

Color Harmonies of #70D871

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70D871

Black with #70D871

Text Example


Text Example

White with #70D871

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,216,113); }

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

background-color css

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

 a { background-color: rgb(112,216,113); }

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

border-color css

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

 span { border-color: rgb(112,216,113); }

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