Html Css Color HEX #7DDB80 Pastel Green

📋 copy color: '#7DDB80'

red 125 ◦ green 219 ◦ blue 128

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

Shades of Pastel Green #7DDB80

Tints of Pastel Green #7DDB80

RGB

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

 GREEN value IS 219 (85.94% from 255) = 46.4%

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

R = 26.48%
G = 46.4%
B = 27.12%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.42

 K value IS 0.14

RGB Variations

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

Color information

#7DDB80 (or 0x7DDB80) is known color: Pastel Green. HEX triplet: 7D, DB and 80. RGB value is (125,219,128). Sum of RGB (Red+Green+Blue) = 125+219+128=472 (62% of max value = 765). Red value is 125 (49.22% from 255 or 26.48% from 472); Green value is 219 (85.94% from 255 or 46.40% from 472); Blue value is 128 (50.39% from 255 or 27.12% from 472); Max value from RGB is 219 - color contains mainly: green. Hex color #7DDB80 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7DDB80 is #82247F. Grayscale: #B4B4B4. Windows color (decimal): -8529024 or 8444797. OLE color: 8444797.

HSL color Cylindrical-coordinate representation of color #7DDB80: hue angle of 121.91º degrees, saturation: 0.57, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #7DDB80 is Cyan = 0.43, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.14.

Color convert

RGB 125 219 128 -
CMYK 0.43 0 0.42 0.14
HSL 121.91º 0.57% 0.67% -
HSV(B) 121.91º 0.43% 0.86% -
XYZ 37.69 56.58 29.36 -
YUV 180.52 98.36 88.4 -
System Red Green Blue C M Y K H S L
Decimal 125 219 128 0.43 0 0.42 0.14 121.91 0.57 0.67
Hex 7D DB 80 2B 0 2A E 7A 39 43
Octal 175 333 200 53 0 52 16 172 71 103
Binary 1111101 11011011 10000000 101011 0 101010 1110 1111010 111001 1000011

Color Harmonies of #7DDB80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DDB80

Black with #7DDB80

Text Example


Text Example

White with #7DDB80

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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