Html Css Color HEX #7DDD80 Pastel Green

📋 copy color: '#7DDD80'

red 125 ◦ green 221 ◦ blue 128

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

Shades of Pastel Green #7DDD80

Tints of Pastel Green #7DDD80

RGB

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

 GREEN value IS 221 (86.72% from 255) = 46.62%

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

R = 26.37%
G = 46.62%
B = 27%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.42

 K value IS 0.13

RGB Variations

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

Color information

#7DDD80 (or 0x7DDD80) is known color: Pastel Green. HEX triplet: 7D, DD and 80. RGB value is (125,221,128). Sum of RGB (Red+Green+Blue) = 125+221+128=474 (62% of max value = 765). Red value is 125 (49.22% from 255 or 26.37% from 474); Green value is 221 (86.72% from 255 or 46.62% from 474); Blue value is 128 (50.39% from 255 or 27.00% from 474); Max value from RGB is 221 - color contains mainly: green. Hex color #7DDD80 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7DDD80 is #82227F. Grayscale: #B5B5B5. Windows color (decimal): -8528512 or 8445309. OLE color: 8445309.

HSL color Cylindrical-coordinate representation of color #7DDD80: hue angle of 121.88º degrees, saturation: 0.59, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #7DDD80 is Cyan = 0.43, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.13.

Color convert

RGB 125 221 128 -
CMYK 0.43 0 0.42 0.13
HSL 121.88º 0.59% 0.68% -
HSV(B) 121.88º 0.43% 0.87% -
XYZ 38.21 57.63 29.53 -
YUV 181.69 97.7 87.56 -
System Red Green Blue C M Y K H S L
Decimal 125 221 128 0.43 0 0.42 0.13 121.88 0.59 0.68
Hex 7D DD 80 2B 0 2A D 7A 3B 44
Octal 175 335 200 53 0 52 15 172 73 104
Binary 1111101 11011101 10000000 101011 0 101010 1101 1111010 111011 1000100

Color Harmonies of #7DDD80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DDD80

Black with #7DDD80

Text Example


Text Example

White with #7DDD80

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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