#7DD77F

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

Shades of Pastel Green #7DD77F

Tints of Pastel Green #7DD77F

Color information

#7DD77F (or 0x7DD77F) is unknown color: approx Pastel Green. HEX triplet: 7D, D7 and 7F. RGB value is (125,215,127). Sum of RGB (Red+Green+Blue) = 125+215+127=467 (61% of max value = 765). Red value is 125 (49.22% from 255 or 26.77% from 467); Green value is 215 (84.38% from 255 or 46.04% from 467); Blue value is 127 (50% from 255 or 27.19% from 467); Max value from RGB is 215 - color contains mainly: green. Hex color #7DD77F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7DD77F is #822880. Grayscale: #B2B2B2. Windows color (decimal): -8530049 or 8378237. OLE color: 8378237.

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

Color convert

RGB125215127-
CMYK0.4200.410.16
HSL121.33º52.94%66.67%-
HSV(B)121.33º41.86%84.31%-
XYZ36.5954.4928.67-
YUV178.0699.1890.16-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 26.77%
GREEN value IS 215 (84.38% from 255) = 46.04%
BLUE value IS 127 (50% from 255) = 27.19%
R=26.77%
G=46.04%
B=27.19%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1252151270.4200.410.16121.3352.9466.67
Hex7DD77F2A02910793543
Octal175327177520512017165103
Binary111110111010111111111110101001010011000011110011101011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DD77F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,215,127); }

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

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

 a { background-color: rgb(125,215,127); }

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

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

 span { border-color: rgb(125,215,127); }

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