#7DDB77

Color #7DDB77 Pastel Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pastel Green #7DDB77

Tints of Pastel Green #7DDB77

Color information

#7DDB77 (or 0x7DDB77) is unknown color: approx Pastel Green. HEX triplet: 7D, DB and 77. RGB value is (125,219,119). Sum of RGB (Red+Green+Blue) = 125+219+119=463 (61% of max value = 765). Red value is 125 (49.22% from 255 or 27.00% from 463); Green value is 219 (85.94% from 255 or 47.30% from 463); Blue value is 119 (46.88% from 255 or 25.70% from 463); Max value from RGB is 219 - color contains mainly: green. Hex color #7DDB77 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7DDB77 is #822488. Grayscale: #B3B3B3. Windows color (decimal): -8529033 or 7854973. OLE color: 7854973.

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

Color convert

RGB125219119-
CMYK0.4300.460.14
HSL116.4º58.14%66.27%-
HSV(B)116.4º45.66%85.88%-
XYZ37.1256.3526.37-
YUV179.4993.8689.13-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 27.00%
GREEN value IS 219 (85.94% from 255) = 47.30%
BLUE value IS 119 (46.88% from 255) = 25.70%
R=27.00%
G=47.30%
B=25.70%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1252191190.4300.460.14116.458.1466.27
Hex7DDB772B02EE743a42
Octal175333167530561616472102
Binary11111011101101111101111010110101110111011101001110101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DDB77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #7DDB77;
 }
 .AnyTagClassName
 {
   color: #7DDB77;
 }
</style>
background-color css

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

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

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

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

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

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