#7DD773

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

Shades of Pastel Green #7DD773

Tints of Pastel Green #7DD773

Color information

#7DD773 (or 0x7DD773) is unknown color: approx Pastel Green. HEX triplet: 7D, D7 and 73. RGB value is (125,215,115). Sum of RGB (Red+Green+Blue) = 125+215+115=455 (60% of max value = 765). Red value is 125 (49.22% from 255 or 27.47% from 455); Green value is 215 (84.38% from 255 or 47.25% from 455); Blue value is 115 (45.31% from 255 or 25.27% from 455); Max value from RGB is 215 - color contains mainly: green. Hex color #7DD773 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7DD773 is #82288C. Grayscale: #B1B1B1. Windows color (decimal): -8530061 or 7591805. OLE color: 7591805.

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

Color convert

RGB125215115-
CMYK0.4200.470.16
HSL114º55.56%64.71%-
HSV(B)114º46.51%84.31%-
XYZ35.8554.224.79-
YUV176.6993.1891.13-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 27.47%
GREEN value IS 215 (84.38% from 255) = 47.25%
BLUE value IS 115 (45.31% from 255) = 25.27%
R=27.47%
G=47.25%
B=25.27%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1252151150.4200.470.1611455.5664.71
Hex7DD7732A02F10723841
Octal175327163520572016270101
Binary111110111010111111001110101001011111000011100101110001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DD773

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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