Html Css Color HEX #70D580 Pastel Green

📋 copy color: '#70D580'

red 112 ◦ green 213 ◦ blue 128

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

Shades of Pastel Green #70D580

Tints of Pastel Green #70D580

RGB

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

 GREEN value IS 213 (83.59% from 255) = 47.02%

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

R = 24.72%
G = 47.02%
B = 28.26%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.40

 K value IS 0.16

RGB Variations

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

Color information

#70D580 (or 0x70D580) is known color: Pastel Green. HEX triplet: 70, D5 and 80. RGB value is (112,213,128). Sum of RGB (Red+Green+Blue) = 112+213+128=453 (60% of max value = 765). Red value is 112 (44.14% from 255 or 24.72% from 453); Green value is 213 (83.59% from 255 or 47.02% from 453); Blue value is 128 (50.39% from 255 or 28.26% from 453); Max value from RGB is 213 - color contains mainly: green. Hex color #70D580 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #70D580 is #8F2A7F. Grayscale: #ADADAD. Windows color (decimal): -9382528 or 8443248. OLE color: 8443248.

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

Color convert

RGB 112 213 128 -
CMYK 0.47 0 0.40 0.16
HSL 129.5º 0.55% 0.64% -
HSV(B) 129.5º 0.47% 0.84% -
XYZ 34.37 52.59 28.76 -
YUV 173.11 102.54 84.41 -
System Red Green Blue C M Y K H S L
Decimal 112 213 128 0.47 0 0.40 0.16 129.5 0.55 0.64
Hex 70 D5 80 2F 0 28 10 82 37 40
Octal 160 325 200 57 0 50 20 202 67 100
Binary 1110000 11010101 10000000 101111 0 101000 10000 10000010 110111 1000000

Color Harmonies of #70D580

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70D580

Black with #70D580

Text Example


Text Example

White with #70D580

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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