Html Css Color HEX #70D480 Pastel Green

📋 copy color: '#70D480'

red 112 ◦ green 212 ◦ blue 128

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

Shades of Pastel Green #70D480

Tints of Pastel Green #70D480

RGB

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

 GREEN value IS 212 (83.2% from 255) = 46.9%

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

R = 24.78%
G = 46.9%
B = 28.32%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.40

 K value IS 0.17

RGB Variations

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

Color information

#70D480 (or 0x70D480) is known color: Pastel Green. HEX triplet: 70, D4 and 80. RGB value is (112,212,128). Sum of RGB (Red+Green+Blue) = 112+212+128=452 (59% of max value = 765). Red value is 112 (44.14% from 255 or 24.78% from 452); Green value is 212 (83.20% from 255 or 46.90% from 452); Blue value is 128 (50.39% from 255 or 28.32% from 452); Max value from RGB is 212 - color contains mainly: green. Hex color #70D480 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #70D480 is #8F2B7F. Grayscale: #ACACAC. Windows color (decimal): -9382784 or 8442992. OLE color: 8442992.

HSL color Cylindrical-coordinate representation of color #70D480: hue angle of 129.6º degrees, saturation: 0.54, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #70D480 is Cyan = 0.47, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.17.

Color convert

RGB 112 212 128 -
CMYK 0.47 0 0.40 0.17
HSL 129.6º 0.54% 0.64% -
HSV(B) 129.6º 0.47% 0.83% -
XYZ 34.12 52.09 28.68 -
YUV 172.52 102.87 84.83 -
System Red Green Blue C M Y K H S L
Decimal 112 212 128 0.47 0 0.40 0.17 129.6 0.54 0.64
Hex 70 D4 80 2F 0 28 11 82 36 40
Octal 160 324 200 57 0 50 21 202 66 100
Binary 1110000 11010100 10000000 101111 0 101000 10001 10000010 110110 1000000

Color Harmonies of #70D480

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70D480

Black with #70D480

Text Example


Text Example

White with #70D480

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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