Html Css Color HEX #70D880 Pastel Green

📋 copy color: '#70D880'

red 112 ◦ green 216 ◦ blue 128

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

Shades of Pastel Green #70D880

Tints of Pastel Green #70D880

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 28.07%

R = 24.56%
G = 47.37%
B = 28.07%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.41

 K value IS 0.15

RGB Variations

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

Color information

#70D880 (or 0x70D880) is known color: Pastel Green. HEX triplet: 70, D8 and 80. RGB value is (112,216,128). Sum of RGB (Red+Green+Blue) = 112+216+128=456 (60% of max value = 765). Red value is 112 (44.14% from 255 or 24.56% from 456); Green value is 216 (84.77% from 255 or 47.37% from 456); Blue value is 128 (50.39% from 255 or 28.07% from 456); Max value from RGB is 216 - color contains mainly: green. Hex color #70D880 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #70D880 is #8F277F. Grayscale: #AFAFAF. Windows color (decimal): -9381760 or 8444016. OLE color: 8444016.

HSL color Cylindrical-coordinate representation of color #70D880: hue angle of 129.23º 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 #70D880 is Cyan = 0.48, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.15.

Color convert

RGB 112 216 128 -
CMYK 0.48 0 0.41 0.15
HSL 129.23º 0.57% 0.64% -
HSV(B) 129.23º 0.48% 0.85% -
XYZ 35.13 54.11 29.02 -
YUV 174.87 101.54 83.16 -
System Red Green Blue C M Y K H S L
Decimal 112 216 128 0.48 0 0.41 0.15 129.23 0.57 0.64
Hex 70 D8 80 30 0 29 F 81 39 40
Octal 160 330 200 60 0 51 17 201 71 100
Binary 1110000 11011000 10000000 110000 0 101001 1111 10000001 111001 1000000

Color Harmonies of #70D880

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70D880

Black with #70D880

Text Example


Text Example

White with #70D880

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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