Html Css Color HEX #7DD980 Pastel Green

📋 copy color: '#7DD980'

red 125 ◦ green 217 ◦ blue 128

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

Shades of Pastel Green #7DD980

Tints of Pastel Green #7DD980

RGB

 RED value IS 125 (49.22% from 255) = 26.6%

 GREEN value IS 217 (85.16% from 255) = 46.17%

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

R = 26.6%
G = 46.17%
B = 27.23%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.41

 K value IS 0.15

RGB Variations

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

Color information

#7DD980 (or 0x7DD980) is known color: Pastel Green. HEX triplet: 7D, D9 and 80. RGB value is (125,217,128). Sum of RGB (Red+Green+Blue) = 125+217+128=470 (62% of max value = 765). Red value is 125 (49.22% from 255 or 26.60% from 470); Green value is 217 (85.16% from 255 or 46.17% from 470); Blue value is 128 (50.39% from 255 or 27.23% from 470); Max value from RGB is 217 - color contains mainly: green. Hex color #7DD980 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7DD980 is #82267F. Grayscale: #B3B3B3. Windows color (decimal): -8529536 or 8444285. OLE color: 8444285.

HSL color Cylindrical-coordinate representation of color #7DD980: hue angle of 121.96º degrees, saturation: 0.55, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #7DD980 is Cyan = 0.42, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.15.

Color convert

RGB 125 217 128 -
CMYK 0.42 0 0.41 0.15
HSL 121.96º 0.55% 0.67% -
HSV(B) 121.96º 0.42% 0.85% -
XYZ 37.17 55.54 29.18 -
YUV 179.35 99.02 89.24 -
System Red Green Blue C M Y K H S L
Decimal 125 217 128 0.42 0 0.41 0.15 121.96 0.55 0.67
Hex 7D D9 80 2A 0 29 F 7A 37 43
Octal 175 331 200 52 0 51 17 172 67 103
Binary 1111101 11011001 10000000 101010 0 101001 1111 1111010 110111 1000011

Color Harmonies of #7DD980

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DD980

Black with #7DD980

Text Example


Text Example

White with #7DD980

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7DD980; }

 p { color: rgb(125,217,128); }

 H1.HeaderClassName
 {
   color: #7DD980;
 }
 .AnyTagClassName
 {
   color: #7DD980;
 }
</style>

background-color css

<style>
 a { background-color: #7DD980; }

 a { background-color: rgb(125,217,128); }

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

border-color css

<style>
 span { border-color: #7DD980; }

 span { border-color: rgb(125,217,128); }

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