Html Css Color HEX #70DA80 Pastel Green

📋 copy color: '#70DA80'

red 112 ◦ green 218 ◦ blue 128

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

Shades of Pastel Green #70DA80

Tints of Pastel Green #70DA80

RGB

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

 GREEN value IS 218 (85.55% from 255) = 47.6%

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

R = 24.45%
G = 47.6%
B = 27.95%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.41

 K value IS 0.15

RGB Variations

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

Color information

#70DA80 (or 0x70DA80) is known color: Pastel Green. HEX triplet: 70, DA and 80. RGB value is (112,218,128). Sum of RGB (Red+Green+Blue) = 112+218+128=458 (60% of max value = 765). Red value is 112 (44.14% from 255 or 24.45% from 458); Green value is 218 (85.55% from 255 or 47.60% from 458); Blue value is 128 (50.39% from 255 or 27.95% from 458); Max value from RGB is 218 - color contains mainly: green. Hex color #70DA80 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #70DA80 is #8F257F. Grayscale: #B0B0B0. Windows color (decimal): -9381248 or 8444528. OLE color: 8444528.

HSL color Cylindrical-coordinate representation of color #70DA80: hue angle of 129.06º degrees, saturation: 0.59, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #70DA80 is Cyan = 0.49, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.15.

Color convert

RGB 112 218 128 -
CMYK 0.49 0 0.41 0.15
HSL 129.06º 0.59% 0.65% -
HSV(B) 129.06º 0.49% 0.85% -
XYZ 35.65 55.15 29.19 -
YUV 176.05 100.88 82.32 -
System Red Green Blue C M Y K H S L
Decimal 112 218 128 0.49 0 0.41 0.15 129.06 0.59 0.65
Hex 70 DA 80 31 0 29 F 81 3B 41
Octal 160 332 200 61 0 51 17 201 73 101
Binary 1110000 11011010 10000000 110001 0 101001 1111 10000001 111011 1000001

Color Harmonies of #70DA80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70DA80

Black with #70DA80

Text Example


Text Example

White with #70DA80

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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