Html Css Color HEX #70DF80 Pastel Green

📋 copy color: '#70DF80'

red 112 ◦ green 223 ◦ blue 128

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

Shades of Pastel Green #70DF80

Tints of Pastel Green #70DF80

RGB

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

 GREEN value IS 223 (87.5% from 255) = 48.16%

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

R = 24.19%
G = 48.16%
B = 27.65%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.43

 K value IS 0.13

RGB Variations

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

Color information

#70DF80 (or 0x70DF80) is known color: Pastel Green. HEX triplet: 70, DF and 80. RGB value is (112,223,128). Sum of RGB (Red+Green+Blue) = 112+223+128=463 (61% of max value = 765). Red value is 112 (44.14% from 255 or 24.19% from 463); Green value is 223 (87.5% from 255 or 48.16% from 463); Blue value is 128 (50.39% from 255 or 27.65% from 463); Max value from RGB is 223 - color contains mainly: green. Hex color #70DF80 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #70DF80 is #8F207F. Grayscale: #B3B3B3. Windows color (decimal): -9379968 or 8445808. OLE color: 8445808.

HSL color Cylindrical-coordinate representation of color #70DF80: hue angle of 128.65º degrees, saturation: 0.63, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #70DF80 is Cyan = 0.50, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.13.

Color convert

RGB 112 223 128 -
CMYK 0.50 0 0.43 0.13
HSL 128.65º 0.63% 0.66% -
HSV(B) 128.65º 0.5% 0.87% -
XYZ 36.97 57.78 29.63 -
YUV 178.98 99.23 80.22 -
System Red Green Blue C M Y K H S L
Decimal 112 223 128 0.50 0 0.43 0.13 128.65 0.63 0.66
Hex 70 DF 80 32 0 2B D 81 3F 42
Octal 160 337 200 62 0 53 15 201 77 102
Binary 1110000 11011111 10000000 110010 0 101011 1101 10000001 111111 1000010

Color Harmonies of #70DF80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70DF80

Black with #70DF80

Text Example


Text Example

White with #70DF80

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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